@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
/* theme fonts goes here */
/* Reset css
 ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}
/* Text-level semantics
 ========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
audio, video {
  display: inline-block;
}
/**
 * Main content containers
 */
.container {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-fluid {
  width: 100%;
  margin: auto;
  padding-right: 50px;
  padding-left: 50px;
}
.container.xs-container {
  max-width: 1150px;
}
.container.sm-container {
  max-width: 1420px;
}
.container.md-container {
  max-width: 1540px;
}
/* row and column */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 640px) {
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*="cell-"] {
  padding-right: 0;
  padding-left: 0;
}
[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
/* align item */
.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* column structure */
.cell-1 {
  width: 8.3333333333%;
}
.cell-2 {
  width: 16.6666666667%;
}
.cell-3 {
  width: 25%;
}
.cell-4 {
  width: 33.3333333333%;
}
.cell-5 {
  width: 41.6666666667%;
}
.cell-6 {
  width: 50%;
}
.cell-7 {
  width: 58.3333333333%;
}
.cell-8 {
  width: 66.6666666667%;
}
.cell-9 {
  width: 75%;
}
.cell-10 {
  width: 83.3333333333%;
}
.cell-11 {
  width: 91.6666666667%;
}
.cell-12 {
  width: 100%;
}
.mt-0 {
  margin-top: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.mr-60 {
  margin-right: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.ml-70 {
  margin-left: 70px;
}
.pl-70 {
  padding-left: 70px;
}
.mr-70 {
  margin-right: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.cell-none {
  display: none;
}
.cell-block {
  display: block;
}
@media (min-width: 641px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .cell-sm-none {
    display: none;
  }
  .cell-sm-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .ml-md-40 {
    margin-left: 40px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .ml-md-60 {
    margin-left: 60px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .ml-md-70 {
    margin-left: 70px;
  }
  .pl-md-70 {
    padding-left: 70px;
  }
  .mr-md-70 {
    margin-right: 70px;
  }
  .pr-md-70 {
    padding-right: 70px;
  }
  .cell-md-none {
    display: none;
  }
  .cell-md-block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-0 {
    margin-top: 0px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .ml-lg-0 {
    margin-left: 0px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .mr-lg-0 {
    margin-right: 0px;
  }
  .pr-lg-0 {
    padding-right: 0px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .ml-lg-70 {
    margin-left: 70px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .cell-lg-none {
    display: none;
  }
  .cell-lg-block {
    display: block;
  }
}
@media (min-width: 1366px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .pl-xl-0 {
    padding-left: 0px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .ml-xl-50 {
    margin-left: 50px;
  }
  .pl-xl-50 {
    padding-left: 50px;
  }
  .mr-xl-50 {
    margin-right: 50px;
  }
  .pr-xl-50 {
    padding-right: 50px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .ml-xl-60 {
    margin-left: 60px;
  }
  .pl-xl-60 {
    padding-left: 60px;
  }
  .mr-xl-60 {
    margin-right: 60px;
  }
  .pr-xl-60 {
    padding-right: 60px;
  }
  .mt-xl-70 {
    margin-top: 70px;
  }
  .pt-xl-70 {
    padding-top: 70px;
  }
  .mb-xl-70 {
    margin-bottom: 70px;
  }
  .pb-xl-70 {
    padding-bottom: 70px;
  }
  .ml-xl-70 {
    margin-left: 70px;
  }
  .pl-xl-70 {
    padding-left: 70px;
  }
  .mr-xl-70 {
    margin-right: 70px;
  }
  .pr-xl-70 {
    padding-right: 70px;
  }
  .cell-xl-none {
    display: none;
  }
  .cell-xl-block {
    display: block;
  }
}
@media (min-width: 1440px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-0 {
    margin-top: 0px;
  }
  .pt-xxl-0 {
    padding-top: 0px;
  }
  .mb-xxl-0 {
    margin-bottom: 0px;
  }
  .pb-xxl-0 {
    padding-bottom: 0px;
  }
  .ml-xxl-0 {
    margin-left: 0px;
  }
  .pl-xxl-0 {
    padding-left: 0px;
  }
  .mr-xxl-0 {
    margin-right: 0px;
  }
  .pr-xxl-0 {
    padding-right: 0px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .pt-xxl-10 {
    padding-top: 10px;
  }
  .mb-xxl-10 {
    margin-bottom: 10px;
  }
  .pb-xxl-10 {
    padding-bottom: 10px;
  }
  .ml-xxl-10 {
    margin-left: 10px;
  }
  .pl-xxl-10 {
    padding-left: 10px;
  }
  .mr-xxl-10 {
    margin-right: 10px;
  }
  .pr-xxl-10 {
    padding-right: 10px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .pt-xxl-20 {
    padding-top: 20px;
  }
  .mb-xxl-20 {
    margin-bottom: 20px;
  }
  .pb-xxl-20 {
    padding-bottom: 20px;
  }
  .ml-xxl-20 {
    margin-left: 20px;
  }
  .pl-xxl-20 {
    padding-left: 20px;
  }
  .mr-xxl-20 {
    margin-right: 20px;
  }
  .pr-xxl-20 {
    padding-right: 20px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .pt-xxl-30 {
    padding-top: 30px;
  }
  .mb-xxl-30 {
    margin-bottom: 30px;
  }
  .pb-xxl-30 {
    padding-bottom: 30px;
  }
  .ml-xxl-30 {
    margin-left: 30px;
  }
  .pl-xxl-30 {
    padding-left: 30px;
  }
  .mr-xxl-30 {
    margin-right: 30px;
  }
  .pr-xxl-30 {
    padding-right: 30px;
  }
  .mt-xxl-40 {
    margin-top: 40px;
  }
  .pt-xxl-40 {
    padding-top: 40px;
  }
  .mb-xxl-40 {
    margin-bottom: 40px;
  }
  .pb-xxl-40 {
    padding-bottom: 40px;
  }
  .ml-xxl-40 {
    margin-left: 40px;
  }
  .pl-xxl-40 {
    padding-left: 40px;
  }
  .mr-xxl-40 {
    margin-right: 40px;
  }
  .pr-xxl-40 {
    padding-right: 40px;
  }
  .mt-xxl-50 {
    margin-top: 50px;
  }
  .pt-xxl-50 {
    padding-top: 50px;
  }
  .mb-xxl-50 {
    margin-bottom: 50px;
  }
  .pb-xxl-50 {
    padding-bottom: 50px;
  }
  .ml-xxl-50 {
    margin-left: 50px;
  }
  .pl-xxl-50 {
    padding-left: 50px;
  }
  .mr-xxl-50 {
    margin-right: 50px;
  }
  .pr-xxl-50 {
    padding-right: 50px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .pt-xxl-60 {
    padding-top: 60px;
  }
  .mb-xxl-60 {
    margin-bottom: 60px;
  }
  .pb-xxl-60 {
    padding-bottom: 60px;
  }
  .ml-xxl-60 {
    margin-left: 60px;
  }
  .pl-xxl-60 {
    padding-left: 60px;
  }
  .mr-xxl-60 {
    margin-right: 60px;
  }
  .pr-xxl-60 {
    padding-right: 60px;
  }
  .mt-xxl-70 {
    margin-top: 70px;
  }
  .pt-xxl-70 {
    padding-top: 70px;
  }
  .mb-xxl-70 {
    margin-bottom: 70px;
  }
  .pb-xxl-70 {
    padding-bottom: 70px;
  }
  .ml-xxl-70 {
    margin-left: 70px;
  }
  .pl-xxl-70 {
    padding-left: 70px;
  }
  .mr-xxl-70 {
    margin-right: 70px;
  }
  .pr-xxl-70 {
    padding-right: 70px;
  }
  .cell-xxl-none {
    display: none;
  }
  .cell-xxl-block {
    display: block;
  }
}
@media (min-width: 1750px) {
  .cell-xxxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxxl-3 {
    width: 25%;
  }
  .cell-xxxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxxl-6 {
    width: 50%;
  }
  .cell-xxxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxxl-9 {
    width: 75%;
  }
  .cell-xxxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxxl-12 {
    width: 100%;
  }
  .mt-xxxl-0 {
    margin-top: 0px;
  }
  .pt-xxxl-0 {
    padding-top: 0px;
  }
  .mb-xxxl-0 {
    margin-bottom: 0px;
  }
  .pb-xxxl-0 {
    padding-bottom: 0px;
  }
  .ml-xxxl-0 {
    margin-left: 0px;
  }
  .pl-xxxl-0 {
    padding-left: 0px;
  }
  .mr-xxxl-0 {
    margin-right: 0px;
  }
  .pr-xxxl-0 {
    padding-right: 0px;
  }
  .mt-xxxl-10 {
    margin-top: 10px;
  }
  .pt-xxxl-10 {
    padding-top: 10px;
  }
  .mb-xxxl-10 {
    margin-bottom: 10px;
  }
  .pb-xxxl-10 {
    padding-bottom: 10px;
  }
  .ml-xxxl-10 {
    margin-left: 10px;
  }
  .pl-xxxl-10 {
    padding-left: 10px;
  }
  .mr-xxxl-10 {
    margin-right: 10px;
  }
  .pr-xxxl-10 {
    padding-right: 10px;
  }
  .mt-xxxl-20 {
    margin-top: 20px;
  }
  .pt-xxxl-20 {
    padding-top: 20px;
  }
  .mb-xxxl-20 {
    margin-bottom: 20px;
  }
  .pb-xxxl-20 {
    padding-bottom: 20px;
  }
  .ml-xxxl-20 {
    margin-left: 20px;
  }
  .pl-xxxl-20 {
    padding-left: 20px;
  }
  .mr-xxxl-20 {
    margin-right: 20px;
  }
  .pr-xxxl-20 {
    padding-right: 20px;
  }
  .mt-xxxl-30 {
    margin-top: 30px;
  }
  .pt-xxxl-30 {
    padding-top: 30px;
  }
  .mb-xxxl-30 {
    margin-bottom: 30px;
  }
  .pb-xxxl-30 {
    padding-bottom: 30px;
  }
  .ml-xxxl-30 {
    margin-left: 30px;
  }
  .pl-xxxl-30 {
    padding-left: 30px;
  }
  .mr-xxxl-30 {
    margin-right: 30px;
  }
  .pr-xxxl-30 {
    padding-right: 30px;
  }
  .mt-xxxl-40 {
    margin-top: 40px;
  }
  .pt-xxxl-40 {
    padding-top: 40px;
  }
  .mb-xxxl-40 {
    margin-bottom: 40px;
  }
  .pb-xxxl-40 {
    padding-bottom: 40px;
  }
  .ml-xxxl-40 {
    margin-left: 40px;
  }
  .pl-xxxl-40 {
    padding-left: 40px;
  }
  .mr-xxxl-40 {
    margin-right: 40px;
  }
  .pr-xxxl-40 {
    padding-right: 40px;
  }
  .mt-xxxl-50 {
    margin-top: 50px;
  }
  .pt-xxxl-50 {
    padding-top: 50px;
  }
  .mb-xxxl-50 {
    margin-bottom: 50px;
  }
  .pb-xxxl-50 {
    padding-bottom: 50px;
  }
  .ml-xxxl-50 {
    margin-left: 50px;
  }
  .pl-xxxl-50 {
    padding-left: 50px;
  }
  .mr-xxxl-50 {
    margin-right: 50px;
  }
  .pr-xxxl-50 {
    padding-right: 50px;
  }
  .mt-xxxl-60 {
    margin-top: 60px;
  }
  .pt-xxxl-60 {
    padding-top: 60px;
  }
  .mb-xxxl-60 {
    margin-bottom: 60px;
  }
  .pb-xxxl-60 {
    padding-bottom: 60px;
  }
  .ml-xxxl-60 {
    margin-left: 60px;
  }
  .pl-xxxl-60 {
    padding-left: 60px;
  }
  .mr-xxxl-60 {
    margin-right: 60px;
  }
  .pr-xxxl-60 {
    padding-right: 60px;
  }
  .mt-xxxl-70 {
    margin-top: 70px;
  }
  .pt-xxxl-70 {
    padding-top: 70px;
  }
  .mb-xxxl-70 {
    margin-bottom: 70px;
  }
  .pb-xxxl-70 {
    padding-bottom: 70px;
  }
  .ml-xxxl-70 {
    margin-left: 70px;
  }
  .pl-xxxl-70 {
    padding-left: 70px;
  }
  .mr-xxxl-70 {
    margin-right: 70px;
  }
  .pr-xxxl-70 {
    padding-right: 70px;
  }
  .cell-xxxl-none {
    display: none;
  }
  .cell-xxxl-block {
    display: block;
  }
}
/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
/* wordpress align class */
.alignnone {
  float: none;
  margin: 20px 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 20px auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/* Hide component */
.d-none {
  display: none !important;
}
/**
 * Basic typography style for copy text
 */
body {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  color: #313232;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #0a596c;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
  text-decoration: none;
}
h1, .h1 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1749px) {
  h1, .h1 {
    font-size: 36.9230769231px;
  }
}
@media (max-width: 1439px) {
  h1, .h1 {
    font-size: 34.2857142857px;
  }
}
@media (max-width: 1365px) {
  h1, .h1 {
    font-size: 26.6666666667px;
  }
}
h2, .h2 {
  font-size: 36px;
}
@media (max-width: 1439px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 1365px) {
  h2, .h2 {
    font-size: 25.7142857143px;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  font-size: 32px;
}
@media (max-width: 1439px) {
  h3, .h3 {
    font-size: 26.6666666667px;
  }
}
@media (max-width: 1365px) {
  h3, .h3 {
    font-size: 24.6153846154px;
  }
}
@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 24.6153846154px;
  }
}
h4, .h4 {
  font-size: 24px;
}
@media (max-width: 1439px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 1365px) {
  h4, .h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18.4615384615px;
  }
}
h5, .h5 {
  font-size: 22px;
}
@media (min-width: 641px) and (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}
h6, .h6 {
  font-size: 18px;
}
@media (min-width: 641px) and (max-width: 767px) {
  h6, .h6 {
    font-size: 16px;
  }
}
p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  p {
    font-weight: 400;
  }
}
p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 25px;
  margin-bottom: 25px;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1365px) {
  ul li {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  ul li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  ul li {
    font-size: 17px;
    font-weight: 400;
  }
}
ul li:last-child {
  padding-bottom: 0;
}
ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1365px) {
  ol li {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  ol li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  ol li {
    font-size: 17px;
    font-weight: 400;
  }
}
ol li:last-child {
  padding-bottom: 0;
}
blockquote {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding: 20px 20px;
  text-align: left;
  line-height: 2;
  font-size: 18px;
  font-style: italic;
  color: #313232;
  background-color: #d6d6d6;
  border-left: 4px solid #0a596c;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
hr {
  height: 0;
  margin: 10px auto 40px;
  border: 0 #000 solid;
  border-top-width: 1px;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
/* Link
 ------------------------------------------------------------------------------*/
a {
  color: #313232;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover {
  color: #fc6b17;
  text-decoration: underline;
  outline: none;
}
/* Tables
 ------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 50px 0px;
}
table td {
  text-align: left;
  font-weight: normal;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
/*-- Table content --*/
.table-content {
  overflow-x: auto;
}
table {
  width: 100%;
}
@media (max-width: 1023px) {
  table {
    border-collapse: unset;
  }
}
table th {
  background-color: #f7f8f8;
}
@media (max-width: 1023px) {
  table th {
    display: none;
  }
}
table tr:first-child {
  background-color: #ccebe4;
}
@media (max-width: 1023px) {
  table tr:first-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  table tr {
    margin-bottom: 15px;
    display: block;
  }
}
table td, table th {
  vertical-align: middle;
  border: 1px solid #dfdfdf;
  padding: 15px 30px;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  color: #313232;
}
@media (max-width: 1023px) {
  table td {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
    padding: 7px 10px;
  }
  table td:not(:last-of-type) {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin: 0.3em 0;
  }
}
/* buttons */
.btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  padding: 6px 10px;
  vertical-align: top;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  border: none;
  border-radius: 0px;
  background-color: #6baec0;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  text-decoration: none;
  min-width: 163px;
}
@media (max-width: 1365px) {
  .btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 15px;
  }
}
.btn i, button i, input[type="button"] i, input[type="reset"] i, input[type="submit"] i {
  margin-left: 10px;
}
.btn:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #fc6b17;
}
.btn-link {
  margin-bottom: 2px;
  color: #0a596c;
  font-size: 16px;
  border-bottom: 1px solid #0a596c;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
  color: #313232;
  text-decoration: none;
}
.btn.btn-sm, button.btn-sm, input[type="button"].btn-sm, input[type="reset"].btn-sm, input[type="submit"].btn-sm {
  min-width: 142px;
}
.btn.btn-md, button.btn-md, input[type="button"].btn-md, input[type="reset"].btn-md, input[type="submit"].btn-md {
  min-width: 150px;
}
.btn.btn-orange, button.btn-orange, input[type="button"].btn-orange, input[type="reset"].btn-orange, input[type="submit"].btn-orange {
  background-color: #fc6b17;
}
.btn.btn-orange:hover, button.btn-orange:hover, input[type="button"].btn-orange:hover, input[type="reset"].btn-orange:hover, input[type="submit"].btn-orange:hover {
  background-color: #6baec0;
}
.btn.btn-flex, button.btn-flex, input[type="button"].btn-flex, input[type="reset"].btn-flex, input[type="submit"].btn-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: inline-flex;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
label {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #313232;
}
input, textarea, button, select {
  font-family: 'Lato', sans-serif;
}
input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  color: #313232;
  font-size: 19px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #313232;
  border-radius: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus {
  border-color: #313232;
  outline: none;
}
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-ms-expand {
  display: none;
}
/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
/* Remove autofill */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important;
}
select:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/* Remove cross icon from input in ie/Edge */
input::-ms-clear {
  display: none;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  height: 85px;
  padding: 0px 15px 15px;
  resize: none;
  overflow: auto;
  background: transparent;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 30px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7b7b7;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7b7b7;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #b7b7b7;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b7b7b7;
}
.form-wrapper {
  max-width: 800px;
  margin: 0px auto;
}
.form-wrapper form .form-group {
  position: relative;
}
.form-wrapper form .form-group + .form-group {
  margin-top: 30px;
}
.form-wrapper form .form-group.focused .form-label {
  transform: translateY(-125%);
  font-size: 0.75em;
  padding: 0px;
  color: #313232;
}
.form-wrapper form .form-group.focused input {
  border-color: #313232;
}
.form-wrapper form .form-group .form-label {
  position: absolute;
  padding: 0px 15px;
  left: 0;
  top: 10px;
  color: #b7b7b7;
  z-index: 1;
  font-size: 19px;
  pointer-events: none;
  background-color: #fff;
  transition: transform 400ms ease-out, font-size 400ms ease-out;
}
.form-wrapper form .form-group .form-input, .form-wrapper form .form-group select {
  position: relative;
  padding: 10px 15px 10px;
  width: 100%;
  outline: 0;
  border: 0;
  height: 45px;
  border-bottom: 1px solid #5f605f;
  transition: box-shadow 150ms ease-out;
  background: transparent;
}
.form-wrapper form .form-group select {
  padding: 12px 15px 5px;
  background: url(../images/dropdown.svg) no-repeat right 20px center;
  background-size: 10px;
  font-size: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (max-width: 640px) {
  .form-wrapper form .form-group select {
    background-position: right 15px center;
  }
}
.form-wrapper form .form-group select::-ms-expand {
  display: none;
}
.form-wrapper form .form-group select::-ms-value {
  background: none;
  color: #313232;
}
.form-wrapper form .form-group.valid.focused label {
  color: #0a596c;
}
.form-wrapper form .form-group.not-valid.focused label, .form-wrapper form .form-group.not-valid.focused input {
  color: #f00;
  border-color: #f00;
}
.form-wrapper form button {
  height: 40px;
  margin-top: 35px;
}
.form-wrapper .items-wrapper .items-top {
  width: 100%;
}
.form-wrapper .items-wrapper .items-top .items-listing {
  height: auto;
}
/* custome checkbox */
.custome-checkbox .custome-checkbox-wrapper {
  width: 100%;
  padding: 0px 10px !important;
}
@media (max-width: 767px) {
  .custome-checkbox .custome-checkbox-wrapper {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 375px) {
  .custome-checkbox .custome-checkbox-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
  }
}
.custome-checkbox .custome-checkbox-wrapper .checkbox-group {
  margin-bottom: 30px;
  padding-right: 24px;
}
@media only screen and (max-width: 375px) {
  .custome-checkbox .custome-checkbox-wrapper .checkbox-group {
    padding-right: 0px;
  }
}
.custome-checkbox .custome-checkbox-wrapper .checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custome-checkbox .custome-checkbox-wrapper .checkbox-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(0, -65%) rotate(45deg);
}
@media only screen and (max-width: 375px) {
  .custome-checkbox .custome-checkbox-wrapper .checkbox-group input:checked + label:after {
    left: 13px;
    width: 8px;
    height: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .custome-checkbox .custome-checkbox-wrapper .checkbox-group input:checked + label:after {
    left: 7px;
    width: 4px;
    height: 9px;
  }
}
.custome-checkbox .custome-checkbox-wrapper .checkbox-group input:checked + label:before {
  background: #fc6b17;
  border-color: #fc6b17;
}
.custome-checkbox .custome-checkbox-wrapper .checkbox-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 13px;
  margin-bottom: 0;
  padding-left: 45px;
}
.custome-checkbox .custome-checkbox-wrapper .checkbox-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #313232;
  height: 16px;
  width: 16px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 320px) {
  .custome-checkbox .custome-checkbox-wrapper .checkbox-group label:before {
    height: 15px;
    width: 15px;
  }
}
.custome-checkbox.checkbox-wrapper-2 .custome-checkbox-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .custome-checkbox.checkbox-wrapper-2 .custome-checkbox-wrapper {
    width: 100%;
  }
}
.custome-checkbox.checkbox-wrapper-3 .custome-checkbox-wrapper {
  width: 33.33%;
}
@media (max-width: 1023px) {
  .custome-checkbox.checkbox-wrapper-3 .custome-checkbox-wrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .custome-checkbox.checkbox-wrapper-3 .custome-checkbox-wrapper {
    width: 100%;
  }
}
.custome-checkbox.checkbox-wrapper-4 .custome-checkbox-wrapper {
  width: 25%;
}
@media (max-width: 1023px) {
  .custome-checkbox.checkbox-wrapper-4 .custome-checkbox-wrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .custome-checkbox.checkbox-wrapper-4 .custome-checkbox-wrapper {
    width: 100%;
  }
}
.custome-checkbox.custome-checkbox-faq {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0px -10px;
}
@media (max-width: 1365px) {
  .custome-checkbox.custome-checkbox-faq {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .custome-checkbox.custome-checkbox-faq {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 0px;
  }
}
.custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper {
    width: 100%;
  }
}
.custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper .checkbox-group {
  margin-bottom: 18px;
  padding-right: 0;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
.custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper .checkbox-group .checkbox-top {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 767px) {
  .custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper .checkbox-group .checkbox-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper .checkbox-group input:checked + label:after {
  left: 12px;
  width: 7px;
  height: 14px;
}
@media only screen and (max-width: 375px) {
  .custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper .checkbox-group input:checked + label:after {
    left: 12px;
    width: 7px;
    height: 14px;
  }
}
.custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper .checkbox-group input:checked + label:before {
  background: #fc6b17;
  border-color: #fc6b17;
}
.custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper .checkbox-group label {
  font-size: 17px;
}
.custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper .checkbox-group label:before {
  height: 28px;
  width: 28px;
  border-color: #fc6b17;
  border-radius: 0px;
  margin-right: 16px;
}
.custome-checkbox.custome-checkbox-faq .custome-checkbox-wrapper .checkbox-group label:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #b7b7b7;
  font-size: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.checkbox-group.active .branding-info:after {
  background: url(../images/close.svg) no-repeat center / cover;
}
.checkbox-group.active .branding-content {
  display: flex;
  align-items: stretch;
  justify-content: start;
  display: flex !important;
}
.items-listing-textarea {
  display: none;
}
/* Gravity form */
.gform_body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gform_body ul li.gfield {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gform_body ul li.form-block {
  width: 44%;
}
@media (max-width: 767px) {
  .gform_body ul li.form-block {
    width: 100%;
  }
}
.gform_body ul li.area-of-interest {
  margin-top: 30px !important;
}
.gform_body .gfield_course_option_wrapper li.gfield {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.gform_body .gfield_course_option_wrapper li.gfield:last-child {
  margin: 0;
}
.gform_body .gfield_course_option_wrapper li.checkboxlist {
  width: auto;
  display: inline-block;
  padding-right: 24px;
}
@media (max-width: 640px) {
  .gform_body .gfield_course_option_wrapper li.checkboxlist {
    padding-right: 0;
  }
}
.gform_body .gfield_label {
  position: absolute;
  padding: 0px 15px;
  left: 0;
  top: 10px;
  color: #b7b7b7;
  z-index: 1;
  font-size: 19px;
  pointer-events: none;
  background-color: #fff;
  transition: all ease 0.4s;
}
.gform_body .gfield.focused .gfield_label, .gform_body .gfield.filled .gfield_label {
  transform: translateY(-125%);
  font-size: 0.75em;
  padding: 0px;
  color: #313232;
  width: 100%;
}
.gform_body select {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 12px 15px 5px;
  outline: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #5f605f;
  transition: box-shadow 150ms ease-out;
  background: url(../images/dropdown.svg) no-repeat right 20px center;
  background-size: 10px;
  font-size: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 640px) {
  .gform_body select {
    background-position: right 15px center;
  }
}
.gform_body select::-ms-expand {
  display: none;
}
.gform_body select::-ms-value {
  background: none;
  color: #313232;
}
.gform_body .label {
  font-weight: 600;
  font-size: 19px;
  display: block;
  margin-bottom: 20px;
}
.gform_body .field_description_below {
  margin-bottom: 30px;
  padding-right: 24px;
}
.gform_body .field_description_below.hidden_label .gfield_label {
  display: none;
}
.gform_body .gfield_html {
  margin: 0 !important;
}
.gform_body .validation_message {
  color: #fc6b17;
  font-weight: 500;
  position: absolute;
  font-size: 14px;
}
.gform_body .listing-inner {
  border-bottom: 1px solid #313232;
  min-height: 85px;
  width: 100%;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .gform_body .listing-inner {
    margin-bottom: 35px;
  }
}
.gform_body .gfield_visibility_hidden {
  display: none;
}
.gform_body .gfield_html p {
  margin-bottom: 15px;
}
.gfield_checkbox li {
  padding: 0;
}
@media only screen and (max-width: 375px) {
  .gfield_checkbox li {
    padding-right: 0px;
  }
}
.gfield_checkbox li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.gfield_checkbox li input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(0, -65%) rotate(45deg);
}
@media only screen and (max-width: 375px) {
  .gfield_checkbox li input:checked + label:after {
    left: 13px;
    width: 8px;
    height: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .gfield_checkbox li input:checked + label:after {
    left: 7px;
    width: 4px;
    height: 9px;
  }
}
.gfield_checkbox li input:checked + label:before {
  background: #fc6b17;
  border-color: #fc6b17;
}
.gfield_checkbox li label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 13px;
  margin-bottom: 0;
  padding-left: 30px;
}
@media (max-width: 640px) {
  .gfield_checkbox li label {
    padding-left: 25px;
  }
}
.gfield_checkbox li label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #313232;
  height: 16px;
  width: 16px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 320px) {
  .gfield_checkbox li label:before {
    height: 15px;
    width: 15px;
  }
}
.gform_footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gform_footer input[type="submit"] {
  min-width: 150px;
  padding: 10px;
}
.become-member-form .gfield_checkbox li {
  width: 100%;
  margin-bottom: 30px;
}
.validation_error, .validation_message {
  display: none;
}
.gform_validation_error .gfield.gfield_contains_required.gfield_error .gfield_label {
  color: #f00;
}
.gform_validation_error .gfield.gfield_contains_required.gfield_error input[type="text"], .gform_validation_error .gfield.gfield_contains_required.gfield_error input[type="password"], .gform_validation_error .gfield.gfield_contains_required.gfield_error input[type="email"], .gform_validation_error .gfield.gfield_contains_required.gfield_error input[type="tel"], .gform_validation_error .gfield.gfield_contains_required.gfield_error input[type="search"], .gform_validation_error .gfield.gfield_contains_required.gfield_error input[type="number"], .gform_validation_error .gfield.gfield_contains_required.gfield_error textarea {
  border-color: #f00;
  color: #f00;
}
.gform_validation_error .gfield.gfield_contains_required.gfield_error select {
  border-color: #f00;
}
.gform_validation_error .gfield.gfield_contains_required .gfield_label {
  color: #0a596c;
}
.gform_confirmation_wrapper {
  margin-bottom: 10px;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  color: #0a596c;
  font-weight: 600;
  text-align: center;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* slick arrow */
.slick-arrow {
  font-size: 0;
  min-width: 42px;
  height: 59px;
  background-color: #fc6b17;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow:hover, .slick-arrow:focus {
  outline: none;
}
.slick-arrow:after {
  content: '';
  background: url(../images/right-arrow-short.svg) no-repeat center;
  display: block;
  height: 25px;
}
.slick-arrow:after:hover, .slick-arrow:after:focus {
  outline: none;
}
.slick-arrow.slick-prev {
  right: 41px;
}
.slick-arrow.slick-prev:after {
  background-position: center left 0;
  transform: rotate(180deg);
}
.slick-arrow.slick-next:after {
  background-position: center left;
}
.slick-arrow:hover, .slick-arrow:focus {
  outline: none;
  background-color: #0a596c;
}
/* slick dots */
.slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 495px;
}
.slick-dots li {
  list-style: none;
  margin: 0px 10px;
  padding: 0;
  line-height: normal;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li button {
  padding: 0;
  height: 10px;
  font-size: 0;
  background-color: #dfdfdf;
  display: block;
  min-width: 152px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #0a596c;
}
.slick-dots li.slick-active button {
  background-color: #6baec0;
}
@font-face {
  font-family: "plastics";
  src: url("../fonts/plastics.eot");
  src: url("../fonts/plastics.eot?#iefix") format("embedded-opentype"), url("../fonts/plastics.woff") format("woff"), url("../fonts/plastics.ttf") format("truetype"), url("../fonts/plastics.svg#plastics") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "plastics" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "plastics" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-hexagon:before {
  content: "\61";
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/* fancybox v3.5.7 */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption, .fancybox-infobar, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-show-infobar .fancybox-infobar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide {
  display: block;
}
.fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--map .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--pdf .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
  min-width: auto;
}
.fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--fsexit svg:first-child {
  display: none;
}
.fancybox-button--pause svg:first-child {
  display: none;
}
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small {
  display: none;
}
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
/*
 @supports (padding: max(0px)) {
 .fancybox-caption {
 padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
 }
 }
 */
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  /*
   @supports (padding: max(0px)) {
   .fancybox-caption {
   padding-left: max(12px, env(safe-area-inset-left));
   padding-right: max(12px, env(safe-area-inset-right));
   }
   }
   */
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format('embedded-opentype'), url("../webfonts/fa-solid-900.woff2") format('woff2'), url("../webfonts/fa-solid-900.woff") format('woff'), url("../webfonts/fa-solid-900.ttf") format('truetype'), url("../webfonts/fa-solid-900.svg#fontawesome") format('svg');
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format('embedded-opentype'), url("../webfonts/fa-brands-400.woff2") format('woff2'), url("../webfonts/fa-brands-400.woff") format('woff'), url("../webfonts/fa-brands-400.ttf") format('truetype'), url("../webfonts/fa-brands-400.svg#fontawesome") format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format('embedded-opentype'), url("../webfonts/fa-regular-400.woff2") format('woff2'), url("../webfonts/fa-regular-400.woff") format('woff'), url("../webfonts/fa-regular-400.ttf") format('truetype'), url("../webfonts/fa-regular-400.svg#fontawesome") format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*--- header ---*/
.main-header {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
}
.admin-bar .main-header {
  top: 32px;
}
@media (max-width: 640px) {
  .main-header .container {
    padding: 0px 12px;
  }
}
.main-header .logo {
  padding: 18px 0px;
}
@media (max-width: 1023px) {
  .main-header .logo {
    padding: 15px 0px;
  }
}
.main-header .logo img {
  max-width: 215px;
  transition: all ease 0.5s;
}
@media (max-width: 1365px) {
  .main-header .logo img {
    max-width: 155px;
  }
}
@media (max-width: 1023px) {
  .main-header .logo img {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .main-header .logo img {
    max-width: 120px;
  }
}
@media (max-width: 640px) {
  .main-header .logo img {
    max-width: 110px;
  }
}
.main-header .header-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.main-header .header-wrapper .header-left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  /* nav */
}
@media (max-width: 1023px) {
  .main-header .header-wrapper .header-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    position: relative;
  }
}
.main-header .header-wrapper .header-left .info-nav {
  font-weight: 500;
  margin: 4px 25px 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #0a596c;
}
@media (max-width: 1365px) {
  .main-header .header-wrapper .header-left .info-nav {
    margin: 4px 15px 0px;
  }
}
.main-header .header-wrapper .header-left .navigation-top {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .main-header .header-wrapper .header-left .navigation-top {
    display: none;
  }
}
.main-header .header-wrapper .header-left .navigation-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-header .header-wrapper .header-left .navigation-top ul ul {
  position: absolute;
  visibility: hidden;
  flex-direction: row;
  background: #0a596c;
  min-width: 465px;
  z-index: 99;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  opacity: 0;
  width: 100%;
  transition: all ease 0.3s;
}
.main-header .header-wrapper .header-left .navigation-top ul ul li a {
  border-right: none;
  width: 100%;
  padding: 10px 0px !important;
  transition: none;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  transition: all ease 0.3s;
}
.main-header .header-wrapper .header-left .navigation-top ul ul li:hover > a {
  color: #fc6b17;
}
.main-header .header-wrapper .header-left .navigation-top ul ul li:hover > ul {
  left: 100%;
  top: 0;
}
.main-header .header-wrapper .header-left .navigation-top ul ul ul {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 0;
}
.main-header .header-wrapper .header-left .navigation-top ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  margin: 0px 20px;
}
.main-header .header-wrapper .header-left .navigation-top ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1439px) {
  .main-header .header-wrapper .header-left .navigation-top ul li {
    margin: 0px 15px;
  }
}
@media (max-width: 1365px) {
  .main-header .header-wrapper .header-left .navigation-top ul li {
    margin: 0px 10px;
  }
}
.main-header .header-wrapper .header-left .navigation-top ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.main-header .header-wrapper .header-left .navigation-top ul li.active > a {
  color: #fc6b17;
}
.main-header .header-wrapper .header-left .navigation-top ul li.info-nav a {
  text-transform: uppercase;
  color: #0a596c;
  font-weight: bold;
}
.main-header .header-wrapper .header-left .navigation-top ul li.info-nav a:hover {
  color: #fc6b17;
}
.main-header .header-wrapper .header-left .navigation-top ul li.info-nav.active a {
  color: #fc6b17;
}
.main-header .header-wrapper .header-left .main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .main-header .header-wrapper .header-left .main-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
}
.main-header .header-wrapper .header-left .navigation {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .main-header .header-wrapper .header-left .navigation {
    display: none;
  }
}
.main-header .header-wrapper .header-left .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-header .header-wrapper .header-left .navigation ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  margin: 0px 25px;
}
@media (max-width: 1439px) {
  .main-header .header-wrapper .header-left .navigation ul li {
    margin: 0px 15px;
  }
}
@media (max-width: 1365px) {
  .main-header .header-wrapper .header-left .navigation ul li {
    margin: 0px 10px;
  }
}
.main-header .header-wrapper .header-left .navigation ul li a {
  text-decoration: none;
  font-size: 18px;
  padding: 20px 0px;
  display: block;
  white-space: nowrap;
}
@media (max-width: 1365px) {
  .main-header .header-wrapper .header-left .navigation ul li a {
    font-size: 16px;
  }
}
.main-header .header-wrapper .header-left .navigation ul li.active > a {
  color: #fc6b17;
}
.main-header .header-wrapper .header-left .navigation ul li.current_page_ancestor > a {
  color: #fc6b17;
}
.main-header .header-wrapper .header-left .btn, .main-header .header-wrapper .header-left button, .main-header .header-wrapper .header-left input[type="button"], .main-header .header-wrapper .header-left input[type="reset"], .main-header .header-wrapper .header-left input[type="submit"] {
  border-radius: 5px;
  min-width: 180px;
  font-size: 13px;
  margin-left: 25px;
}
@media (max-width: 1365px) {
  .main-header .header-wrapper .header-left .btn, .main-header .header-wrapper .header-left button, .main-header .header-wrapper .header-left input[type="button"], .main-header .header-wrapper .header-left input[type="reset"], .main-header .header-wrapper .header-left input[type="submit"] {
    margin-left: 15px;
  }
}
@media (max-width: 1023px) {
  .main-header .header-wrapper .header-left .btn, .main-header .header-wrapper .header-left button, .main-header .header-wrapper .header-left input[type="button"], .main-header .header-wrapper .header-left input[type="reset"], .main-header .header-wrapper .header-left input[type="submit"] {
    margin-left: 0;
    margin-right: 13px;
  }
}
@media (max-width: 640px) {
  .main-header .header-wrapper .header-left .btn, .main-header .header-wrapper .header-left button, .main-header .header-wrapper .header-left input[type="button"], .main-header .header-wrapper .header-left input[type="reset"], .main-header .header-wrapper .header-left input[type="submit"] {
    margin-left: 0;
    min-width: 130px;
    font-size: 11px;
    margin-right: 5px;
  }
}
.main-header.sticky {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main-header.sticky .logo img {
  max-width: 155px;
}
@media (max-width: 767px) {
  .main-header.sticky .logo img {
    max-width: 110px;
  }
}
.main-header.sticky .navigation-top {
  display: none;
}
/* submenu */
.navigation .menu-item-has-children:after {
  content: '';
  background: url(../../assets/images/menu-up-arrow.png) no-repeat center;
  width: 35px;
  height: 19px;
  top: auto;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 99;
  background-size: 100%;
  opacity: 0;
  transition: all ease 0.3s;
  pointer-events: none;
}
.navigation .menu-item-has-children:hover:after {
  opacity: 1;
}
.navigation ul ul {
  position: absolute;
  visibility: hidden;
  background: #fff;
  min-width: 250px;
  z-index: 99;
  top: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  opacity: 0;
  padding: 20px 35px !important;
  border-radius: 5px;
  overflow: hidden;
  transition: all ease 0.3s;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}
.navigation ul ul li {
  margin: 0px !important;
}
.navigation ul ul li a {
  border-right: none;
  width: 100%;
  padding: 10px 0px !important;
  transition: none;
  width: 100%;
  display: block;
  color: #313232;
  font-weight: 300;
  transition: all ease 0.3s;
}
.navigation ul ul li:hover > a {
  color: #fc6b17;
}
.navigation ul ul li:hover > ul {
  left: 100%;
  top: 0;
}
.navigation ul ul ul {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 0;
}
.navigation ul li {
  position: relative;
}
.navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.navigation ul li:last-child ul {
  right: 0;
  left: auto;
}
.main-header .header-wrapper .header-left .navigation-top > ul > li a {
  position: relative;
  z-index: 2;
}
.navigation-top ul .current_page_parent ul {
  opacity: 1 !important;
  visibility: visible !important;
}
.navigation-top ul .current_page_item ul {
  opacity: 1 !important;
  visibility: visible !important;
}
/* responsive nav for small devices */
.hamburger {
  display: flex;
  height: 45px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hamburger:not(.close) {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
  transform: translate(0, -50%);
}
.hamburger.close {
  padding: 10px;
}
.hamburger.close .wrap {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.hamburger.close .line {
  position: absolute;
  top: calc(50% - 2px);
  width: 100%;
  margin: 0;
  transform: rotate(45deg);
  background-color: #0a596c;
}
.hamburger.close .line:last-child {
  transform: rotate(-45deg);
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.hamburger .line {
  display: block;
  width: 24px;
  margin: 3px auto;
  height: 5px;
  background-color: #0a596c;
}
.hamburger .wrap {
  display: block;
}
.mobilenav .menu-state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 999;
  width: 80%;
  max-width: 450px;
  background-color: #0a596c;
  transition: all 0.3s ease-in-out;
}
.mobilenav .menu-state .mobilenav-top {
  background-color: #fff;
}
.mobilenav.is-open .menu-state {
  left: 0;
}
.mobilenav .nav-logo {
  padding: 15px;
}
@media (max-width: 767px) {
  .mobilenav .nav-logo {
    padding: 10px 15px;
  }
}
.mobilenav ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobilenav ul ul {
  display: none;
}
.mobilenav ul li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.mobilenav ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.mobilenav ul li.menu-item-has-children > a {
  display: inline-block;
}
.mobilenav ul li .caret {
  position: absolute;
  top: 1px;
  right: 2px;
  display: block;
  width: 100%;
  height: 45px;
  cursor: pointer;
}
.mobilenav ul li .caret:not(.trigger-caret) {
  pointer-events: none;
}
.mobilenav ul li .caret:after, .mobilenav ul li .caret:before {
  position: absolute;
  content: '';
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  display: block;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
}
.mobilenav ul li .caret:after {
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}
.mobilenav ul li.is-open > .caret:after {
  transform: rotate(0);
}
.mobilenav ul li a {
  z-index: 2;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.mobilenav ul li a:hover {
  color: #fc6b17;
}
.mobilenav ul li.has-sub > a {
  padding-right: 40px;
}
.mobilenav ul li li a {
  padding-left: 30px;
  font-size: 16px;
}
.mobilenav ul li li li a {
  padding-left: 50px;
  font-size: 15px;
}
.mobilenav ul li li:last-child {
  border-bottom: none;
}
.mobilenav ul li.active {
  background-color: #fc6b17;
}
.mobilenav .nav-backdrop {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.8);
}
.mobilenav.is-open .nav-backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.mobilenav .menu-outer {
  max-height: calc(100vh - 80px);
  padding-bottom: 60px;
  overflow-y: auto;
}
/* Technology Zones section */
.technology-zones {
  background-position: right -170px bottom -125px !important;
}
.technology-zones .container {
  max-width: 1470px;
}
@media (max-width: 1749px) {
  .technology-zones .container {
    padding: 0 10%;
  }
}
@media (max-width: 1439px) {
  .technology-zones .container {
    padding: 0 8%;
  }
}
@media (max-width: 1023px) {
  .technology-zones .container {
    padding: 0 5%;
  }
}
@media (max-width: 640px) {
  .technology-zones .container {
    padding: 0px 0px 40px;
  }
}
@media (max-width: 1365px) {
  .technology-zones {
    padding: 60px 0px;
  }
}
@media (max-width: 1023px) {
  .technology-zones {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .technology-zones {
    padding: 0;
    background: none !important;
  }
}
.technology-zones .technology-wrapper .technology-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0px;
}
@media (max-width: 1023px) {
  .technology-zones .technology-wrapper .technology-block {
    padding: 40px 0px;
  }
}
@media (max-width: 640px) {
  .technology-zones .technology-wrapper .technology-block {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 30px 0px;
  }
}
.technology-zones .technology-wrapper .technology-block .technology-content {
  padding: 0;
  width: 33%;
}
@media (max-width: 1439px) {
  .technology-zones .technology-wrapper .technology-block .technology-content {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .technology-zones .technology-wrapper .technology-block .technology-content {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .technology-zones .technology-wrapper .technology-block .technology-content {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .technology-zones .technology-wrapper .technology-block .technology-content {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.technology-zones .technology-wrapper .technology-block .technology-content .sub-title {
  color: #6baec0;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .technology-zones .technology-wrapper .technology-block .technology-content .sub-title {
    font-size: 18px;
  }
}
.technology-zones .technology-wrapper .technology-block .technology-content .title {
  margin-bottom: 20px;
  font-size: 34px;
}
@media (max-width: 1439px) {
  .technology-zones .technology-wrapper .technology-block .technology-content .title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .technology-zones .technology-wrapper .technology-block .technology-content .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .technology-zones .technology-wrapper .technology-block .technology-content .title {
    font-size: 24px;
  }
}
.technology-zones .technology-wrapper .technology-block .technology-content p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .technology-zones .technology-wrapper .technology-block .technology-content p {
    font-size: 18px;
    font-weight: bold;
  }
}
.technology-zones .technology-wrapper .technology-block .technology-content .btn, .technology-zones .technology-wrapper .technology-block .technology-content button, .technology-zones .technology-wrapper .technology-block .technology-content input[type="button"], .technology-zones .technology-wrapper .technology-block .technology-content input[type="reset"], .technology-zones .technology-wrapper .technology-block .technology-content input[type="submit"] {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .technology-zones .technology-wrapper .technology-block .technology-content .btn, .technology-zones .technology-wrapper .technology-block .technology-content button, .technology-zones .technology-wrapper .technology-block .technology-content input[type="button"], .technology-zones .technology-wrapper .technology-block .technology-content input[type="reset"], .technology-zones .technology-wrapper .technology-block .technology-content input[type="submit"] {
    margin-top: 20px;
  }
}
.technology-zones .technology-wrapper .technology-block .technology-image {
  text-align: right;
  width: 60%;
  height: 490px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1749px) {
  .technology-zones .technology-wrapper .technology-block .technology-image {
    height: 390px;
  }
}
@media (max-width: 1365px) {
  .technology-zones .technology-wrapper .technology-block .technology-image {
    height: 345px;
  }
}
@media only screen and (max-width: 1199px) {
  .technology-zones .technology-wrapper .technology-block .technology-image {
    height: 290px;
  }
}
@media only screen and (max-width: 990px) {
  .technology-zones .technology-wrapper .technology-block .technology-image {
    height: 235px;
  }
}
@media (max-width: 767px) {
  .technology-zones .technology-wrapper .technology-block .technology-image {
    padding: 0;
    width: 100%;
    height: 180px;
  }
}
@media (max-width: 640px) {
  .technology-zones .technology-wrapper .technology-block .technology-image {
    height: 360px;
  }
}
@media only screen and (max-width: 480px) {
  .technology-zones .technology-wrapper .technology-block .technology-image {
    height: 230px;
  }
}
@media only screen and (max-width: 320px) {
  .technology-zones .technology-wrapper .technology-block .technology-image {
    height: 180px;
  }
}
.technology-zones .technology-wrapper .technology-block .technology-image img {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group {
  width: 100%;
  padding-top: 57%;
  position: relative;
  overflow: hidden;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group:after {
  content: '';
  background-color: #0a596c;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  transition: all ease 0.3s;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group:hover:after {
  opacity: 0.9;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group.is-play-video:after {
  display: none;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group .play-video img {
  max-width: 75px;
  transition: all ease 0.3s;
  position: relative;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group .pause-video {
  color: #0a596c;
  border-radius: 50%;
  border: 2px solid #0a596c;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  display: none;
  z-index: 2;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group .pause-video:hover {
  color: #fc6b17;
  border-color: #fc6b17;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group a:hover {
  text-decoration: none;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group.video-active .play-video {
  display: none;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group.video-active.iframe-group:after {
  opacity: 0;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group.video-active .pause-video {
  display: block;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group.video-active figure {
  display: none;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group figure {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all ease 0.5s;
  height: 100%;
  margin: 0;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video .iframe-group video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video.is-play-video .video-control {
  display: none;
}
.technology-zones .technology-wrapper .technology-block .technology-image .technology-video.is-play-video .iframe-group:after {
  display: none;
}
.technology-zones .technology-wrapper .technology-block.right {
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .technology-zones .technology-wrapper .technology-block.right {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .technology-zones .technology-wrapper .technology-block.right .technology-content {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .technology-zones .technology-wrapper .technology-block.right .technology-content {
    padding: 0px 15px;
  }
}
.technology-zones.technology-zones-inner {
  padding: 132px 0px;
}
.technology-zones.technology-zone-section {
  padding: 70px 0px;
}
@media (max-width: 767px) {
  .technology-zones.technology-zone-section {
    padding: 40px 0px;
  }
}
@media (max-width: 640px) {
  .technology-zones.technology-zone-section {
    padding: 15px 0px 0px;
  }
}
@media (max-width: 767px) {
  .technology-zones.technology-zone-section .technology-wrapper {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block {
    padding: 25px 0px;
  }
}
.technology-zones.technology-zone-section .technology-wrapper .technology-block:first-child {
  padding-top: 0px;
}
.technology-zones.technology-zone-section .technology-wrapper .technology-block:last-child {
  padding-bottom: 0px;
}
.technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-content {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1023px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-content {
    padding-right: 50px;
  }
}
@media (max-width: 640px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-content {
    width: 100%;
    padding: 0px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-content p {
    font-weight: 400;
    font-size: 17px;
  }
}
.technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-image {
  width: 50%;
  height: 476px;
}
@media (max-width: 1439px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-image {
    height: 440px;
  }
}
@media (max-width: 1365px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-image {
    height: 330px;
  }
}
@media (max-width: 1023px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-image {
    height: 242px;
  }
}
@media (max-width: 767px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-image {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-image {
    height: 320px;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-image {
    height: 250px;
  }
}
@media only screen and (max-width: 320px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-image {
    height: 220px;
  }
}
.technology-zones.technology-zone-section .technology-wrapper .technology-block .technology-image .technology-video {
  width: 100%;
  height: 100%;
}
.technology-zones.technology-zone-section .technology-wrapper .technology-block.right .technology-content {
  padding-right: 0px;
  padding-left: 80px;
}
@media (max-width: 1023px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block.right .technology-content {
    padding-left: 50px;
  }
}
@media (max-width: 640px) {
  .technology-zones.technology-zone-section .technology-wrapper .technology-block.right .technology-content {
    padding: 0px;
  }
}
.iframe-group.video-show .video-control, .iframe-group.video-show .iframe-figure {
  display: none;
}
.iframe-group.video-show:after {
  display: none;
}
/* two-column-promo */
.technology-zones.two-column-promo {
  padding: 70px 0px;
}
@media (max-width: 1439px) {
  .technology-zones.two-column-promo {
    padding: 70px 40px;
  }
}
@media (max-width: 1365px) {
  .technology-zones.two-column-promo {
    padding: 70px 20px;
  }
}
@media (max-width: 767px) {
  .technology-zones.two-column-promo {
    padding: 50px 0px;
  }
}
@media (max-width: 640px) {
  .technology-zones.two-column-promo {
    padding: 40px 0px;
  }
}
.technology-zones.two-column-promo .container {
  max-width: 1470px;
}
@media (max-width: 1749px) {
  .technology-zones.two-column-promo .container {
    padding: 0 5px;
  }
}
@media (max-width: 640px) {
  .technology-zones.two-column-promo .container {
    padding: 0;
  }
}
.technology-zones.two-column-promo .title {
  margin-bottom: 25px;
}
@media (max-width: 1749px) {
  .technology-zones.two-column-promo .title {
    padding: 0px 15px;
  }
}
.technology-zones.two-column-promo .technology-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0px -15px;
  flex-wrap: wrap;
}
@media (max-width: 1749px) {
  .technology-zones.two-column-promo .technology-wrapper {
    margin: 0px;
  }
}
.technology-zones.two-column-promo .technology-wrapper .technology-block {
  width: 50%;
  flex-direction: column;
  padding: 0px 15px;
  margin-top: 60px;
  order: 1;
}
.technology-zones.two-column-promo .technology-wrapper .technology-block:nth-child(1), .technology-zones.two-column-promo .technology-wrapper .technology-block:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block {
    width: 100%;
    margin-top: 50px;
  }
  .technology-zones.two-column-promo .technology-wrapper .technology-block:nth-child(2) {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block {
    padding: 0px;
    margin-top: 40px;
  }
  .technology-zones.two-column-promo .technology-wrapper .technology-block:nth-child(2) {
    margin-top: 40px;
  }
}
.technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
  width: 100%;
  margin-bottom: 30px;
  height: 460px;
}
@media (max-width: 1439px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
    height: 370px;
  }
}
@media (max-width: 1365px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
    height: 275px;
  }
}
@media only screen and (max-width: 1280px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
    height: 370px;
  }
}
@media (max-width: 1023px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
    height: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
    height: 390px;
  }
}
@media (max-width: 640px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
    height: 360px;
  }
}
@media only screen and (max-width: 480px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
    height: 270px;
  }
}
@media only screen and (max-width: 375px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
    height: 210px;
  }
}
@media only screen and (max-width: 320px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image {
    height: 180px;
  }
}
.technology-zones.two-column-promo .technology-wrapper .technology-block .technology-image .iframe-group {
  height: 100%;
}
.technology-zones.two-column-promo .technology-wrapper .technology-block .technology-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-content {
    padding: 0 15px;
  }
}
@media (max-width: 1749px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block .technology-content .title {
    padding: 0;
  }
}
.technology-zones.two-column-promo .technology-wrapper .technology-block.left {
  order: 0;
}
@media (max-width: 767px) {
  .technology-zones.two-column-promo .technology-wrapper .technology-block.left {
    margin-bottom: 40px;
    margin-top: 0px;
  }
}
/* listing-hero-zone */
.technology-zones.listing-hero-zone {
  padding: 0;
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone {
    padding: 20px 0px;
  }
}
.technology-zones.listing-hero-zone .technology-wrapper .technology-block {
  padding: 0;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .technology-wrapper .technology-block {
    flex-direction: column;
  }
}
.technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-content {
  width: 50%;
  max-width: 765px;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-content {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-content {
    margin-bottom: 20px;
  }
}
.technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-content .title {
  margin-bottom: 10px;
}
.technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-image {
  align-items: flex-end;
  justify-content: flex-start;
  width: 54%;
  height: 585px;
}
@media (max-width: 1365px) {
  .technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-image {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-image {
    width: 100%;
  }
}
.technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #0f0f0f);
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-image:after {
    display: none;
  }
}
.technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-image img {
  object-position: top;
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-image img {
    position: relative;
  }
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .technology-wrapper .technology-block .technology-image {
    flex-direction: column;
    height: auto;
    display: flex;
  }
}
.technology-zones.listing-hero-zone .listing-details {
  position: relative;
  z-index: 1;
  padding: 0px 0px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 1439px) {
  .technology-zones.listing-hero-zone .listing-details {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .technology-zones.listing-hero-zone .listing-details {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .listing-details {
    padding: 15px 15px 0px 15px;
  }
}
.technology-zones.listing-hero-zone .listing-details .btn, .technology-zones.listing-hero-zone .listing-details button, .technology-zones.listing-hero-zone .listing-details input[type="button"], .technology-zones.listing-hero-zone .listing-details input[type="reset"], .technology-zones.listing-hero-zone .listing-details input[type="submit"] {
  text-transform: uppercase;
  cursor: default;
}
.technology-zones.listing-hero-zone .listing-details .btn:hover, .technology-zones.listing-hero-zone .listing-details button:hover, .technology-zones.listing-hero-zone .listing-details input[type="button"]:hover, .technology-zones.listing-hero-zone .listing-details input[type="reset"]:hover, .technology-zones.listing-hero-zone .listing-details input[type="submit"]:hover {
  background-color: #fc6b17;
}
.technology-zones.listing-hero-zone .listing-details .article-date {
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .listing-details .article-date {
    color: #0a596c;
  }
}
.technology-zones.listing-hero-zone .listing-details .title {
  margin: 10px 0px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .listing-details .title {
    color: #0a596c;
    font-size: 24px;
    letter-spacing: normal;
    margin-bottom: 10px;
  }
}
.technology-zones.listing-hero-zone .listing-details .title a:hover {
  text-decoration: none;
  color: #fff;
}
.technology-zones.listing-hero-zone .listing-details p {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .technology-zones.listing-hero-zone .listing-details p {
    color: #0a596c;
    font-size: 16px;
  }
}
/* Contact CTA section */
.contact-cta {
  text-align: center;
  padding: 85px 60px;
  background-color: #0a596c !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1365px) {
  .contact-cta {
    padding: 85px 40px;
  }
}
@media (max-width: 1023px) {
  .contact-cta {
    padding: 85px 0px;
  }
}
@media (max-width: 767px) {
  .contact-cta {
    padding: 64px 0px;
    background-position: center left 33% !important;
  }
}
.contact-cta .title {
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .contact-cta .title {
    font-weight: 400;
  }
}
.contact-cta p {
  color: #fff;
}
.contact-cta .contact-cta-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.contact-cta .contact-cta-bg img {
  width: 100%;
  height: 100%;
}
.contact-cta .container {
  position: relative;
  z-index: 3;
}
/* Ad-Space section */
.ad-space {
  padding: 120px 0px 100px;
  background-color: #dfdfdf !important;
}
@media (max-width: 1365px) {
  .ad-space {
    padding: 100px 0px 80px;
  }
}
@media (max-width: 1023px) {
  .ad-space {
    padding: 60px 0px 40px;
  }
}
@media (max-width: 767px) {
  .ad-space {
    padding: 40px 0px 30px;
  }
}
.ad-space .ad-space-wrapper {
  max-width: 728px;
  margin: 0px auto;
}
.ad-space .ad-space-wrapper .ad-block {
  text-align: center;
}
.ad-space .ad-space-wrapper .ad-block img {
  width: 100%;
  height: auto;
}
.ad-space .ad-space-wrapper a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* FAQ section */
.faq-section {
  padding: 75px 0px;
}
@media (max-width: 1439px) {
  .faq-section {
    padding: 50px 40px;
  }
}
@media (max-width: 1365px) {
  .faq-section {
    padding: 50px 20px;
  }
}
@media (max-width: 640px) {
  .faq-section {
    padding: 40px 0px;
  }
}
.faq-section .container.md-container {
  max-width: 1470px;
}
.faq-section .title {
  margin-bottom: 20px;
  color: #313232;
  font-weight: 400;
}
@media (max-width: 767px) {
  .faq-section .title {
    padding: 0px 20px;
  }
}
.faq-section [class*="cell-"] {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .faq-section [class*="cell-"] {
    padding: 0px 25px;
  }
}
@media (max-width: 640px) {
  .faq-section [class*="cell-"] {
    padding: 0px 10px;
  }
}
.faq-section .faq-wrapper.show-all .faq-block {
  display: block;
}
.faq-section .faq-block {
  overflow: hidden;
  transition: all ease 0.3s;
  min-height: 106px;
  border-radius: 5px;
  padding: 27px 36px;
  margin-bottom: 18px;
  background-color: #fff;
  position: relative;
  overflow: visible;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .faq-section .faq-block {
    padding: 20px 25px;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-block {
    padding: 20px 15px;
    min-height: 64px;
  }
  .faq-section .faq-block.hide {
    display: none;
  }
}
@media (max-width: 640px) {
  .faq-section .faq-block {
    min-height: auto;
  }
}
.faq-section .faq-block .accordian-title {
  color: #5f605f;
  font-size: 19px;
  line-height: 1.3;
  position: relative;
  margin: 0;
  padding-right: 45px;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .faq-section .faq-block .accordian-title {
    font-size: 17px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-block .accordian-title {
    font-size: 16px;
  }
}
.faq-section .faq-block .accordian-title:after {
  content: '';
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-color: #6baec0;
}
@media (max-width: 1023px) {
  .faq-section .faq-block .accordian-title:after {
    width: 18px;
  }
}
.faq-section .faq-block .accordian-title:before {
  content: '';
  width: 3px;
  height: 20px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #6baec0;
  transition: all ease 0.3s;
}
@media (max-width: 1023px) {
  .faq-section .faq-block .accordian-title:before {
    height: 18px;
  }
}
@media (max-width: 1023px) {
  .faq-section .faq-block .accordian-title:before {
    right: 6px;
  }
}
.faq-section .faq-block.active .accordian-title:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-section .faq-block .faq-content {
  padding: 25px 0px 0px;
  display: none;
  width: 100%;
}
@media (max-width: 1023px) {
  .faq-section .faq-block .faq-content {
    padding: 10px 0px 0px;
  }
}
@media (max-width: 1023px) {
  .faq-section .faq-block .faq-content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-block .faq-content {
    width: 100%;
  }
}
.faq-section .faq-block .faq-content .title {
  color: #5f605f;
  padding: 0;
}
.faq-section .faq-block .faq-content .title .checkbox-group {
  display: inline-flex;
}
.faq-section .faq-block .faq-content .title .checkbox-group .branding-info {
  margin-left: 7px;
}
.faq-section .faq-block .faq-content .title .checkbox-group .btn-orange {
  color: #fff;
  min-height: 40px;
}
.faq-section .faq-block .faq-content p {
  font-size: 18px;
  color: #5f605f;
}
@media (max-width: 767px) {
  .faq-section .faq-block .faq-content p {
    font-size: 16px;
  }
}
.faq-section .faq-block .faq-content ul {
  padding-left: 0;
}
.faq-section .faq-block .faq-content ul li {
  display: block;
  font-weight: 300;
  color: #5f605f;
}
.faq-section .view-more {
  margin: 5px auto 0;
  display: none;
}
.faq-section .view-more .less {
  display: none;
}
.faq-section .view-more.view-less .more {
  display: none;
}
.faq-section .view-more.view-less .less {
  display: inline-block;
}
@media (max-width: 767px) {
  .faq-section .view-more {
    display: table;
  }
}
.faq-section.faq-section-inner {
  padding-top: 0;
}
.faq-section.faq-section-inner .container {
  max-width: 1300px;
}
.faq-section.faq-section-inner .container .accordian-title {
  font-size: 26px;
}
/* Testimonial slider */
.testimonial {
  padding: 78px 0px;
  overflow-y: hidden;
}
@media (max-width: 1023px) {
  .testimonial {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  .testimonial {
    padding: 40px 0px;
  }
}
@media (max-width: 640px) {
  .testimonial {
    background-size: cover !important;
    background-position: left -180px center !important;
  }
  .testimonial .container {
    padding: 0px 20px;
  }
}
.testimonial-block-inner {
  display: flex;
  align-items: start;
  justify-content: start;
}
@media (max-width: 1023px) {
  .testimonial-block-inner {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }
}
.testimonial-block-inner .quote-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  width: 88px;
  min-width: 76px;
  margin-right: 10px;
}
@media (max-width: 1365px) {
  .testimonial-block-inner .quote-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
  }
}
@media (max-width: 767px) {
  .testimonial-block-inner .quote-icon {
    height: 70px;
    width: 70px;
    margin: 0;
  }
}
.testimonial-block-inner .quote-icon.icon-hexagon {
  position: relative;
}
.testimonial-block-inner .quote-icon.icon-hexagon:before {
  position: absolute;
  font-size: 88px;
  top: 3px;
  left: -5px;
}
@media (max-width: 1365px) {
  .testimonial-block-inner .quote-icon.icon-hexagon:before {
    font-size: 60px;
    top: 0px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .testimonial-block-inner .quote-icon.icon-hexagon:before {
    font-size: 70px;
  }
}
.testimonial-block-inner .quote-icon.bg-white.icon-hexagon {
  color: rgba(255, 255, 255, 0.15);
}
.testimonial-block-inner .quote-icon.bg-gray.icon-hexagon {
  color: #dfdfdf;
}
.testimonial-block-inner .quote-icon img {
  width: 100%;
  max-width: 19px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1365px) {
  .testimonial-block-inner .quote-icon img {
    max-width: 15px;
  }
}
@media (max-width: 767px) {
  .testimonial-block-inner .quote-icon img {
    max-width: 17px;
  }
}
.testimonial-block-inner .testimonial-content {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .testimonial-block-inner .testimonial-content {
    margin-top: 5px;
  }
}
.testimonial-block-inner .testimonial-content .title {
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  font-size: 24px;
}
.testimonial-block-inner .testimonial-content .title p {
  line-height: 1.3;
  font-size: 24px;
}
@media (max-width: 767px) {
  .testimonial-block-inner .testimonial-content .title p {
    font-size: 18px;
  }
}
.testimonial-block-inner .testimonial-content p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}
.client-details {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 1365px) {
  .client-details {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }
}
.client-details p {
  margin: 10px 20px 10px 0px !important;
}
@media (max-width: 767px) {
  .client-details p strong {
    display: block;
  }
}
.testimonial .testimonial-slider.single-testimonial {
  max-width: 840px;
  margin: 0px auto;
}
@media (max-width: 1023px) {
  .testimonial .testimonial-slider.single-testimonial .testimonial-block-inner {
    flex-direction: row;
  }
}
.testimonial .testimonial-slider.single-testimonial .testimonial-block-inner .quote-icon {
  margin-right: 15px;
}
.testimonial .testimonial-slider .slick-dots {
  margin-left: 85px;
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .testimonial .testimonial-slider .slick-dots {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .testimonial .testimonial-slider .slick-dots {
    margin-top: 40px;
  }
}
.testimonial.bg-green {
  background-color: #89bc5f !important;
}
.testimonial.bg-green .testimonial-slider .testimonial-inner .testimonial-content {
  color: #fff;
}
.testimonial.bg-green .testimonial-slider .testimonial-inner .testimonial-content .title, .testimonial.bg-green .testimonial-slider .testimonial-inner .testimonial-content p {
  color: #fff;
}
.testimonial.testimonial-inner {
  padding: 30px 0px;
}
.testimonial.testimonial-inner .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .testimonial.testimonial-inner .container {
    padding: 0px 35px;
  }
}
.testimonial.testimonial-inner .container .testimonial-slider {
  padding: 75px 95px 0;
  width: 75%;
}
@media (max-width: 1365px) {
  .testimonial.testimonial-inner .container .testimonial-slider {
    padding: 30px 95px 0;
    width: 72%;
  }
}
@media (max-width: 1023px) {
  .testimonial.testimonial-inner .container .testimonial-slider {
    padding: 0px;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .testimonial.testimonial-inner .container .testimonial-slider {
    width: 100%;
  }
}
.testimonial.testimonial-inner .container .testimonial-slider .testimonial-block-inner .testimonial-content {
  margin-top: 10px;
}
.testimonial.testimonial-inner .container .testimonial-slider .testimonial-block-inner .testimonial-content .title {
  color: #5f605f;
}
@media (max-width: 1365px) {
  .testimonial.testimonial-inner .container .testimonial-slider .testimonial-block-inner .testimonial-content .title {
    font-size: 18px;
  }
}
.testimonial.testimonial-inner .container .testimonial-slider .testimonial-block-inner .testimonial-content .title p {
  line-height: 1.3;
}
@media (max-width: 1365px) {
  .testimonial.testimonial-inner .container .testimonial-slider .testimonial-block-inner .testimonial-content .title p {
    font-size: 18px;
  }
}
.testimonial.testimonial-inner .container .testimonial-slider .testimonial-block-inner .testimonial-content p {
  color: #5f605f;
}
@media (max-width: 1439px) {
  .testimonial.testimonial-inner .container .testimonial-slider .slick-dots button {
    min-width: 120px;
  }
}
@media (max-width: 1365px) {
  .testimonial.testimonial-inner .container .testimonial-slider .slick-dots button {
    min-width: 88px;
  }
}
@media (max-width: 767px) {
  .testimonial.testimonial-inner .container .testimonial-slider .slick-dots button {
    height: 10px;
  }
}
@media (max-width: 640px) {
  .testimonial.testimonial-inner .container .testimonial-slider .slick-dots button {
    min-width: 50px;
  }
}
.testimonial.testimonial-inner .container .testimonials-cta {
  position: absolute;
}
/* Image Grid */
.image-grid-section {
  padding: 70px 0px;
}
@media (max-width: 1439px) {
  .image-grid-section {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .image-grid-section {
    padding: 60px 0px;
  }
}
@media (max-width: 640px) {
  .image-grid-section {
    padding: 40px 0px;
  }
}
.image-grid-section .decs-block {
  padding: 0px 70px 30px;
}
@media (max-width: 767px) {
  .image-grid-section .decs-block {
    padding: 0px 50px 30px;
  }
}
@media (max-width: 640px) {
  .image-grid-section .decs-block {
    padding: 0px 0px 20px;
  }
}
.image-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.image-grid .item {
  width: 20%;
  padding: 20px;
}
@media only screen and (max-width: 1199px) {
  .image-grid .item {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .image-grid .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .image-grid .item {
    width: 50%;
    padding: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .image-grid .item {
    padding: 5px;
  }
}
.image-grid .item a {
  position: relative;
  display: block;
  height: 190px;
  overflow: hidden;
}
@media only screen and (max-width: 375px) {
  .image-grid .item a {
    height: 160px;
  }
}
@media only screen and (max-width: 320px) {
  .image-grid .item a {
    height: 140px;
  }
}
.image-grid .item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.image-grid .item.video-play-btn a:after {
  content: '';
  background-color: #0a596c;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  transition: all ease 0.3s;
}
.image-grid .item.video-play-btn a:before {
  content: '';
  background: url(../../assets/images/video-play.svg) no-repeat center;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  background-size: 100%;
}
.image-grid .item .img-container {
  background-size: cover;
  background-position: center;
  margin: 0;
  height: 100%;
  width: 100%;
}
.image-grid .item .img-container.custom-object-fit img {
  opacity: 0;
}
/* Image Promo */
.image-promo {
  padding-bottom: 70px;
}
@media (max-width: 1439px) {
  .image-promo {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1365px) {
  .image-promo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .image-promo {
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 640px) {
  .image-promo {
    padding-bottom: 40px;
  }
}
.image-promo .container.md-container {
  max-width: 1470px;
}
.image-promo .image-promo-block {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1365px) {
  .image-promo .image-promo-block {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .image-promo .image-promo-block {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .image-promo .image-promo-block {
    padding: 40px 0px 20px;
  }
}
.image-promo .image-promo-block .highlight-box {
  background-color: #0a596c;
  color: #fff;
  padding: 30px;
  width: 33%;
}
@media (max-width: 1365px) {
  .image-promo .image-promo-block .highlight-box {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .image-promo .image-promo-block .highlight-box {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .image-promo .image-promo-block .highlight-box {
    padding: 25px 15px;
  }
}
.image-promo .image-promo-block .highlight-box .title {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}
.image-promo .image-promo-block .highlight-box ul {
  margin: 0;
}
.image-promo .image-promo-block .promo-desc {
  width: 63%;
}
@media (max-width: 1365px) {
  .image-promo .image-promo-block .promo-desc {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .image-promo .image-promo-block .promo-desc {
    width: 100%;
  }
}
.image-promo .image-wrapper {
  position: relative;
  height: 650px;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .image-promo .image-wrapper {
    height: 550px;
  }
}
@media (max-width: 1023px) {
  .image-promo .image-wrapper {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .image-promo .image-wrapper {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .image-promo .image-wrapper {
    height: 250px;
  }
}
@media only screen and (max-width: 375px) {
  .image-promo .image-wrapper {
    height: 155px;
  }
}
.image-promo .image-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}
.image-promo .caption-title {
  margin: 15px 0px 0px;
  font-size: 18px;
}
/* Social Banner */
.social-banner {
  padding: 70px 10px;
  background-color: #fc6b17;
  width: 100%;
}
@media (max-width: 640px) {
  .social-banner {
    padding: 50px 10px;
  }
}
.social-banner .social-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .social-banner .social-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.social-banner .social-banner-wrapper .title {
  color: #fff;
  margin: 0;
}
.social-banner .social-banner-wrapper .social {
  margin: 0 0 0 20px;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .social-banner .social-banner-wrapper .social {
    margin: 20px 0px 0px;
  }
}
.social-banner .social-banner-wrapper .social li {
  display: inline-block;
  margin: 0px 27px;
  padding: 0;
}
@media (max-width: 1023px) {
  .social-banner .social-banner-wrapper .social li {
    margin: 0px 15px;
  }
}
@media (max-width: 640px) {
  .social-banner .social-banner-wrapper .social li {
    margin: 0px 13px;
  }
  .social-banner .social-banner-wrapper .social li:first-child {
    margin-left: 0;
  }
  .social-banner .social-banner-wrapper .social li:last-child {
    margin-right: 0;
  }
}
.social-banner .social-banner-wrapper .social li a {
  color: #fff;
  font-size: 32px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .social-banner .social-banner-wrapper .social li a {
    font-size: 28px;
  }
}
.social-banner .social-banner-wrapper .social li a .fa-facebook-f {
  font-size: 28px;
}
@media (max-width: 640px) {
  .social-banner .social-banner-wrapper .social li a .fa-facebook-f {
    font-size: 24px;
  }
}
.social-banner .social-banner-wrapper .social li a:hover {
  color: #313232;
}
.post-listing-section {
  padding: 30px 0;
}
@media (max-width: 1439px) {
  .post-listing-section {
    padding: 30px 40px;
  }
}
@media (max-width: 1365px) {
  .post-listing-section {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .post-listing-section {
    padding: 30px 0px;
  }
}
.post-listing-section .container {
  position: relative;
}
@media (max-width: 767px) {
  .post-listing-section .container {
    padding: 0;
  }
}
.post-listing-section .post-listing-wrapper {
  margin-bottom: 30px;
  position: relative;
}
.post-listing-section .post-listing-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .post-listing-section .post-listing-block {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.post-listing-section .post-listing-block:last-child {
  margin-bottom: 0;
}
.post-listing-section .post-listing-block .post-list-img {
  width: 255px;
  height: 184px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .post-listing-section .post-listing-block .post-list-img {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 640px) {
  .post-listing-section .post-listing-block .post-list-img {
    display: none;
  }
}
.post-listing-section .post-listing-block .post-list-img:hover img {
  transform: scale(1.05);
}
.post-listing-section .post-listing-block .post-list-img img {
  transition: 0.4s all;
  display: block;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.post-listing-section .post-listing-block .post-list-info {
  width: calc(100% - 200px);
  padding-left: 30px;
}
@media (max-width: 767px) {
  .post-listing-section .post-listing-block .post-list-info {
    width: 100%;
    padding-left: 0;
    padding: 0 15px;
  }
}
.post-listing-section .post-listing-block .post-list-info a {
  display: block;
  text-decoration: none;
}
.post-listing-section .post-listing-block .post-list-info .date-block p {
  font-weight: 400;
  color: #061c3a;
}
.pagination {
  text-align: center;
  padding: 0 10px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .nav-links .page-numbers {
  border: 1px solid #fc6b17;
  width: 30px;
  height: 30px;
  line-height: 28px;
  list-style: none;
  margin: 0 5px;
  display: inline-block;
  font-size: 18px;
  color: #0a596c;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
}
.pagination .nav-links .page-numbers.prev {
  margin-right: 20px;
}
.pagination .nav-links .page-numbers.next {
  margin-left: 20px;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  position: relative;
  width: 25px;
  height: 24px;
  border-radius: 0;
}
.pagination .nav-links .page-numbers.prev i, .pagination .nav-links .page-numbers.next i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 12px;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  background-color: #fc6b17;
  color: #fff;
  border-color: #fc6b17;
}
.pagination .nav-links .page-numbers.current {
  pointer-events: none;
}
.pagination .total-post-result {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.latest-news-section {
  padding: 50px 0;
}
@media (max-width: 1439px) {
  .latest-news-section {
    padding: 50px 40px;
  }
}
@media (max-width: 1365px) {
  .latest-news-section {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .latest-news-section {
    padding: 50px 0px;
  }
}
.latest-news-section .container {
  max-width: 1470px;
}
.latest-news-section h2, .latest-news-section .h2 {
  padding-right: 110px;
  margin: 0;
}
.latest-news-section .latest-news-wrapper {
  margin: 0 -30px;
}
@media (max-width: 1749px) {
  .latest-news-section .latest-news-wrapper {
    margin: 0 -15px;
  }
}
@media (max-width: 1365px) {
  .latest-news-section .latest-news-wrapper {
    margin: 0 -20px;
  }
}
@media (max-width: 1023px) {
  .latest-news-section .latest-news-wrapper {
    margin: 0 -15px;
  }
}
.latest-news-section .latest-news-wrapper .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.latest-news-section .latest-news-wrapper .latest-news-block {
  padding: 0 30px;
  width: 33.33%;
  margin: 30px 0;
}
@media (max-width: 1749px) {
  .latest-news-section .latest-news-wrapper .latest-news-block {
    padding: 0 22px;
  }
}
@media (max-width: 1023px) {
  .latest-news-section .latest-news-wrapper .latest-news-block {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .latest-news-section .latest-news-wrapper .latest-news-block {
    padding: 0 15px;
  }
}
.latest-news-section .latest-news-wrapper .latest-news-block .news-image {
  display: block;
  margin-bottom: 15px;
  position: relative;
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .latest-news-section .latest-news-wrapper .latest-news-block .news-image {
    height: 280px;
  }
}
.latest-news-section .latest-news-wrapper .latest-news-block .news-image img {
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}
.latest-news-section .latest-news-wrapper .latest-news-block .date {
  margin-bottom: 10px;
  color: #313232;
}
.latest-news-section .latest-news-wrapper .latest-news-block .date strong {
  font-weight: bold;
}
.latest-news-section .latest-news-wrapper .latest-news-block .date span {
  transition: all ease 0.3s;
}
.latest-news-section .latest-news-wrapper .latest-news-block h5 {
  margin: 0;
  transition: all ease 0.3s;
}
.latest-news-section .latest-news-wrapper .latest-news-block h5 a {
  text-decoration: none;
  transition: all ease 0.3s;
}
.latest-news-section .latest-news-wrapper .latest-news-block .btn, .latest-news-section .latest-news-wrapper .latest-news-block button, .latest-news-section .latest-news-wrapper .latest-news-block input[type="button"], .latest-news-section .latest-news-wrapper .latest-news-block input[type="reset"], .latest-news-section .latest-news-wrapper .latest-news-block input[type="submit"] {
  margin-top: 20px;
}
.latest-news-section .latest-news-wrapper .slick-arrow {
  top: -60px;
}
.latest-news-section .latest-news-wrapper .slick-arrow.slick-next {
  right: 30px;
}
@media (max-width: 1749px) {
  .latest-news-section .latest-news-wrapper .slick-arrow.slick-next {
    right: 20px;
  }
}
.latest-news-section .latest-news-wrapper .slick-arrow.slick-prev {
  right: 72px;
}
@media (max-width: 1749px) {
  .latest-news-section .latest-news-wrapper .slick-arrow.slick-prev {
    right: 61px;
  }
}
.latest-news-section .latest-news-wrapper .slick-dots {
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}
@media (max-width: 640px) {
  .latest-news-section .latest-news-wrapper .slick-dots li {
    margin: 0px 5px;
  }
}
.latest-news-section .latest-news-wrapper .slick-dots li button {
  height: 10px;
  min-width: 30px;
}
@media (max-width: 640px) {
  .latest-news-section .latest-news-wrapper .slick-dots li button {
    min-width: 25px;
  }
}
.news-info a {
  text-decoration: none;
  display: block;
}
.news-info a .info-header:hover .date {
  color: #313232;
}
.news-info a .info-header:hover .date span {
  color: #fc6b17;
}
.news-info a .info-header:hover h5 {
  color: #fc6b17;
}
/* Trend Promo */
ol.custome-list {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin: 0;
}
ol.custome-list li {
  counter-increment: my-awesome-counter;
  position: relative;
}
ol.custome-list li:before {
  content: counter(my-awesome-counter) " ";
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 28px;
  top: 15px;
  z-index: 1;
  font-size: 30px;
}
@media (max-width: 1023px) {
  ol.custome-list li:before {
    font-size: 22px;
    left: 26px;
  }
}
@media (max-width: 640px) {
  ol.custome-list li:before {
    left: 19px;
    top: 9px;
    font-size: 20px;
  }
}
@media screen and (min-width:0\0) {
  ol.custome-list li:before {
    top: 12px;
  }
}
ol.custome-list li:after {
  content: "\61";
  font-family: "plastics" !important;
  line-height: 1;
  color: #fc6b17;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 75px;
}
@media (max-width: 1023px) {
  ol.custome-list li:after {
    font-size: 65px;
  }
}
@media (max-width: 640px) {
  ol.custome-list li:after {
    font-size: 50px;
  }
}
.trend-promo {
  padding: 70px 0px;
}
@media (max-width: 1023px) {
  .trend-promo {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .trend-promo {
    padding: 40px 0px;
  }
}
.trend-promo .sm-container {
  max-width: 1200px;
}
.trend-promo ol li {
  display: flex;
  padding: 20px 0 0;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .trend-promo ol li {
    padding: 20px 0 0;
  }
}
@media (max-width: 640px) {
  .trend-promo ol li {
    flex-direction: column;
    padding: 12px 0 0;
    margin-bottom: 40px;
  }
}
.trend-promo ol li:last-child {
  margin-bottom: 0;
}
.trend-promo .trend-title {
  width: 37%;
  padding: 0px 20px 0px 90px;
}
@media (max-width: 1365px) {
  .trend-promo .trend-title {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .trend-promo .trend-title {
    padding: 0px 20px 0px 80px;
  }
}
@media (max-width: 640px) {
  .trend-promo .trend-title {
    width: 100%;
    padding: 0px 0px 0px 60px;
    margin-bottom: 15px;
  }
}
.trend-promo .trend-title .title {
  line-height: 1.3;
}
@media (max-width: 1439px) {
  .trend-promo .trend-title .title {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .trend-promo .trend-title .title {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.trend-promo .trend-title p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .trend-promo .trend-title p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .trend-promo .trend-title p {
    font-size: 18px;
  }
}
.trend-promo .trend-desc {
  width: 60%;
}
@media (max-width: 1365px) {
  .trend-promo .trend-desc {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .trend-promo .trend-desc {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .trend-promo .trend-desc p {
    font-size: 16px;
  }
}
/* Featured Speaker Promo */
.featured-speaker-promo {
  padding: 70px 0px;
}
@media (max-width: 767px) {
  .featured-speaker-promo {
    padding: 50px 0px;
  }
}
@media (max-width: 640px) {
  .featured-speaker-promo {
    padding: 40px 0px;
  }
}
.featured-speaker-promo .sm-container {
  max-width: 1200px;
}
.featured-speaker-promo .btn, .featured-speaker-promo button, .featured-speaker-promo input[type="button"], .featured-speaker-promo input[type="reset"], .featured-speaker-promo input[type="submit"] {
  margin-top: 50px;
}
.featured-speaker-promo .title {
  margin-bottom: 40px;
}
.promo-highlight-wrapper {
  margin-top: 40px;
  width: 70%;
}
@media (max-width: 640px) {
  .promo-highlight-wrapper {
    width: 100%;
  }
}
.promo-highlight-wrapper .promo-block {
  display: flex;
  margin-bottom: 40px;
}
.promo-highlight-wrapper .promo-block:last-child {
  margin-bottom: 0;
}
.promo-highlight-wrapper .promo-block .highlight-icon {
  max-width: 55px;
  width: 100%;
}
@media (max-width: 767px) {
  .promo-highlight-wrapper .promo-block .highlight-icon {
    max-width: 45px;
  }
}
.promo-highlight-wrapper .promo-block .highlight-icon img {
  width: 100%;
}
.promo-highlight-wrapper .promo-block .highlight-dec {
  flex: 1;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .promo-highlight-wrapper .promo-block .highlight-dec {
    padding-left: 20px;
  }
}
.promo-highlight-wrapper .promo-block .highlight-dec .tite {
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.promo-highlight-wrapper .promo-block .highlight-dec ul {
  padding: 0;
  margin: 0;
}
.promo-highlight-wrapper .promo-block .highlight-dec ul li {
  list-style: inside;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
.speaker-img {
  padding-top: 100%;
  position: relative;
  height: 100%;
  max-width: 530px;
}
@media (max-width: 767px) {
  .speaker-img {
    padding-top: 0;
    margin-bottom: 20px;
    height: 310px;
  }
}
@media (max-width: 640px) {
  .speaker-img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}
.speaker-img svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .speaker-img svg {
    height: 100%;
    max-width: 320px;
  }
}
@media (max-width: 640px) {
  .speaker-img svg {
    height: auto;
    width: 100%;
    position: relative;
    max-width: none;
  }
}
/* Filter section */
.filter-wrapper {
  padding: 20px 40px 30px;
  margin-bottom: 70px;
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .filter-wrapper {
    padding: 15px 20px 20px;
  }
}
@media (max-width: 640px) {
  .filter-wrapper {
    flex-direction: column;
    padding: 20px 25px 25px;
    margin: 0px 10px 50px;
  }
}
.filter-wrapper .filter-block {
  width: 30%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .filter-wrapper .filter-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .filter-wrapper .filter-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .filter-wrapper .filter-block:last-child {
    margin-bottom: 0;
  }
}
.filter-wrapper .filter-block label {
  color: #0a596c;
  margin: 0;
  font-size: 20px;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .filter-wrapper .filter-block label {
    margin-right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .filter-wrapper .filter-block label {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .filter-wrapper .filter-block label {
    margin-right: 0;
    font-size: 20px;
  }
}
.filter-wrapper select {
  border: none;
  border-bottom: 1px solid #313232;
  font-size: 20px;
  font-weight: bold;
  color: #b7b7b7;
  height: 50px;
  background: url(../images/down-arrow-orange.svg) no-repeat right 10px center;
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-grow: 1;
  padding: 0px 35px 0px 10px;
}
.filter-wrapper select::-ms-expand {
  display: none;
}
@media (max-width: 1023px) {
  .filter-wrapper select {
    height: 40px;
    font-size: 14px;
    background-size: 10px;
  }
}
@media (max-width: 767px) {
  .filter-wrapper select {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .filter-wrapper select {
    height: 50px;
    font-size: 18px;
  }
}
.filter-wrapper select:focus {
  outline: none;
}
.filter-wrapper input {
  padding: 0px 10px;
  width: 70%;
}
@media (max-width: 767px) {
  .filter-wrapper input {
    width: 100%;
  }
}
/* post-loader */
.post-loader {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Tweet block */
.tweet-feed {
  padding: 130px 0px;
  background-position: right -185px bottom -100px !important;
}
@media (max-width: 1439px) {
  .tweet-feed {
    padding: 70px 40px;
  }
}
@media (max-width: 1365px) {
  .tweet-feed {
    padding: 70px 20px;
  }
}
@media (max-width: 767px) {
  .tweet-feed {
    padding: 50px 0px;
  }
}
@media (max-width: 640px) {
  .tweet-feed {
    padding: 40px 0px;
  }
}
.tweet-feed .heading {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tweet-feed .heading {
    margin-bottom: 30px;
  }
}
.tweet-feed a {
  text-decoration: none;
  color: #6baec0;
}
.tweet-feed a:hover {
  color: #fc6b17;
}
.tweet-feed .container {
  max-width: 1470px;
}
.tweet-wrapper [class*="cell-"] {
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 640px) {
  .tweet-wrapper [class*="cell-"] {
    padding: 0;
  }
}
@media (max-width: 1749px) {
  .tweet-wrapper {
    margin: 0;
  }
}
@media (max-width: 1439px) {
  .tweet-wrapper .tweet-data {
    width: 33.33%;
  }
}
@media (max-width: 1365px) {
  .tweet-wrapper .tweet-data {
    margin-bottom: 16px;
    width: 50%;
  }
  .tweet-wrapper .tweet-data:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tweet-wrapper .tweet-data {
    margin-bottom: 20px;
    width: 100%;
  }
  .tweet-wrapper .tweet-data:first-child {
    width: 100%;
  }
}
.recent-tweet .tweet-inner {
  padding: 100px 120px 55px;
}
@media (max-width: 1439px) {
  .recent-tweet .tweet-inner {
    padding: 100px 55px 55px;
  }
}
.tweet-inner {
  padding: 100px 55px 55px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all ease 0.4s;
}
@media (max-width: 1365px) {
  .tweet-inner {
    padding: 100px 40px 40px !important;
  }
}
@media (max-width: 1023px) {
  .tweet-inner {
    padding: 85px 30px 30px !important;
  }
}
.tweet-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tweet-inner p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .tweet-inner p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tweet-inner p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.tweet-inner p a {
  pointer-events: all;
  position: relative;
}
.tweet-inner .tweet-info {
  font-size: 18px;
  color: #5f605f;
  margin-bottom: 0;
}
.tweet-inner .tweet-info a {
  font-weight: bold;
  color: #0a596c;
  margin-left: 15px;
}
.tweet-inner .tweet-info a:hover {
  color: #fc6b17;
}
.tweet-inner .icon {
  position: absolute;
  pointer-events: none;
  font-size: 32px;
  right: 40px;
  top: 40px;
  color: #6baec0;
  transition: all ease 0.4s;
}
@media (max-width: 1023px) {
  .tweet-inner .icon {
    right: 30px;
    top: 30px;
  }
}
.tweet-inner:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.tweet-inner:hover .icon {
  color: #fc6b17;
}
.tweet-inner-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* Media listing section */
.media-listing {
  padding: 70px 0px;
  position: relative;
}
@media (max-width: 1439px) {
  .media-listing {
    padding: 50px 40px;
  }
}
@media (max-width: 1365px) {
  .media-listing {
    padding: 50px 20px;
  }
}
@media (max-width: 1023px) {
  .media-listing {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .media-listing {
    padding: 40px 0px;
  }
}
.media-listing .container {
  max-width: 1480px;
}
@media (max-width: 1365px) {
  .media-listing .filter-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .media-listing .filter-wrapper {
    margin: 0px 0px 50px;
  }
}
.media-listing .post-loader {
  top: 0;
  z-index: 999;
}
.media-listing .filter-wrapper {
  width: 925px;
}
@media (max-width: 767px) {
  .media-listing .filter-wrapper {
    width: 100%;
    flex-direction: column;
  }
}
.media-listing .filter-wrapper .filter-block {
  width: 45%;
}
@media (max-width: 767px) {
  .media-listing .filter-wrapper .filter-block {
    width: 100%;
    margin-bottom: 30px;
  }
}
.media-listing-wrapper .media-block {
  margin-bottom: 30px;
  padding: 0px 40px;
}
@media (max-width: 1439px) {
  .media-listing-wrapper .media-block {
    padding: 0px 30px;
  }
}
@media (max-width: 1365px) {
  .media-listing-wrapper .media-block {
    padding: 0px 15px;
  }
}
@media (max-width: 640px) {
  .media-listing-wrapper .media-block {
    padding: 0px;
  }
}
.media-listing-wrapper .media-preview {
  border: 1px solid #b7b7b7;
  display: block;
  height: 310px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1365px) {
  .media-listing-wrapper .media-preview {
    height: 250px;
  }
}
@media (max-width: 1023px) {
  .media-listing-wrapper .media-preview {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .media-listing-wrapper .media-preview {
    height: 260px;
  }
}
.media-listing-wrapper .media-preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-listing-wrapper .media-title {
  margin: 20px 0px;
  color: #000;
}
.media-listing-wrapper .file-type ul {
  list-style: none;
  margin: 0px -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.media-listing-wrapper .file-type ul li {
  width: 33.33%;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.media-listing-wrapper .file-type ul li a {
  text-transform: uppercase;
  min-width: auto;
  width: 100%;
  line-height: normal;
  padding: 8px 10px;
}
/* List detail section */
.list-detail-module {
  padding: 70px 0px;
}
@media (max-width: 1439px) {
  .list-detail-module {
    padding: 70px 50px;
  }
}
@media (max-width: 1365px) {
  .list-detail-module {
    padding: 70px 40px;
  }
}
@media (max-width: 1023px) {
  .list-detail-module {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .list-detail-module {
    padding: 40px 0px;
  }
}
.list-detail-module a {
  display: block;
  text-decoration: none;
}
.list-detail-module .container {
  max-width: 1470px;
}
.list-detail-wrapper {
  align-items: flex-start;
}
@media (max-width: 1365px) {
  .list-detail-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.list-detail-wrapper .list-content {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .list-detail-wrapper .list-content {
    padding: 0;
    margin-bottom: 20px;
  }
}
.list-detail-wrapper .list-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .list-detail-wrapper .list-block {
    flex-direction: column;
    align-items: center;
  }
}
.list-detail-wrapper .list-block .item {
  margin-bottom: 30px;
  width: 42%;
}
@media (max-width: 1023px) {
  .list-detail-wrapper .list-block .item {
    width: 100%;
    max-width: 290px;
  }
}
.list-detail-wrapper .list-block .item .item-inner {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 30px;
  height: 100%;
}
.list-detail-wrapper .list-block .item .item-inner:after {
  content: '';
  background: url(../../assets/images/arrow-right.svg) no-repeat center;
  width: 25px;
  height: 18px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  background-size: 100%;
}
.list-detail-wrapper .list-block .item .list-icon {
  max-width: 50px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .list-detail-wrapper .list-block .item .list-icon {
    height: 50px;
  }
}
.list-detail-wrapper .list-block .item .list-icon img {
  vertical-align: middle;
}
.list-detail-wrapper .list-block .item .title {
  margin: 0;
  padding-left: 20px;
  font-weight: 600;
  line-height: 1.3;
}
/* Image Carousel */
.image-carousel {
  padding: 70px 0px 150px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1439px) {
  .image-carousel {
    padding: 70px 0px 150px 40px;
  }
}
@media (max-width: 1365px) {
  .image-carousel {
    padding: 70px 0px 150px 20px;
  }
}
@media (max-width: 767px) {
  .image-carousel {
    padding: 40px 0px;
  }
}
.image-carousel .container-fluid {
  padding: 0;
  margin-right: 0;
  padding-left: calc((100vw - 1470px)/2);
  position: relative;
}
.image-carousel .heading {
  margin-bottom: 50px;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .image-carousel .heading {
    margin-bottom: 30px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .image-carousel .heading {
    padding: 0px 20px;
  }
}
.image-carousel .heading .title {
  margin: 0;
}
.image-carousel .slider-nav {
  position: absolute;
  right: 343px;
  bottom: -20px;
}
@media only screen and (max-width: 1680px) {
  .image-carousel .slider-nav {
    right: 317px;
  }
}
@media only screen and (max-width: 1600px) {
  .image-carousel .slider-nav {
    right: 297px;
  }
}
@media only screen and (max-width: 1440px) {
  .image-carousel .slider-nav {
    right: 257px;
  }
}
@media only screen and (max-width: 1366px) {
  .image-carousel .slider-nav {
    right: 226px;
  }
}
@media only screen and (max-width: 1200px) {
  .image-carousel .slider-nav {
    right: 192px;
  }
}
@media only screen and (max-width: 1080px) {
  .image-carousel .slider-nav {
    right: 167px;
  }
}
@media only screen and (max-width: 1050px) {
  .image-carousel .slider-nav {
    right: 159px;
  }
}
@media only screen and (max-width: 1024px) {
  .image-carousel .slider-nav {
    right: 147px;
  }
}
@media only screen and (max-width: 900px) {
  .image-carousel .slider-nav {
    right: 201px;
  }
}
@media only screen and (max-width: 812px) {
  .image-carousel .slider-nav {
    right: 172px;
  }
}
@media only screen and (max-width: 768px) {
  .image-carousel .slider-nav {
    right: 158px;
  }
}
.image-carousel .slick-dots {
  justify-content: center;
  width: 100%;
  padding: 40px 0 10px;
}
@media (max-width: 640px) {
  .image-carousel .slick-dots li {
    margin: 0px 7px;
  }
}
.image-carousel .slick-dots li button {
  min-width: 30px;
  height: 10px;
}
@media (max-width: 640px) {
  .image-carousel .slick-dots li button {
    min-width: 20px;
  }
}
.image-carousel.hastwoitem .container-fluid {
  width: 100%;
  text-align: center;
  padding-left: 0;
}
.image-carousel.hastwoitem .container-fluid .image-slider-block {
  padding: 0px 10px;
}
.image-carousel.hasfouritem .image-slider:after {
  display: none;
}
.image-carousel.hasfouritem .container-fluid {
  padding-left: 0;
}
.image-slider {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .image-slider {
    padding: 0px 10px;
  }
}
.image-slider:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 35%;
  top: 0;
  right: 0;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none;
}
@media (max-width: 1023px) {
  .image-slider:after {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .image-slider:after {
    display: none;
  }
}
.image-slider .image-slider-block {
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .image-slider .image-slider-block {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .image-slider .image-slider-block {
    padding: 0px 10px;
  }
}
.image-slider .image-slider-block.video-play-btn .image-preview {
  position: relative;
}
.image-slider .image-slider-block.video-play-btn .image-preview:before {
  content: '';
  background: url(../../assets/images/video-play.svg) no-repeat center;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  background-size: 100%;
}
.image-slider .image-slider-block.video-play-btn .image-preview:after {
  content: '';
  background-color: #0a596c;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  transition: all ease 0.3s;
}
.image-slider .image-preview {
  display: block;
}
.image-slider img {
  width: 100%;
}
.image-slider .image-preview {
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .image-slider .image-preview {
    height: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .image-slider .image-preview {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .image-slider .image-preview {
    height: 155px;
  }
}
@media (max-width: 767px) {
  .image-slider .image-preview {
    height: 260px;
  }
}
.image-slider .image-preview img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
/*--- footer ---*/
.main-footer {
  width: 100%;
  height: auto;
  background: #313232;
  line-height: normal;
  padding: 60px 0px;
}
.main-footer a {
  color: #fff;
}
.main-footer a:hover {
  color: #fc6b17;
}
.main-footer .footer-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
  }
}
.main-footer .footer-wrapper .footer-left {
  max-width: 800px;
}
@media (max-width: 1365px) {
  .main-footer .footer-wrapper .footer-left {
    max-width: 660px;
  }
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper .footer-left {
    margin: 0px auto;
    width: 100%;
    margin-bottom: 35px;
  }
}
.main-footer .footer-wrapper .footer-left .footer-details-top {
  display: flex;
  align-items: start;
  justify-content: start;
}
@media (max-width: 1365px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.main-footer .footer-wrapper .footer-left .footer-details-top .logo img {
  max-width: 274px;
}
@media (max-width: 767px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top .logo img {
    max-width: 240px;
  }
}
.main-footer .footer-wrapper .footer-left .footer-details-top .follow-us {
  margin-left: 25px;
}
@media (max-width: 1365px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top .follow-us {
    margin: 25px 0 0 0;
  }
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top .follow-us {
    margin: 45px 0 0 0;
    text-align: center;
  }
}
.main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .title {
  font-size: 21px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .title {
    margin-bottom: 20px;
  }
}
.main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social {
  margin: 0;
  padding: 0;
}
.main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social li {
  display: inline-block;
  margin: 0px 27px;
}
@media (max-width: 640px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social li {
    margin: 0px 15px;
  }
}
.main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social li:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social li:first-child {
    margin-left: 15px;
  }
}
.main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social li a {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 640px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social li a {
    font-size: 28px;
  }
}
.main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social li a .fa-facebook-f {
  font-size: 28px;
}
@media (max-width: 1439px) {
  .main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social li a .fa-facebook-f {
    font-size: 24px;
  }
}
.main-footer .footer-wrapper .footer-left .footer-details-top .follow-us .social li a:hover {
  color: #fc6b17;
}
.main-footer .footer-wrapper .footer-left .company-tagline {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 20px;
  line-height: 1.4;
}
.main-footer .footer-wrapper .footer-left .company-tagline p {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper .footer-left .company-tagline {
    margin: 20px 0px 15px;
    text-align: center;
  }
  .main-footer .footer-wrapper .footer-left .company-tagline p {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .main-footer .footer-wrapper .footer-left .company-tagline {
    margin: 25px 0px 20px;
  }
}
.main-footer .footer-wrapper .footer-left .company-copyright {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.main-footer .footer-wrapper .footer-left .company-copyright p {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper .footer-left .company-copyright {
    font-size: 16px;
    text-align: center;
  }
  .main-footer .footer-wrapper .footer-left .company-copyright p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-wrapper .footer-left .company-copyright {
    font-size: 15px;
  }
  .main-footer .footer-wrapper .footer-left .company-copyright p {
    font-size: 15px;
  }
}
.main-footer .footer-wrapper .footer-right {
  min-width: 585px;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .main-footer .footer-wrapper .footer-right {
    min-width: 520px;
  }
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper .footer-right {
    margin: 0px auto;
    min-width: auto;
  }
}
.main-footer .footer-wrapper .footer-right .footer-links {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper .footer-right .footer-links {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }
  .main-footer .footer-wrapper .footer-right .footer-links .footer-links-block {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}
.main-footer .footer-wrapper .footer-right .footer-links ul {
  padding: 0;
  margin: 0;
  flex: 1;
}
@media (max-width: 767px) {
  .main-footer .footer-wrapper .footer-right .footer-links ul {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper .footer-right .footer-links ul li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-wrapper .footer-right .footer-links ul li {
    padding: 7px 0;
  }
}
.main-footer .footer-wrapper .footer-right .footer-links ul li.active a {
  color: #fc6b17;
}
.main-footer .footer-wrapper .footer-right .footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main-footer .footer-wrapper .footer-right .footer-links ul li a {
    font-size: 22px;
  }
}
.main-footer .footer-wrapper .footer-right .footer-links ul li a:hover {
  color: #fc6b17;
}
.main-footer .footer-wrapper .footer-right .member-btn {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 13px 10px;
  margin-top: 40px;
  transition: all ease 0.3s;
  display: inline-block;
}
@media (max-width: 1023px) {
  .main-footer .footer-wrapper .footer-right .member-btn {
    margin: 35px auto 0;
  }
}
.main-footer .footer-wrapper .footer-right .member-btn .fas {
  margin-left: 7px;
}
.main-footer .footer-wrapper .footer-right .member-btn:hover {
  color: #313232;
  border-color: #fff;
  background-color: #fff;
}
.cookies-bar {
  position: fixed;
  bottom: -100%;
  left: 0;
  opacity: 0;
  transition: all ease 0.5s;
  z-index: 999;
  width: 100%;
  background-color: #0a596c;
  padding: 20px;
}
.cookies-bar.isShow {
  opacity: 1;
  bottom: 0;
}
.cookies-bar.has-cookie {
  display: none;
}
.cookies-bar .cookies-bar-wrapper {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cookies-bar .cookies-bar-wrapper {
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.cookies-bar .cookies-bar-wrapper p {
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .cookies-bar .cookies-bar-wrapper p {
    font-size: 16px;
  }
}
.cookies-bar .cookies-bar-wrapper p a {
  color: #fc6b17;
  font-weight: 600;
}
.cookies-bar .cookies-bar-wrapper .close-btn {
  min-width: 110px;
  padding: 8px 20px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cookies-bar .cookies-bar-wrapper .close-btn {
    position: relative;
    top: 0;
    transform: none;
    margin: 15px 0 0;
  }
  .cookies-bar .cookies-bar-wrapper .close-btn img {
    max-width: 10px;
  }
}
/* Hero section */
.hero-section {
  position: relative;
}
@media (max-width: 640px) {
  .hero-section:after {
    content: '';
    background: url(../images/mobile-banner.png) no-repeat;
    background-position: center top;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
  }
}
@media (max-width: 1365px) {
  .hero-section {
    overflow: hidden;
  }
}
.hero-section .hero-left-bg {
  position: absolute;
  top: 0;
  left: 8%;
  width: 64%;
}
@media (max-width: 1023px) {
  .hero-section .hero-left-bg {
    left: 3%;
  }
}
@media (max-width: 640px) {
  .hero-section .hero-left-bg {
    display: none !important;
  }
}
.hero-section .hero-right-bg {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  width: 28.5%;
}
@media (max-width: 767px) {
  .hero-section .hero-right-bg {
    top: 30%;
  }
}
@media (max-width: 640px) {
  .hero-section .hero-right-bg {
    display: none !important;
  }
}
.hero-section .hero-wrapper {
  height: 980px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 1749px) {
  .hero-section .hero-wrapper {
    height: 800px;
  }
}
@media (max-width: 1439px) {
  .hero-section .hero-wrapper {
    height: 600px;
  }
}
@media (max-width: 1365px) {
  .hero-section .hero-wrapper {
    height: 550px;
  }
}
@media (max-width: 1023px) {
  .hero-section .hero-wrapper {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-wrapper {
    height: auto;
    flex-direction: column-reverse;
  }
}
.hero-section .hero-wrapper .hero-content {
  position: relative;
  z-index: 1;
  margin-top: 115px;
  width: 55%;
}
@media (max-width: 767px) {
  .hero-section .hero-wrapper .hero-content {
    margin: 20px 0px 40px;
    width: 100%;
  }
}
.hero-section .hero-wrapper .hero-content .hero-title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .hero-section .hero-wrapper .hero-content .hero-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .hero-section .hero-wrapper .hero-content .hero-title {
    margin-bottom: 10px;
  }
}
.hero-section .hero-wrapper .hero-content .hero-text {
  font-size: 28px;
  color: #0a596c;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 1749px) {
  .hero-section .hero-wrapper .hero-content .hero-text {
    font-size: 26px;
  }
}
@media (max-width: 1365px) {
  .hero-section .hero-wrapper .hero-content .hero-text {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .hero-section .hero-wrapper .hero-content .hero-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-wrapper .hero-content .hero-text {
    color: #6baec0;
    font-size: 17px;
  }
}
.hero-section .hero-wrapper .hero-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 49%;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-section .hero-wrapper .hero-image {
    position: relative;
    width: auto;
    margin-left: 45%;
  }
}
@media (max-width: 640px) {
  .hero-section .hero-wrapper .hero-image {
    margin-left: 30%;
  }
}
.hero-section .hero-wrapper .hero-image img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .hero-section .hero-wrapper .hero-image img {
    height: auto;
    max-width: 250px;
  }
}
@media (max-width: 640px) {
  .hero-section .hero-wrapper .hero-image img {
    max-width: 150px;
  }
}
.hero-section .hero-wrapper.banner-image-content .hero-title, .hero-section .hero-wrapper.banner-image-content .hero-text {
  color: #fff;
}
/* Exhibitor section */
.exhibitor-section {
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 1365px) {
  .exhibitor-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .exhibitor-section {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .exhibitor-section {
    padding: 0px 20px;
  }
}
@media (max-width: 640px) {
  .exhibitor-section {
    padding: 0px 15px;
  }
}
.exhibitor-section .exhibitor-highlights {
  position: absolute;
  top: -75px;
  left: 0;
  width: calc(50% - 490px);
  background-color: #fc6b17;
  padding: 0px 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1749px) {
  .exhibitor-section .exhibitor-highlights {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .exhibitor-section .exhibitor-highlights {
    width: 35%;
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .exhibitor-section .exhibitor-highlights {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .exhibitor-section .exhibitor-highlights {
    padding: 0px 5px;
  }
}
.exhibitor-section .exhibitor-highlights .highlight-inner {
  max-width: 360px;
  text-align: center;
}
@media (max-width: 767px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner {
    margin: 35px auto;
    max-width: none;
    width: 100%;
  }
}
.exhibitor-section .exhibitor-highlights .highlight-inner .highlight-header {
  margin: 20px auto 0;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1439px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-header {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-header {
    margin: 0px auto;
  }
}
.exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content {
  padding: 50px 0px;
}
@media (max-width: 1439px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content {
    padding: 30px 0px;
  }
}
@media (max-width: 1365px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content {
    padding: 15px 0px 30px;
  }
}
@media (max-width: 1023px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content {
    padding: 0;
  }
}
.exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block {
  color: #fff;
  padding: 30px 0px;
  position: relative;
}
@media (max-width: 1023px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block {
    padding: 25px 0px;
  }
}
@media (max-width: 767px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block {
    padding: 30px 0px;
  }
}
.exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block:after {
  content: '';
  background: url(../images/line.svg) repeat-x center;
  display: block;
  height: 10px;
  width: 100%;
  opacity: 0;
  bottom: -5px;
  position: absolute;
}
@media (max-width: 767px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block:after {
    opacity: 1;
  }
}
.exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block:last-child {
    padding-bottom: 0;
  }
}
.exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block .exhibitor-title {
  font-size: 75px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 0.8;
  font-weight: 900;
}
@media (max-width: 1439px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block .exhibitor-title {
    font-size: 65px;
  }
}
@media (max-width: 1365px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block .exhibitor-title {
    font-size: 54px;
  }
}
@media (max-width: 1023px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block .exhibitor-title {
    font-size: 48px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block .exhibitor-title {
    font-size: 55px;
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block .exhibitor-title {
    font-size: 50px;
  }
}
.exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block p {
  font-weight: 400;
}
@media (max-width: 1439px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block p {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .exhibitor-section .exhibitor-highlights .highlight-inner .highlight-content .exhibitor-block p {
    font-size: 19px;
  }
}
.exhibitor-section .container {
  display: flex;
  align-items: start;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .exhibitor-section .container {
    padding: 0;
  }
}
.exhibitor-section .container .exhibitor-content {
  width: calc(100% - 270px);
  padding: 40px 0px;
}
@media (max-width: 1749px) {
  .exhibitor-section .container .exhibitor-content {
    width: 67%;
  }
}
@media (max-width: 1365px) {
  .exhibitor-section .container .exhibitor-content {
    width: 65%;
  }
}
@media (max-width: 1023px) {
  .exhibitor-section .container .exhibitor-content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .exhibitor-section .container .exhibitor-content {
    width: 100%;
  }
}
.exhibitor-section .container .exhibitor-content .section-heading {
  margin-bottom: 185px;
}
@media (max-width: 1749px) {
  .exhibitor-section .container .exhibitor-content .section-heading {
    margin-bottom: 115px;
  }
}
@media (max-width: 1439px) {
  .exhibitor-section .container .exhibitor-content .section-heading {
    margin-bottom: 70px;
  }
}
@media (max-width: 1365px) {
  .exhibitor-section .container .exhibitor-content .section-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .exhibitor-section .container .exhibitor-content .section-heading {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .exhibitor-section .container .exhibitor-content .section-heading {
    margin-bottom: 45px;
  }
}
@media (max-width: 640px) {
  .exhibitor-section .container .exhibitor-content .section-heading {
    padding: 0px 15px;
  }
}
.business-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .business-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 340px;
    margin: 0px auto;
  }
}
@media (max-width: 640px) {
  .business-wrapper {
    max-width: 375px;
  }
}
.business-wrapper .business-block {
  height: 360px;
}
@media (max-width: 1439px) {
  .business-wrapper .business-block {
    height: 320px;
  }
}
@media (max-width: 1365px) {
  .business-wrapper .business-block {
    height: 210px;
    max-width: 210px;
  }
}
@media (max-width: 1023px) {
  .business-wrapper .business-block {
    height: 140px;
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .business-wrapper .business-block {
    height: 360px;
    margin-bottom: 32px;
    max-width: none;
  }
  .business-wrapper .business-block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .business-wrapper .business-block {
    background-size: 100% !important;
    padding: 0;
    height: 325px;
  }
}
.business-wrapper .business-block .business-wrapper-image {
  position: relative;
  height: 100%;
}
.business-wrapper .business-block .business-wrapper-image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.business-wrapper .business-block .business-block-content {
  text-align: center;
  color: #fff;
  padding: 0px 15px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 1365px) {
  .business-wrapper.business-wrapper-inner .business-block {
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .business-wrapper.business-wrapper-inner .business-block {
    margin-bottom: 10px;
  }
}
/* Download section */
.download-section {
  padding: 70px 0px 30px;
  background-color: #fff;
}
@media (max-width: 1365px) {
  .download-section {
    padding: 50px 0px 10px;
  }
}
@media (max-width: 640px) {
  .download-section {
    padding: 40px 0px 0px;
  }
}
.download-section .download-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.download-section .download-wrapper [class*="cell-"] {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .download-section .download-wrapper [class*="cell-"] {
    padding: 0px 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .download-section .download-wrapper [class*="cell-"] {
    padding: 0px 20px;
  }
}
.download-section .download-wrapper .download-wrapper-block {
  margin-bottom: 40px;
}
.download-section .download-wrapper .download-block {
  padding: 90px 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  height: 100%;
}
@media (max-width: 1365px) {
  .download-section .download-wrapper .download-block {
    padding: 60px 15px;
  }
}
@media (max-width: 767px) {
  .download-section .download-wrapper .download-block {
    padding: 40px 10px;
  }
}
.download-section .download-wrapper .download-block .icon {
  height: auto;
  max-width: 100px;
  margin: 0px auto;
}
.download-section .download-wrapper .download-block .title {
  margin: 20px 0px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
@media (max-width: 1365px) {
  .download-section .download-wrapper .download-block .title {
    margin: 20px 0px 25px;
  }
}
@media (max-width: 1023px) {
  .download-section .download-wrapper .download-block .title {
    margin: 20px 0px;
  }
}
@media (max-width: 767px) {
  .download-section .download-wrapper .download-block .btn, .download-section .download-wrapper .download-block button, .download-section .download-wrapper .download-block input[type="button"], .download-section .download-wrapper .download-block input[type="reset"], .download-section .download-wrapper .download-block input[type="submit"] {
    min-width: 149px;
  }
}
/* Hero video */
.hero-video .hero-left-bg, .hero-video .hero-right-bg, .hero-video .hero-image {
  display: none !important;
}
@media (max-width: 640px) {
  .hero-video:after {
    display: none;
  }
}
.hero-video .video-section {
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero-video .video-section.is-hide {
  opacity: 1;
}
@media only screen and (max-width: 1025px) {
  .hero-video .video-section {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .hero-video .video-section {
    position: relative;
    height: 360px;
  }
}
@media (max-width: 640px) {
  .hero-video .video-section {
    height: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-video .video-section {
    height: 210px;
  }
}
@media only screen and (max-width: 320px) {
  .hero-video .video-section {
    height: 170px;
  }
}
.hero-video .video-section iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-video .video-section .cya-home-video-wrapper {
  padding-top: 56.54%;
  position: absolute;
  width: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-video .video-section .cya-home-video-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-video .video-section video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  top: 0;
}
.hero-video .hero-title, .hero-video .hero-text {
  color: #fff !important;
}
@media (max-width: 767px) {
  .hero-video .hero-title, .hero-video .hero-text {
    color: #0a596c !important;
  }
}
@media (max-width: 767px) {
  .hero-video .hero-text {
    color: #6baec0 !important;
  }
}
.hexagon-animate:before {
  display: none;
}
.currency-name {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}
.currency-blank {
  display: inline;
}
@media (min-width: 1025px) {
  .home {
    /* Change */
    /* Changed structure in index file */
    /* Techonology section */
  }
  .home .hero-section {
    overflow: hidden;
  }
  .home .hero-section .hero-image {
    opacity: 0;
  }
  .home .hero-section .hero-image.is-show {
    opacity: 1;
  }
  .home .hero-overlay-cover {
    background: #0a596c;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.4s linear;
    z-index: 10;
  }
  .home .hero-overlay-cover.is-show {
    left: 0;
  }
  .home .hero-hexa-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
  }
  .home .hero-hexa-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .hero-hexa-cover.is-show {
    opacity: 1;
    visibility: visible;
    z-index: 11;
  }
  .home .hero-hexa-cover.is-hide {
    display: none;
  }
  .home .hero-hexa-cover:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    height: 200%;
    width: 100%;
    z-index: 9999;
    background: #0a596c;
  }
  .home .hero-hexa-cover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #0a596c;
  }
  .home .hero-left-bg {
    opacity: 0;
    visibility: hidden;
    left: 5% !important;
    transition: 0.6s;
    transform: scale(1.1);
    perspective: 1000px;
    pointer-events: none;
  }
  .home .hero-left-bg.is-show {
    opacity: 1;
    visibility: visible;
    left: 8% !important;
    transform: scale(1);
  }
  .home .hero-right-bg {
    opacity: 0;
    visibility: hidden;
    right: -2% !important;
    transition: 0.6s;
    transform: scale(1.1);
    perspective: 1000px;
    transform-origin: center;
    pointer-events: none;
  }
  .home .hero-right-bg.is-show {
    opacity: 1;
    visibility: visible;
    right: 0 !important;
    transform: translateY(-50%) scale(1);
  }
  .home .hero-content.is-show .hero-title, .home .hero-content.is-show .hero-text {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .home .hero-content .hero-title {
    left: -20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s ease-out;
    position: relative;
  }
  .home .hero-content .hero-text {
    position: relative;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s ease-out;
    transition-delay: 0.1s;
  }
  .home .business-block-content {
    text-align: center;
    color: #fff;
    padding: 0px 15px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  .home .hexagon-block {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 0.3s ease-in;
  }
  .home .exhibitor-highlights {
    left: -100% !important;
    transition: 0.5s left;
  }
  .home .exhibitor-section .business-block {
    overflow: hidden;
    position: relative;
    background-size: 0 !important;
    transition-delay: 0.3s;
  }
  .home .exhibitor-section .business-block .business-wrapper-image {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition-delay: 0.5s;
  }
  .home .exhibitor-section .business-block .business-wrapper-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .home .exhibitor-section .business-block:first-child:before {
    content: "";
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0a596c;
    z-index: 9;
    transition-delay: 0.3s;
  }
  .home .exhibitor-section .business-block:last-child:before {
    content: "";
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: #0a596c;
    transition-delay: 0.3s;
  }
  .home .exhibitor-section.has-active-section .hexagon-block {
    transform: scale(1);
  }
  .home .exhibitor-section.has-active-section .business-wrapper-image {
    opacity: 1;
  }
  .home .exhibitor-section.img-slide-overlay .business-block:first-child:before {
    width: 0;
    -webkit-animation: slide-left 0.6s ease-out;
    -moz-animation: slide-left 0.6s ease-out;
    -ms-animation: slide-left 0.6s ease-out;
    -o-animation: slide-left 0.6s ease-out;
    animation: slide-left 0.6s ease-out;
  }
  .home .exhibitor-section.img-slide-overlay .business-block:last-child:before {
    width: 0;
    -webkit-animation: slide-right 0.6s ease-out;
    -moz-animation: slide-right 0.6s ease-out;
    -ms-animation: slide-right 0.6s ease-out;
    -o-animation: slide-right 0.6s ease-out;
    animation: slide-right 0.6s ease-out;
  }
  .home .exhibitor-section.has-active-counter .exhibitor-highlights.has-slide-right {
    left: 0 !important;
  }
  @keyframes exhibitor-slide-right {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes exhibitor-slide-right {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes exhibitor-slide-right {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  @-o-keyframes exhibitor-slide-right {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes exhibitor-slide-right {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes slide-left {
    0% {
      width: 20px;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      left: 100%;
    }
  }
  @-ms-keyframes slide-left {
    0% {
      width: 20px;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      left: 100%;
    }
  }
  @keyframes slide-left {
    0% {
      width: 20px;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      left: 100%;
    }
  }
  @keyframes slide-right {
    0% {
      width: 20px;
    }
    50% {
      width: 100%;
      right: 0;
    }
    100% {
      right: 100%;
    }
  }
  .home .technology-wrapper {
    overflow: hidden;
  }
  .home .technology-wrapper .technology-content {
    position: relative;
    left: -100%;
    transition: 0.5s ease;
  }
  .home .technology-wrapper .technology-block.right .technology-content {
    left: auto;
    right: -100%;
  }
  .home .technology-wrapper .technology-block.right .technology-image:before {
    left: 0;
    right: auto;
  }
  .home .technology-wrapper.has-active-techonology .technology-content {
    left: 0;
  }
  .home .technology-wrapper.has-active-techonology .technology-image img, .home .technology-wrapper.has-active-techonology .technology-image .technology-video {
    opacity: 1;
  }
  .home .technology-wrapper.has-active-techonology .technology-image:before {
    width: 0;
    overflow: hidden;
    -webkit-animation: slide-right 0.6s linear;
    -moz-animation: slide-right 0.6s linear;
    -ms-animation: slide-right 0.6s linear;
    -o-animation: slide-right 0.6s linear;
    animation: slide-right 0.6s linear;
  }
  .home .technology-wrapper.has-active-techonology .technology-block.right .technology-content {
    right: 0;
  }
  .home .technology-wrapper.has-active-techonology .technology-block.right .technology-image:before {
    width: 0;
    -webkit-animation: slide-left 0.6s linear;
    -moz-animation: slide-left 0.6s linear;
    -ms-animation: slide-left 0.6s linear;
    -o-animation: slide-left 0.6s linear;
    animation: slide-left 0.6s linear;
  }
  .home .technology-wrapper .technology-image {
    position: relative;
  }
  .home .technology-wrapper .technology-image img, .home .technology-wrapper .technology-image .technology-video {
    opacity: 0;
    transition-delay: 0.3s;
  }
  .home .technology-wrapper .technology-image:before {
    content: "";
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #0a596c;
    z-index: 9;
  }
  .home .contact-cta {
    position: relative;
    overflow: hidden;
  }
  .home .contact-cta .contact-cta-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
  }
  .home .contact-cta .contact-cta-bg img {
    width: 100%;
    height: 100%;
  }
  .home .contact-cta .container {
    position: relative;
    z-index: 3;
  }
  .home .contact-cta .container .btn, .home .contact-cta .container button, .home .contact-cta .container input[type="button"], .home .contact-cta .container input[type="reset"], .home .contact-cta .container input[type="submit"] {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s opacity ease, 0.5s visibility ease, 0.3s background ease;
    transition-delay: 0.5s;
  }
  .home .contact-cta .contact-cta-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .home .contact-cta .contact-cta-animation .d-flex {
    height: 100%;
  }
  .home .contact-cta .contact-cta-animation .cnt-animation.cnt-first-animation img {
    transition-delay: 0.08s;
  }
  .home .contact-cta .contact-cta-animation .cnt-animation.cnt-third-animation img {
    transition-delay: 0.08s;
  }
  .home .contact-cta .contact-cta-animation .cnt-animation {
    height: 100%;
    width: 100%;
    background: #fff;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home .contact-cta .contact-cta-animation .cnt-animation img {
    height: 2px;
    width: 2px;
    transform: scale(1);
    transition: 0.6s ease-out;
    transform-origin: center;
  }
  .home .contact-cta .contact-cta-animation.hide-animation {
    opacity: 0;
  }
  .home .contact-cta.has-active-section .contact-cta-animation .cnt-animation img {
    transform: scale(410);
  }
  .home .contact-cta.has-active-section .container .btn, .home .contact-cta.has-active-section .container button, .home .contact-cta.has-active-section .container input[type="button"], .home .contact-cta.has-active-section .container input[type="reset"], .home .contact-cta.has-active-section .container input[type="submit"] {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
}
@media (max-width: 1024px) {
  .home .hero-hexa-cover {
    display: none;
  }
  .home .contact-cta {
    position: relative;
  }
  .home .contact-cta .contact-cta-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    pointer-events: none;
  }
  .home .contact-cta .contact-cta-bg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:0\0) {
  .hero-hexa-cover, .hero-overlay-cover {
    display: none !important;
  }
  .business-block:before {
    display: none !important;
  }
  .technology-image:before {
    display: none !important;
  }
  .contact-cta-animation {
    display: none !important;
  }
  .technology-wrapper .technology-image img {
    transition: 0.3s ease-out;
  }
  .exhibitor-section.img-slide-overlay .business-wrapper-image {
    opacity: 1 !important;
  }
  .business-block .business-wrapper-image {
    transition: 0.25s ease-out;
  }
}
@media only screen and (min-width: 2300px) {
  .home .hero-left-bg.is-show {
    left: 18% !important;
  }
  .home .hero-right-bg.is-show {
    right: 5% !important;
  }
}
.contact-cta-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.hero-video .hero-content.is-show .hero-title, .hero-video .hero-content.is-show .hero-text {
  color: #0a596c !important;
}
/* Planning section */
.planning-section {
  padding: 75px 0px;
}
@media (max-width: 1365px) {
  .planning-section {
    padding: 50px 0px;
  }
}
@media (max-width: 640px) {
  .planning-section {
    padding: 40px 0px;
  }
}
.planning-section .container {
  max-width: 1470px;
}
.planning-section .business-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  width: 100%;
  max-width: 387px;
}
@media (max-width: 1439px) {
  .planning-section .business-wrapper {
    max-width: 300px;
    left: 60px;
  }
}
@media (max-width: 1365px) {
  .planning-section .business-wrapper {
    max-width: 270px;
    left: 40px;
  }
}
@media (max-width: 1023px) {
  .planning-section .business-wrapper {
    left: auto;
  }
}
@media (max-width: 767px) {
  .planning-section .business-wrapper {
    position: relative;
    max-width: 360px;
  }
}
.planning-section .business-wrapper .business-block {
  padding: 0;
  height: 447px;
}
@media (max-width: 1439px) {
  .planning-section .business-wrapper .business-block {
    height: 350px;
  }
}
@media (max-width: 1365px) {
  .planning-section .business-wrapper .business-block {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .planning-section .business-wrapper .business-block {
    height: 360px;
  }
}
@media only screen and (max-width: 320px) {
  .planning-section .business-wrapper .business-block {
    height: 330px;
  }
}
.planning-section .business-wrapper .business-block:nth-child(even) {
  margin-top: -22%;
  margin-bottom: -22%;
  transform: translateX(50%);
}
@media (max-width: 1023px) {
  .planning-section .business-wrapper .business-block:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .planning-section .business-wrapper .business-block:nth-child(even) {
    margin-bottom: 10px;
  }
}
.planning-section .business-wrapper .business-block:nth-child(even) .hexagon-in2 {
  background-color: #0a596c;
}
.planning-section .business-wrapper .business-block .business-block-content .title {
  font-size: 70px;
}
@media (max-width: 1439px) {
  .planning-section .business-wrapper .business-block .business-block-content .title {
    font-size: 50px;
  }
}
@media (max-width: 1365px) {
  .planning-section .business-wrapper .business-block .business-block-content .title {
    font-size: 45px;
  }
}
.planning-section .business-wrapper .business-block .business-block-content.content-details .title {
  font-size: 22px;
}
.planning-section .business-wrapper .hexagon-block {
  max-height: 447px;
  max-width: 387px;
  transform: none;
}
.planning-section .business-wrapper .hexagon-block .hexagon.hexagon2 {
  height: 447px;
  width: 387px;
}
@media (max-width: 1439px) {
  .planning-section .business-wrapper .hexagon-block .hexagon.hexagon2 {
    height: 350px;
    width: 300px;
  }
}
@media (max-width: 1365px) {
  .planning-section .business-wrapper .hexagon-block .hexagon.hexagon2 {
    height: 320px;
    width: 270px;
  }
}
@media (max-width: 767px) {
  .planning-section .business-wrapper .hexagon-block .hexagon.hexagon2 {
    height: 360px;
    width: 310px;
  }
}
.planning-section .business-wrapper .hexagon-block .hexagon.hexagon2 .hexagon-in2 {
  background-position: right center !important;
}
.planning-section .business-wrapper p {
  font-size: 19px;
  text-transform: none;
}
@media (max-width: 1439px) {
  .planning-section .business-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .planning-section .business-wrapper p {
    font-size: 19px;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .planning-section .business-wrapper p {
    font-weight: 500;
  }
}
.planning-section .business-wrapper .btn, .planning-section .business-wrapper button, .planning-section .business-wrapper input[type="button"], .planning-section .business-wrapper input[type="reset"], .planning-section .business-wrapper input[type="submit"] {
  margin-top: 30px;
}
@media (max-width: 1439px) {
  .planning-section .business-wrapper .btn, .planning-section .business-wrapper button, .planning-section .business-wrapper input[type="button"], .planning-section .business-wrapper input[type="reset"], .planning-section .business-wrapper input[type="submit"] {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .planning-section .business-wrapper .btn, .planning-section .business-wrapper button, .planning-section .business-wrapper input[type="button"], .planning-section .business-wrapper input[type="reset"], .planning-section .business-wrapper input[type="submit"] {
    margin-top: 20px;
  }
}
.planning-section .business-wrapper .content-details .title {
  font-size: 24px;
}
@media (max-width: 1439px) {
  .planning-section .business-wrapper .content-details .title {
    font-size: 20px;
  }
}
@media (max-width: 1365px) {
  .planning-section .business-wrapper .content-details .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .planning-section .business-wrapper .content-details .title {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .planning-section .business-wrapper .content-details .title {
    font-size: 24px;
  }
}
/* Download slider */
.download-slider-section {
  background-color: #6baec0;
  margin-top: 190px;
}
@media (max-width: 1439px) {
  .download-slider-section {
    margin-top: 70px;
    padding-right: 60px;
  }
}
@media (max-width: 1365px) {
  .download-slider-section {
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .download-slider-section {
    margin-top: 35px;
    padding-right: 0px;
  }
}
@media (max-width: 640px) {
  .download-slider-section {
    margin-top: 40px;
  }
}
.download-slider-section .download-slider-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .download-slider-section .download-slider-wrapper {
    padding: 0px 15px;
  }
}
.download-slider-section .download-slider-wrapper .download-slider {
  width: 55%;
  padding: 90px 0px;
  overflow-x: hidden;
}
@media (max-width: 1439px) {
  .download-slider-section .download-slider-wrapper .download-slider {
    padding: 70px 0px;
  }
}
@media (max-width: 1365px) {
  .download-slider-section .download-slider-wrapper .download-slider {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .download-slider-section .download-slider-wrapper .download-slider {
    width: 100%;
    padding: 80px 0px 70px;
  }
}
.download-slider-section .download-slider-wrapper .download-slider .title {
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 1365px) {
  .download-slider-section .download-slider-wrapper .download-slider .title {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .download-slider-section .download-slider-wrapper .download-slider .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .download-slider-section .download-slider-wrapper .download-slider .title {
    font-size: 24px;
  }
}
.download-slider-section .download-slider-wrapper .download-slider p {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
}
@media (max-width: 767px) {
  .download-slider-section .download-slider-wrapper .download-slider p {
    font-size: 22px;
  }
}
.download-slider-section .download-slider-wrapper .download-slider .btn, .download-slider-section .download-slider-wrapper .download-slider button, .download-slider-section .download-slider-wrapper .download-slider input[type="button"], .download-slider-section .download-slider-wrapper .download-slider input[type="reset"], .download-slider-section .download-slider-wrapper .download-slider input[type="submit"] {
  margin-top: 15px;
}
.download-slider-section .download-slider-wrapper .download-slider .btn:hover, .download-slider-section .download-slider-wrapper .download-slider button:hover, .download-slider-section .download-slider-wrapper .download-slider input[type="button"]:hover, .download-slider-section .download-slider-wrapper .download-slider input[type="reset"]:hover, .download-slider-section .download-slider-wrapper .download-slider input[type="submit"]:hover {
  background-color: #0a596c;
}
.download-slider-section .download-slider-wrapper .download-slider .slick-dots {
  margin-top: 100px;
}
@media (max-width: 1365px) {
  .download-slider-section .download-slider-wrapper .download-slider .slick-dots {
    margin-top: 60px;
  }
}
.download-slider-section .download-slider-wrapper .download-slider .slick-dots button {
  margin: 0;
  min-width: 100px;
}
@media (max-width: 1439px) {
  .download-slider-section .download-slider-wrapper .download-slider .slick-dots button {
    min-width: 80px;
  }
}
@media (max-width: 1365px) {
  .download-slider-section .download-slider-wrapper .download-slider .slick-dots button {
    min-width: 45px;
  }
}
@media (max-width: 767px) {
  .download-slider-section .download-slider-wrapper .download-slider .slick-dots button {
    height: 10px;
  }
}
@media (max-width: 640px) {
  .download-slider-section .download-slider-wrapper .download-slider .slick-dots button {
    min-width: 35px;
  }
}
.download-slider-section .download-slider-wrapper .download-slider .slick-dots .slick-active button {
  background-color: #0a596c;
}
.download-slider-section .download-slider-wrapper .download-slider .slick-arrow {
  margin: 0;
  background-color: #0a596c;
}
.download-slider-section .download-slider-wrapper .download-slider .slick-arrow:hover {
  background-color: #fc6b17;
}
.home .planning-section {
  margin-top: 70px;
}
.page-template-template-show-details .planning-section {
  padding-top: 10px;
}
@media (min-width: 1024px) and (max-width: 1365px) {
}
@media (min-width: 641px) {
}
@media (max-width: 767px) {
}
/* Become member */
.membership-container.container-bg {
  background-position: right -480px top 200px;
}
.membership {
  padding: 35px 0px 40px;
}
.membership.membership-inner-block {
  padding: 40px 0px;
}
.membership .membership-wrapper .membership-block {
  margin-bottom: 40px;
  display: flex;
  align-items: start;
  justify-content: start;
}
@media (max-width: 767px) {
  .membership .membership-wrapper .membership-block {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }
}
.membership .membership-wrapper .membership-block:last-child {
  margin-bottom: 0;
}
.membership .membership-wrapper .membership-block .membership-image {
  width: 40%;
  max-width: 303px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .membership .membership-wrapper .membership-block .membership-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .membership .membership-wrapper .membership-block .membership-image {
    width: 100%;
    max-width: none;
  }
  .membership .membership-wrapper .membership-block .membership-image img {
    width: 100%;
  }
}
.membership .membership-wrapper .membership-block .membership-image img {
  margin: 0;
}
.membership .membership-wrapper .membership-block .membership-content .title {
  font-weight: 400;
  margin-bottom: 20px;
  color: #313232;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .membership .membership-wrapper .membership-block .membership-content .title br {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
}
@media (min-width: 641px) {
}
@media (max-width: 767px) {
}
/* Testimonials section */
.testimonials-bg.container-bg {
  background-position: right -480px top 190px;
}
.testimonials-section {
  padding: 70px 0px;
}
@media (max-width: 1023px) {
  .testimonials-section {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .testimonials-section {
    padding: 40px 0px 60px;
  }
}
.testimonials-section .testimonials-section-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media (max-width: 1365px) {
  .testimonials-section .testimonials-section-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-section-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.testimonials-section .testimonials-section-wrapper.right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-section-wrapper.right {
    flex-direction: column-reverse;
  }
  .testimonials-section .testimonials-section-wrapper.right .testimonials-image-block {
    margin-top: 50px;
  }
}
.testimonials-section .testimonials-section-wrapper:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  .testimonials-section .testimonials-section-wrapper .testimonial-block-inner {
    flex-direction: row;
  }
}
.testimonials-section .testimonials-section-wrapper .testimonial-block-inner .testimonial-content {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.testimonials-section .testimonials-section-wrapper .testimonial-block-inner .testimonial-content strong {
  display: inline;
}
.testimonials-section .testimonials-section-wrapper .testimonials-image-block {
  width: 37%;
}
@media (max-width: 1023px) {
  .testimonials-section .testimonials-section-wrapper .testimonials-image-block {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-section-wrapper .testimonials-image-block {
    width: 100%;
  }
}
.testimonials-section .testimonials-section-wrapper .testimonials-image-block img {
  width: 100%;
}
.testimonials-section .testimonials-section-wrapper .testimonials-image-block .testimonial {
  padding: 75px 40px 90px 45px;
  background-position: left 60px center !important;
}
@media (max-width: 1365px) {
  .testimonials-section .testimonials-section-wrapper .testimonials-image-block .testimonial {
    padding: 50px 30px;
  }
}
@media (max-width: 1023px) {
  .testimonials-section .testimonials-section-wrapper .testimonials-image-block .testimonial {
    padding: 30px 15px;
  }
}
@media (max-width: 640px) {
  .testimonials-section .testimonials-section-wrapper .testimonials-image-block .testimonial {
    background-position: left 40px center !important;
  }
}
.testimonials-section .testimonials-section-wrapper .testimonials-image-block .testimonial .title {
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .testimonials-section .testimonials-section-wrapper .testimonials-image-block .testimonial .title {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-section-wrapper .testimonials-image-block .testimonial .quote-icon {
    margin-right: 10px;
    min-width: 70px;
  }
}
.testimonials-section .testimonials-section-wrapper .testimonial-listing {
  width: 58%;
}
@media (max-width: 1023px) {
  .testimonials-section .testimonials-section-wrapper .testimonial-listing {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-section-wrapper .testimonial-listing {
    width: 100%;
  }
}
.testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block {
  padding: 80px 0px;
}
@media (max-width: 1365px) {
  .testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block {
    padding: 50px 0px 0px;
  }
}
@media (max-width: 1023px) {
  .testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block:last-child {
    padding-bottom: 0;
  }
}
.testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block .quote-icon {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block .quote-icon {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block .quote-icon {
    min-width: 70px;
  }
}
.testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block .quote-icon.icon-hexagon:before {
  color: #0a596c;
}
.testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block .title {
  color: #0a596c;
  font-size: 22px;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block .title {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.testimonials-section .testimonials-section-wrapper .testimonial-listing .testimonial-block p {
  color: #0a596c;
}
.testimonial-inner-block .testimonial-block-inner .testimonial-content .title p {
  font-size: 22px;
}
@media (min-width: 1024px) and (max-width: 1365px) {
}
@media (min-width: 641px) {
}
@media (max-width: 767px) {
}
/* Contact Us */
.contact-bg.container-bg {
  background-position: right -480px top 100px;
}
@media (max-width: 767px) {
  .contact-bg.container-bg {
    background-position: right -480px top 830px;
  }
}
.contact-us .container {
  max-width: 1480px;
}
.form-wrapper.member-form {
  margin-bottom: 30px;
}
.form-wrapper .form {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .form-wrapper .form {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
  }
}
.form-wrapper .form .form-block {
  width: 44%;
}
@media (max-width: 1023px) {
  .form-wrapper .form .form-block {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .form-wrapper .form .form-block {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-wrapper .form .form-block:last-child {
    margin-bottom: 0;
  }
}
.form-wrapper .form .label {
  font-weight: 600;
  font-size: 19px;
  display: block;
  margin-bottom: 20px;
}
.form-wrapper .form .checkbox-group label {
  padding-left: 30px;
}
@media only screen and (max-width: 375px) {
  .form-wrapper .form .checkbox-group label {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 320px) {
  .form-wrapper .form .checkbox-group label {
    padding-left: 30px;
  }
}
.contact-map {
  padding: 70px 0px;
}
.contact-map .title {
  padding-left: 20px;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .contact-map .title {
    padding-left: 0;
    margin-bottom: 25px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 432px;
}
.contact-us .form-wrapper {
  padding: 40px 0px 70px;
}
@media (max-width: 767px) {
  .contact-us .form-wrapper {
    padding: 40px 0px 70px;
  }
}
@media (max-width: 640px) {
  .contact-us .form-wrapper {
    padding: 40px 0px;
  }
}
.contact-us .contact-map {
  padding-top: 0;
}
.contact-us .page-content-section {
  padding: 70px 0px 0;
}
.contact-us .decs-block {
  padding-top: 70px;
}
@media (max-width: 1365px) {
  .contact-us .decs-block {
    padding-top: 50px;
  }
}
@media (max-width: 1023px) {
  .contact-us .decs-block {
    padding-top: 40px;
  }
}
.contact-us .decs-block h2 {
  margin-bottom: 0;
}
.success-mesage {
  background-color: #fff;
  padding: 13px 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.success-mesage p {
  color: #89bc5f;
  font-weight: 500;
}
#googlemap {
  width: 100%;
  height: 432px;
}
#googlemap .gm-ui-hover-effect {
  right: -135px !important;
  top: -5px !important;
}
#googlemap .gm-style-iw-d {
  font-size: 16px !important;
  text-align: center;
  font-weight: 400;
}
#googlemap .map-cta {
  margin-top: 5px;
  display: block;
  color: #3a84df;
}
#googlemap .gm-style-iw-c {
  padding: 15px;
}
.gm-control-active {
  min-width: inherit;
}
.googlemap-wrapper {
  position: relative;
}
.open-new-tab {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 215px;
  padding: 6px 15px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  text-decoration: none;
  font-size: 17px;
}
@media (max-width: 767px) {
  .open-new-tab {
    top: auto;
    bottom: 10px;
    left: 10px;
  }
}
/* Sponsorship */
.sponsorship-section .faq-section {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .sponsorship-section .faq-section {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sponsorship-section .faq-section {
    margin-bottom: 20px;
  }
}
.sponsorship-section .faq-section .accordian-title {
  font-size: 26px;
}
@media (max-width: 1023px) {
  .sponsorship-section .faq-section .accordian-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sponsorship-section .faq-section .accordian-title {
    font-size: 16px;
  }
}
.sponsorship-bg.container-bg {
  background-position: right -480px top 90px;
}
/* Branding popup */
.branding-info {
  position: relative;
  height: 16px;
  width: 16px;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}
.branding-info.info-btn {
  margin: 0px 4px -2px;
  display: inline-block;
  pointer-events: none;
}
.branding-info:after {
  content: '';
  background: url(../images/info.svg) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  height: 16px;
  width: 16px;
}
/* Branding content */
.branding-content {
  padding: 30px;
  margin: 0px auto;
  width: 100%;
  max-width: 892px;
  z-index: 3;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  .branding-content {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
    margin: 20px 0px;
    box-shadow: none;
    padding: 0;
    border-radius: 0px;
    flex-direction: column;
  }
}
.branding-content .close-btn {
  position: absolute;
  right: 16px;
  top: 16px;
}
@media (max-width: 767px) {
  .branding-content .close-btn {
    display: none;
  }
}
.branding-content .branding-img-block {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .branding-content .branding-img-block {
    padding: 0;
  }
}
.branding-content .branding-img-block img {
  width: 100%;
}
.branding-content .branding-details {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 767px) {
  .branding-content .branding-details {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
  }
}
.branding-content .branding-details .details-top {
  width: 100%;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .branding-content .branding-details .details-top {
    padding-right: 0px;
    margin-top: 10px;
  }
}
.branding-content .branding-details .details-top img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 300px;
}
.branding-content .branding-details .title {
  font-size: 19px;
  color: #5f605f;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .branding-content .branding-details .title {
    display: none;
  }
}
.branding-content .branding-details p {
  font-size: 19px !important;
  color: #5f605f;
  font-weight: 500;
}
@media (max-width: 767px) {
  .branding-content .branding-details p {
    font-size: 17px !important;
  }
}
.branding-content .branding-details .btn, .branding-content .branding-details button, .branding-content .branding-details input[type="button"], .branding-content .branding-details input[type="reset"], .branding-content .branding-details input[type="submit"] {
  margin-top: 20px;
}
/* Items selected */
.items-selected {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(110%, -50%);
  z-index: 3;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  max-width: 355px;
  display: flex;
  align-items: stretch;
  justify-content: start;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  transition: all ease 0.5s;
}
@media (max-width: 1749px) {
  .items-selected {
    position: relative;
    top: auto;
    transform: none;
    margin: 0px auto;
    display: none;
  }
}
@media (max-width: 767px) {
  .items-selected {
    position: fixed;
    border-radius: 0px;
    max-width: none;
    transform: translate(0, -100%);
    display: block;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .items-selected {
    max-height: calc(100vh - 69px);
    overflow: auto;
  }
}
.items-selected.is-open {
  transform: translate(0, -50%);
}
@media (max-width: 1749px) {
  .items-selected.is-open {
    display: block;
    transform: none;
  }
}
@media (max-width: 767px) {
  .items-selected.is-open {
    transform: translate(0, 0%);
    top: 69px !important;
  }
}
.items-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .items-wrapper {
    width: 100%;
  }
  .items-wrapper .items-listing {
    display: none;
  }
}
@media (max-width: 767px) {
  .items-wrapper.is-check .items-listing {
    display: flex;
  }
}
.items-wrapper .items-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 25px 0;
}
@media (max-width: 767px) {
  .items-wrapper .items-header {
    background-color: #0a596c;
    padding: 7px 12px;
  }
}
.items-wrapper .items-header .title {
  color: #5f605f;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .items-wrapper .items-header .title {
    font-size: 19px;
    color: #fff;
    padding: 0;
  }
}
.items-wrapper .items-header .items-counter {
  display: none;
}
@media (max-width: 767px) {
  .items-wrapper .items-header .items-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.items-wrapper .items-header .items-counter .counter {
  height: 36px;
  width: 36px;
  background: #fc6b17;
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-right: 15px;
}
.items-wrapper .items-header .items-counter .item-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.items-wrapper .items-header .items-counter .item-dropdown img {
  width: 25px;
  transition: all ease 0.5s;
}
.items-wrapper .items-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 25px 25px;
  text-align: right;
}
@media (min-width: 768px) {
  .items-wrapper .items-bottom {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .items-wrapper .items-bottom {
    display: none;
    padding: 30px 25px;
  }
}
.items-listing {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  overflow: auto;
  max-height: 280px;
  width: 100%;
  text-align: left;
}
.items-listing .listing-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .items-listing {
    width: 100%;
  }
}
.items-listing .items-block {
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 5px 10px;
  margin-bottom: 14px;
  min-height: 35px;
}
.items-listing .items-block p {
  margin: 0;
  font-size: 17px;
  color: #313232;
  font-weight: 400;
}
.items-listing .items-block .close-btn {
  margin-left: 10px;
}
.items-listing .items-block .close-btn img {
  display: block;
  max-width: 9px;
}
.items-wrapper .btn, .items-wrapper button, .items-wrapper input[type="button"], .items-wrapper input[type="reset"], .items-wrapper input[type="submit"] {
  margin-top: 20px;
}
.items-wrapper.active .item-dropdown img {
  transform: rotate(180deg);
}
/* Sponsorship form */
.sponsorship-form {
  margin: 70px auto;
}
@media (max-width: 1023px) {
  .sponsorship-form {
    margin: 40px auto;
  }
}
.sponsorship-form .items-listing .listing-inner {
  border-bottom: 1px solid #313232;
  min-height: 85px;
  width: 100%;
  overflow-y: auto;
}
.sponsor-option, .hidden-sp-email {
  display: none;
}
/* privacy-policy */
.policy-links {
  display: flex;
}
@media (max-width: 767px) {
  .policy-links {
    flex-direction: column;
  }
}
.policy-links ul {
  padding: 0;
}
@media (max-width: 767px) {
  .policy-links ul {
    margin-bottom: 10px;
  }
}
.policy-links ul li {
  list-style: none;
}
.policy-links ul li a {
  font-size: 22px;
  font-weight: 600;
  color: #0a596c;
  text-decoration: none;
}
@media (max-width: 767px) {
  .policy-links ul li a {
    font-size: 22px;
  }
}
.policy-links ul li a:hover {
  color: #fc6b17;
}
@media (min-width: 1024px) and (max-width: 1365px) {
}
@media (min-width: 641px) {
}
@media (max-width: 767px) {
}
/* Listing section */
.listing-detail-section {
  padding: 70px 0px;
}
@media (max-width: 1023px) {
  .listing-detail-section {
    padding: 50px 0px;
  }
}
@media (max-width: 640px) {
  .listing-detail-section {
    padding: 40px 0px;
  }
}
@media (max-width: 640px) {
  .listing-detail-section .container {
    padding: 0;
  }
}
.listing-detail-section .membership-content .title {
  color: #6baec0 !important;
}
.listing-detail-section .inner-page-content:first-child .page-content-section {
  padding-top: 0;
}
.author-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.author-block p {
  margin-bottom: 10px;
}
.author-block ul {
  display: inline-block;
}
.author-block .author-name {
  font-size: 20px;
  font-weight: 800;
}
.author-block .publish-date {
  font-weight: 500;
}
.author-block .post-tags {
  margin: 0;
  padding: 0;
}
.author-block .post-tags li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #0a596c;
  padding-right: 5px;
  line-height: 1;
}
.author-block .post-tags li:last-child .comma-sepration {
  display: none;
}
.author-block .post-tags li a {
  color: #6baec0;
}
.author-block .post-tags li a:hover {
  color: #fc6b17;
}
.author-block .social {
  margin: 20px 0 0 0;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .author-block .social {
    margin: 30px 0px;
    padding: 10px 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
  }
}
@media (max-width: 640px) {
  .author-block .social {
    width: 100%;
    align-items: center;
    max-width: 300px;
    margin: 30px auto;
  }
}
.author-block .social li {
  list-style: none;
  text-align: center;
}
@media (max-width: 767px) {
  .author-block .social li {
    display: inline-block;
    padding: 0px 15px;
    font-size: 28px;
  }
}
.author-block .social li a {
  display: block;
  color: #5b6770;
}
.author-block .social li a:hover {
  color: #fc6b17;
}
/* Events Template */
.events-section {
  padding: 70px 0px;
}
@media (max-width: 1439px) {
  .events-section {
    padding: 70px 45px;
  }
}
@media (max-width: 1365px) {
  .events-section {
    padding: 70px 20px;
  }
}
@media (max-width: 1023px) {
  .events-section {
    padding: 55px 0px;
  }
}
@media (max-width: 767px) {
  .events-section {
    padding: 40px 0px;
  }
}
@media (max-width: 640px) {
  .events-section .container, .events-section [class*="cell-"] {
    padding: 0;
  }
}
.events-category {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 1365px) {
  .events-category {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .events-category {
    margin-bottom: 40px;
    padding: 25px 20px;
  }
}
@media (max-width: 640px) {
  .events-category {
    margin: 0px 15px 40px;
  }
}
@media only screen and (max-width: 375px) {
  .events-category .custome-checkbox .custome-checkbox-wrapper .checkbox-group input:checked + label:after {
    left: 7px;
    width: 5px;
    height: 10px;
  }
}
.events-category .category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .events-category .category-header {
    cursor: pointer;
  }
}
.events-category .category-header .title {
  margin: 0;
}
@media (max-width: 767px) {
  .events-category .category-header .title {
    font-size: 22px;
  }
}
.events-category .category-header .item-dropdown {
  display: flex;
  align-items: center;
  opacity: 0;
}
@media (max-width: 767px) {
  .events-category .category-header .item-dropdown {
    opacity: 1;
  }
}
.events-category .category-header .item-dropdown img {
  margin-top: 8px;
  transition: all ease 0.4s;
}
.events-category .custome-checkbox {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .events-category .custome-checkbox {
    display: none;
  }
}
.events-category .custome-checkbox .custome-checkbox-wrapper {
  margin-bottom: 10px;
}
.events-category .custome-checkbox .custome-checkbox-wrapper .checkbox-group {
  margin-bottom: 15px;
  padding-right: 0;
  width: 100%;
}
.events-category .custome-checkbox .custome-checkbox-wrapper .checkbox-group label {
  padding-left: 33px;
  font-size: 17px;
}
.events-category.active .item-dropdown img {
  transform: rotate(180deg);
}
.events-listing {
  padding-left: 30px;
}
@media (max-width: 1023px) {
  .events-listing {
    padding-left: 0px;
  }
}
.events-listing .heading {
  background-color: #0a596c;
  padding: 40px 70px;
}
@media (max-width: 1365px) {
  .events-listing .heading {
    padding: 30px 50px;
  }
}
@media (max-width: 1023px) {
  .events-listing .heading {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .events-listing .heading {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .events-listing .heading {
    padding: 25px 15px;
  }
}
.events-listing .heading .title {
  color: #fff;
  margin: 0;
}
.events-listing .event-block {
  background-color: #fff;
  padding: 30px 70px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #b7b7b7;
}
@media (max-width: 1365px) {
  .events-listing .event-block {
    padding: 30px 50px;
  }
}
@media (max-width: 1023px) {
  .events-listing .event-block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .events-listing .event-block {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .events-listing .event-block {
    padding: 30px 0;
    margin: 0 15px;
  }
}
.events-listing .event-block:last-child {
  border: none;
}
.events-listing .event-block a {
  text-decoration: none;
}
.events-listing .event-block .event-name {
  color: #6baec0;
  text-transform: uppercase;
  font-size: 18px;
}
.events-listing .event-block .event-name:hover {
  color: #fc6b17;
}
.events-listing .event-block p {
  font-size: 24px;
  margin: 7px 0px;
  line-height: normal;
  font-weight: 400;
}
.events-listing .event-block .event-desc {
  color: #0a596c;
}
.events-listing .event-block .event-desc a {
  color: #0a596c;
}
.events-listing .event-block .event-desc a:hover {
  color: #fc6b17;
}
.wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
  flex-wrap: wrap;
  background-color: #fff;
}
.main-container {
  width: 100%;
}
.primary-color {
  color: #0a596c;
}
.primary-color a {
  color: #0a596c;
}
.primary-color a:hover {
  color: #fc6b17;
}
.w-100 {
  width: 100% !important;
}
.mx-auto {
  margin: 0px auto;
  display: table;
}
/* Inner container background */
.container-bg {
  background: url(../images/techno-zone-bg.png) no-repeat;
  background-position: right -480px top 470px;
}
@media (max-width: 640px) {
  .container-bg {
    background-position: right -810px top 604px;
  }
}
/* Section heading */
.section-heading .title {
  font-weight: 900;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .section-heading .title {
    margin-bottom: 15px;
  }
  .section-heading .title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-heading .title {
    margin-bottom: 20px;
  }
}
/* Business block */
.business-block-content {
  text-align: center;
  color: #fff;
  padding: 0px 15px;
  width: 100%;
}
@media (max-width: 1025px) {
  .business-block-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.business-block-content .title {
  font-size: 90px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 1749px) {
  .business-block-content .title {
    font-size: 80px;
  }
}
@media (max-width: 1439px) {
  .business-block-content .title {
    font-size: 65px;
  }
}
@media (max-width: 1439px) {
  .business-block-content .title {
    font-size: 54px;
  }
}
@media (max-width: 1365px) {
  .business-block-content .title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .business-block-content .title {
    font-size: 90px;
  }
}
@media (max-width: 640px) {
  .business-block-content .title {
    font-size: 70px;
  }
}
.business-block-content p {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .business-block-content p {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .business-block-content p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 1365px) {
  .business-block-content p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .business-block-content p {
    font-size: 21px;
  }
}
/* Hexagon */
.hexagon-block {
  width: 100%;
  max-height: 360px;
  max-width: 310px;
  overflow: hidden;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hexagon-block .hexagon {
  overflow: hidden;
  visibility: hidden;
  transform: rotate(120deg);
}
.hexagon-block .hexagon.hexagon2 {
  height: 360px;
  width: 310px;
  margin: 0;
  position: relative;
}
@media (max-width: 1439px) {
  .hexagon-block .hexagon.hexagon2 {
    height: 320px;
    width: 275px;
  }
}
@media (max-width: 1365px) {
  .hexagon-block .hexagon.hexagon2 {
    height: 210px;
  }
}
@media (max-width: 1023px) {
  .hexagon-block .hexagon.hexagon2 {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .hexagon-block .hexagon.hexagon2 {
    height: 360px;
    width: 310px;
  }
}
@media (max-width: 640px) {
  .hexagon-block .hexagon.hexagon2 {
    height: 330px;
    width: 280px;
  }
}
.hexagon-block .hexagon .hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: rotate(-60deg);
}
.hexagon-block .hexagon .hexagon-in1 .hexagon-in2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  visibility: visible;
  transform: rotate(-60deg);
  background-size: cover;
  background-color: #6baec0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* Hero inner */
.hero-inner {
  overflow: hidden;
  position: relative;
}
.hero-inner .hero-inner-banner {
  height: 500px;
}
@media (max-width: 1439px) {
  .hero-inner .hero-inner-banner {
    height: 400px;
  }
}
@media (max-width: 1365px) {
  .hero-inner .hero-inner-banner {
    height: 350px;
  }
}
@media (max-width: 1023px) {
  .hero-inner .hero-inner-banner {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .hero-inner .hero-inner-banner {
    height: 222px;
  }
}
.hero-inner .hero-inner-banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #0f0f0f);
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .hero-inner .hero-inner-banner:after {
    display: none;
  }
}
.hero-inner .hero-wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hero-inner .hero-wrapper {
    padding: 20px 0px 0px;
  }
}
.hero-inner .hero-wrapper .hero-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  width: 90%;
  max-width: 1100px;
}
@media (max-width: 1365px) {
  .hero-inner .hero-wrapper .hero-content {
    max-width: 790px;
  }
}
@media (max-width: 767px) {
  .hero-inner .hero-wrapper .hero-content {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }
}
.hero-inner .hero-wrapper .hero-content .hero-title {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-inner .hero-wrapper .hero-content .hero-title {
    color: #0a596c;
  }
}
.hero-inner .hero-wrapper .hero-content .hero-text {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 1365px) {
  .hero-inner .hero-wrapper .hero-content .hero-text {
    font-size: 22px;
  }
}
@media (max-width: 1365px) {
  .hero-inner .hero-wrapper .hero-content .hero-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-inner .hero-wrapper .hero-content .hero-text {
    color: #6baec0;
    font-weight: 700;
    font-size: 17px;
  }
}
.hero-inner .hero-wrapper .hero-content .btn, .hero-inner .hero-wrapper .hero-content button, .hero-inner .hero-wrapper .hero-content input[type="button"], .hero-inner .hero-wrapper .hero-content input[type="reset"], .hero-inner .hero-wrapper .hero-content input[type="submit"] {
  margin-bottom: 15px;
}
.hero-inner .hero-wrapper .hero-content .btn:hover, .hero-inner .hero-wrapper .hero-content button:hover, .hero-inner .hero-wrapper .hero-content input[type="button"]:hover, .hero-inner .hero-wrapper .hero-content input[type="reset"]:hover, .hero-inner .hero-wrapper .hero-content input[type="submit"]:hover {
  cursor: default;
  background-color: #fc6b17;
}
.hero-inner .hero-wrapper .hero-content p {
  color: #fff;
}
@media (max-width: 767px) {
  .hero-inner .hero-wrapper .hero-content p {
    color: #6baec0;
    font-weight: bold;
  }
}
/* Inner page content */
.inner-page-content .sm-container {
  max-width: 1150px;
}
/* Page content section */
.page-content-section strong {
  color: #0a596c;
  font-weight: bold;
}
.home .main-content {
  padding: 0px;
}
.page-content-section {
  padding: 70px 0px;
}
@media (max-width: 1365px) {
  .page-content-section {
    padding: 50px 0px;
  }
}
@media (max-width: 640px) {
  .page-content-section {
    padding: 40px 0px;
  }
  .page-content-section iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .page-content-section iframe {
    height: auto;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fstyle.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fbase%5C%2F_normalize.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fbase%5C%2F_helpers.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fabstracts%5C%2F_mixins.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fbase%5C%2F_typography.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fbase%5C%2F_button.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fbase%5C%2F_forms.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fvendors%5C%2F_slick.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fvendors%5C%2F_fontastic.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fvendors%5C%2F_animate.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fvendors%5C%2F_fancybox.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_core.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_larger.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_fixed-width.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_list.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_bordered-pulled.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_animated.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_rotated-flipped.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_stacked.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_icons.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_screen-reader.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2F_mixins.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2Fsolid.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2Fbrands.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Ffont-awesome%5C%2Fregular.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_header.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_device-menu.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_technology-zones.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_contact-cta.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_ad-space.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_faq.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_testimonial.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_image-grid.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_image-promo.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_social-banner.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_post-listing.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_pagination.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_latest-news.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_trend-promo.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_featured-speaker-promo.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_filter.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_tweet.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_media-listing.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_list-detail-module.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_image-carousel.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_footer.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_home.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_home-animation.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_planning-resources.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_become-member.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_testimonials-page.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_contact-us.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_sponsorship.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_privacy-policy.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_listing-details.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_events.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fnpe2021%5C%2Fassets%5C%2Fscss%5C%2Fpages%5C%2F_default.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3BsHAAA%3BAAAA%2C2BAAA%3BAAAA%3B8EAAA%3BACEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgDAAA%3BAAAA%3BAAiFA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAYA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoBAAA%3BAAAA%3BADpHD%3B8EAAA%3BAC4HC%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BADhKD%3B8EAAA%3BACsKC%3BAAAA%2CwBAAA%3BAAAA%3BADtKD%3B%3BGAAA%3BAEOC%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BACsCI%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BADzBH%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOG%3BAAAA%2CoBAAA%3BAAAA%3BAAIH%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAFnCF%2CoBAAA%3BAEyCC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BACII%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BADSH%3BAAAA%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%3BkBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAFjED%2CgBAAA%3BAEyEC%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMC%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAKD%3BAAAA%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%3BgCAAA%3BAAAA%3BAFlIF%2CsBAAA%3BAE8IE%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAASC%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAALA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAMF%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BACpJI%3BAD4JD%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAASC%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAMF%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BACpLE%3BAD4JD%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAASC%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAMF%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BACpLE%3BAD4JD%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAASC%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAMF%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BACpLE%3BAD4JD%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAASC%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAMF%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BACpLE%3BAD4JD%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAASC%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAMF%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BACpLE%3BAD4JD%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAASC%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAALA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAALA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAALA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAALA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAMF%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAFtMH%2CoBAAA%3BAE8ME%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAF1NF%2C2BAAA%3BAEiOE%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAFjPF%2CoBAAA%3BAEwPC%3BAAAA%2C2BAAA%3BAAAA%3BAFxPD%3B%3BGAAA%3BAIGC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAkBI%3BAAAA%3BwBAAA%3BAAAA%3BAAMJ%3BAAAA%3BmBAAA%3BAAAA%3BADUI%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BACQJ%3BAAAA%2CkBAAA%3BAAAA%3BADRI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BACHJ%3BAAAA%2CkBAAA%3BAAAA%3BADzBI%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAC8CJ%3BAAAA%2CkBAAA%3BAAAA%3BAD9CI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAC%2BDJ%3BAAAA%2CkBAAA%3BAAAA%3BADnCI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAC4CJ%3BAAAA%2CkBAAA%3BAAAA%3BAD5CI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BACqDJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BADjFI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAC2FA%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BADxGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAC4HI%3BAAAA%2CoBAAA%3BAAAA%3BAAMR%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAD1IA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAC8JI%3BAAAA%2CoBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAaI%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAJ7OD%3BiFAAA%3BAIuPC%3BAAAA%3BgEAAA%3BAAAA%3BAAII%3BAAAA%3B%3BgBAAA%3BAAAA%3BAJ3PL%3BiFAAA%3BAIoQC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3BsBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%2BCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BgBAAA%3BAAAA%3BAJ5RL%2CuBAAA%3BAIsSC%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%2CcAAA%3BAAAA%3BAD5PA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BACmQI%3BAAAA%2C4BAAA%3BAAAA%3BADnQJ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAC4QQ%3BAAAA%2C4BAAA%3BAAAA%3BAD5QR%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAC0RI%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAD1RJ%3BAAAA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAC6SY%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAAA%3BAJ9VjB%2CaAAA%3BAKKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAFwCI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAEpBH%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOC%3BAAAA%3BwBAAA%3BAAAA%3BAAOD%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAGC%3BAAAA%2C4BAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAMD%3BAAAA%2C6BAAA%3BAAAA%3BACrEA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAUA%3BAAAA%2CkCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAiBI%3BAAAA%3BgBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%2CgBAAA%3BAAAA%3BAN9DL%2CiBAAA%3BAMoEC%3BAAAA%2C6BAAA%3BAAAA%3BANpED%2CqBAAA%3BAMyEC%3BAAAA%3B%3B2CAAA%3BAAAA%3BAAcA%3BAAAA%3B%2BDAAA%3BAAAA%3BANvFD%2C6CAAA%3BAM6FC%3BAAAA%2CgBAAA%3BAAAA%3BAN7FD%2C4CAAA%3BAMkGC%3BAAAA%3BYAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAKQ%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%2CmBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%2CwBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BiEAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAHzJR%3BAAAA%3BAAAA%2C2CAAA%3BAAAA%3BAAAA%3BAGuKY%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAUI%3BAAAA%2CiBAAA%3BAAAA%3BAASA%3BAAAA%3BqBAAA%3BAAAA%3BAASZ%3BAAAA%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CcAAA%3BAAAA%3BAAGI%3BAAAA%2CeAAA%3BAAAA%3BAN9Pb%2CsBAAA%3BAMuQK%3BAAAA%3B%2BBAAA%3BAAAA%3BAH1NA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAGkOI%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUY%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8CAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BwBAAA%3BAAAA%3BAAQZ%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%2CaAAA%3BAAAA%3BAH%5C%2FTJ%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAGyUI%3BAAAA%2CgBAAA%3BAAAA%3BAHzUJ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAGuVI%3BAAAA%2CaAAA%3BAAAA%3BAHvVJ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAGoWA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAHpWA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAAA%3BAGkXI%3BAAAA%3BaAAA%3BAAAA%3BAHlXJ%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAG0XQ%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3ByBAAA%3BAAAA%3BAHhYZ%3BAAAA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAAA%3BAG4YwB%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BwBAAA%3BAAAA%3BAAQZ%3BAAAA%2CkBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAiBI%3BAAAA%2CgEAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAUpB%3BAAAA%2CgBAAA%3BAAAA%3BAN1fD%2CkBAAA%3BAMigBK%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQQ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAHleR%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAG0eQ%3BAAAA%2C8BAAA%3BAAAA%3BAASA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKI%3BAAAA%2CYAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAH7fR%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAGygBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAiBQ%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAUR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAHpiBA%3BAAAA%3BAAAA%2C2CAAA%3BAAAA%3BAAAA%3BAGyjBI%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3BsBAAA%3BAAAA%3BAAKQ%3BAAAA%2CgBAAA%3BAAAA%3BAAMR%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAHhmBA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAG2mBA%3BAAAA%2CgBAAA%3BAAAA%3BAAKI%3BAAAA%2CsBAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUY%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8CAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BwBAAA%3BAAAA%3BAAQZ%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAH1qBR%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAGsrBY%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAUpB%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAGI%3BAAAA%3BgBAAA%3BAAAA%3BAAQI%3BAAAA%3BsBAAA%3BAAAA%3BAAOR%3BAAAA%2CgBAAA%3BAAAA%3BAASgB%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAWA%3BAAAA%2CqBAAA%3BAAAA%3BAAKJ%3BAAAA%2CiBAAA%3BAAAA%3BAAOZ%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BqBAAA%3BAAAA%3BANvzBL%2CYAAA%3BAOEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAOI%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQI%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAKI%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAPjGL%2CiBAAA%3BAO0GC%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAACI%3BAAAA%2CgBAAA%3BAAAA%3BAAaA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAMI%3BAAAA%2CgBAAA%3BAAAA%3BAAMJ%3BAAAA%2CcAAA%3BAAAA%3BAAGI%3BAAAA%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%2CmCAAA%3BAAAA%3BAAKJ%3BAAAA%3B4BAAA%3BAAAA%3BAPzJL%2CgBAAA%3BAOkKC%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAUI%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQI%3BAAAA%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%2C4BAAA%3BAAAA%3BACpMZ%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAaA%3BAAAA%2CiBAAA%3BAAAA%3BARxCD%3B%3B%3B%3B%3B%3BGAAA%3BASUC%3BAACE%3BAAAA%3B%3B%3BoCAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3BwCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BwCAAA%3BAAAA%3BAAOA%3BAAAA%3BuCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3B%3B%3BoCAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3BwCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BwCAAA%3BAAAA%3BAAOA%3BAAAA%3BuCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3BkCAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BwBAAA%3BAAAA%3BAT7GD%2C8EAAA%3BASoHC%3BAACE%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3ByCAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3ByCAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAMA%3BAAAA%3BwCAAA%3BAAAA%3BAASA%3BAAAA%3BuCAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAMA%3BAAAA%3BwCAAA%3BAAAA%3BAASA%3BAAAA%3BuCAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BCAAA%3BAAAA%3BAAKA%3BAAAA%3B6CAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BCAAA%3BAAAA%3BAAKA%3BAAAA%3B6CAAA%3BAAAA%3BAAKA%3BAAAA%3B6BAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BCAAA%3BAAAA%3BAAKA%3BAAAA%3B6CAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BCAAA%3BAAAA%3BAAKA%3BAAAA%3B6CAAA%3BAAAA%3BAAKA%3BAAAA%3B6BAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%3ByCAAA%3BAAAA%3BAAKA%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%3BuCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%3ByCAAA%3BAAAA%3BAAKA%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%3BuCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BDAAA%3BAAAA%3BAAMA%3BAAAA%3B8DAAA%3BAAAA%3BAAQA%3BAAAA%3B%2BDAAA%3BAAAA%3BAAOA%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BDAAA%3BAAAA%3BAAMA%3BAAAA%3B8DAAA%3BAAAA%3BAAQA%3BAAAA%3B%2BDAAA%3BAAAA%3BAAOA%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BuBAAA%3BAAAA%3BATveD%2C8EAAA%3BAS8eC%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3BgEAAA%3BAAAA%3BAAKA%3BAAAA%3B8DAAA%3BAAAA%3BAAKA%3BAAAA%3BgEAAA%3BAAAA%3BAAKA%3BAAAA%3B8DAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BDAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3BgEAAA%3BAAAA%3BAAKA%3BAAAA%3B8DAAA%3BAAAA%3BAAKA%3BAAAA%3BgEAAA%3BAAAA%3BAAKA%3BAAAA%3B8DAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BDAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAOA%3BAAAA%3B%2BCAAA%3BAAAA%3BAAKA%3BAAAA%3B6CAAA%3BAAAA%3BAAKA%3BAAAA%3BiDAAA%3BAAAA%3BAAKA%3BAAAA%3BiDAAA%3BAAAA%3BAAKA%3BAAAA%3BqDAAA%3BAAAA%3BAAKA%3BAAAA%3BqDAAA%3BAAAA%3BAAKA%3BAAAA%3ByDAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAOA%3BAAAA%3B%2BCAAA%3BAAAA%3BAAKA%3BAAAA%3B6CAAA%3BAAAA%3BAAKA%3BAAAA%3BiDAAA%3BAAAA%3BAAKA%3BAAAA%3BiDAAA%3BAAAA%3BAAKA%3BAAAA%3BqDAAA%3BAAAA%3BAAKA%3BAAAA%3BqDAAA%3BAAAA%3BAAKA%3BAAAA%3ByDAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3BmEAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAMA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAMA%3BAAAA%3ByCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BmEAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAMA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAMA%3BAAAA%3ByCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BmEAAA%3BAAAA%3BAASA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMA%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BmEAAA%3BAAAA%3BAASA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMA%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BmEAAA%3BAAAA%3BAASA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMA%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BmEAAA%3BAAAA%3BAASA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMA%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BmEAAA%3BAAAA%3BAASA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BmEAAA%3BAAAA%3BAASA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BmEAAA%3BAAAA%3BAASA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BmEAAA%3BAAAA%3BAASA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B2BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BkCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3BwCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BwCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3B%3BwCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BwCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B2DAAA%3BAAAA%3BAAKA%3BAAAA%3BkCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B2DAAA%3BAAAA%3BAAKA%3BAAAA%3BkCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B2DAAA%3BAAAA%3BAAKA%3BAAAA%3BkCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B2DAAA%3BAAAA%3BAAKA%3BAAAA%3BkCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BkCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BkCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B0CAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3BkCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BkCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3BsCAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3BqCAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3B2BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BmCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BkCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BqCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BkCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BmCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B2CAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3B%3B2CAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3B%3B%3B%3BoCAAA%3BAAAA%3BAAQA%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3B%3B%3BoCAAA%3BAAAA%3BAAQA%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%2BBAAA%3BAAAA%3BAT7xFD%2C8EAAA%3BASoyFC%3BAACE%3BAAAA%3B%3BmEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3B%3BmEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3ByBAAA%3BAAAA%3BATh0FD%2C8EAAA%3BASu0FC%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiEAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiEAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3B2BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAAWF%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BoEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3BoEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BqEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3B%3BqEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAAWF%3BAACE%3BAAAA%3B%3B%3B%3BsEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BmEAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAAAA%3BAThiHH%2CqBAAA%3BAUGE%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAaC%3BAAAA%2CyBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BSAAA%3BAAAA%3BAAWA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BgEAAA%3BAAAA%3BAASC%3BAAAA%3BgEAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAASD%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAmBA%3BAAAA%3BSAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAgBC%3BAAAA%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAWA%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAcC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAwBA%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAoBC%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%2CsBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAYA%3BAAAA%3B%3BSAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAkBC%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAOD%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%3BkBAAA%3BAAAA%3BAASA%3BAAAA%2CgBAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAYC%3BAAAA%3BaAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BSAAA%3BAAAA%3BAAUC%3BAAAA%2CmBAAA%3BAAAA%3BAAOD%3BAAAA%2CgBAAA%3BAAAA%3BAAOC%3BAAAA%2CgBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAOC%3BAAAA%2CeAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAVzkBD%3B%3B%3B%3B%3B%3BGAAA%3BAU%2BlBC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%3BwBAAA%3BAAAA%3BAAGC%3BAAAA%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B6BAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAiBA%3BAACC%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%2C0DAAA%3BAAAA%3BAAKC%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3BqCAAA%3BAAAA%3BAAKA%3BAAAA%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B6DAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAAMA%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAOA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B2BAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAOA%3BAAAA%3BuDAAA%3BAAAA%3BAAKA%3BAAAA%3BsDAAA%3BAAAA%3BAAKA%3BAAAA%3BqCAAA%3BAAAA%3BAAOA%3BAAAA%2C8DAAA%3BAAAA%3BAAIA%3BAAAA%2C4DAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3BKAAA%3BAACC%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAYD%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3BaAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAiBC%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAKD%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAOC%3BAAAA%2CaAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAgBA%3BAAAA%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAeC%3BAAAA%2CmBAAA%3BAAAA%3BAAOC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BCAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAmBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAcC%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAAOH%3BAACC%3BAAAA%2CiBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAV7%5C%2FBH%3B%3B%3BGAAA%3BAWGC%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BACCA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BACjBF%3BAAAA%3BgBAAA%3BAAAA%3BACCA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%2CqBAAA%3BAAAA%3BAAGF%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BACRA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAAOE%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BACfF%3BAAAA%2CwCAAA%3BAAAA%3BAAIA%3BAAAA%2C0CAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BACbF%3BAAAA%3B2BAAA%3BAAAA%3BAACA%3BAAAA%3B4BAAA%3BAAAA%3BAACA%3BAAAA%3B4BAAA%3BAAAA%3BAAEA%3BAAAA%3B0BAAA%3BAAAA%3BAACA%3BAAAA%3B0BAAA%3BAAAA%3BAACA%3BAAAA%3B2BAAA%3BAAAA%3BAAME%3BAAAA%2CeAAA%3BAAAA%3BACZF%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAlB5BD%3BkEAAA%3BAmBGC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BACv2CA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAC2CE%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BArB9CH%3B%3B%3BGAAA%3BAsBMC%3BAAAA%3B%3B%3B%3B%3BiTAAA%3BAAAA%3BAAaA%3BAAAA%3BmBAAA%3BAAAA%3BAtBnBD%3B%3B%3BGAAA%3BAuBMC%3BAAAA%3B%3B%3B%3B%3BsTAAA%3BAAAA%3BAAaA%3BAAAA%2CuCAAA%3BAAAA%3BAvBnBD%3B%3B%3BGAAA%3BAwBMC%3BAAAA%3B%3B%3B%3B%3B2TAAA%3BAAAA%3BAAaA%3BAAAA%3BmBAAA%3BAAAA%3BAxBnBD%2CkBAAA%3BAyBKC%3BAAAA%3B%3B%3B%3B%3BSAAA%3BAAAA%3BAAQI%3BAAAA%2CYAAA%3BAAAA%3BAtBgCA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAsBtBA%3BAAAA%2CoBAAA%3BAAAA%3BAtBsBA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAsBfI%3BAAAA%3B4BAAA%3BAAAA%3BAtBeJ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAsBOA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAtBVJ%3BAAAA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAAA%3BAsBmBQ%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAtBnBR%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAsB%2BBQ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAtB%5C%2FBR%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAsBwCY%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAmBQ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAcI%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BSAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3BSAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%2CkBAAA%3BAAAA%3BAtBxGpB%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAsBoHoB%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKI%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAiBpB%3BAAAA%3B%3BiCAAA%3BAAAA%3BAtB7JR%3BAAAA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAAA%3BAsBwKQ%3BAAAA%3BeAAA%3BAAAA%3BAtBxKR%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAsBgLY%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAtBrLhB%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAsBoMoB%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAtBpMpB%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAsBiNwB%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAQhB%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAtB%5C%2FNR%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BAsBwPA%3BAAAA%2C8CAAA%3BAAAA%3BAAIQ%3BAAAA%2CmBAAA%3BAAAA%3BAtB5PR%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAsBqQI%3BAAAA%2CgBAAA%3BAAAA%3BAzBlTT%2CaAAA%3BAyB2TS%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAkBI%3BAAAA%2CaAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAkBI%3BAAAA%2CyBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAaI%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BSAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3BSAAA%3BAAAA%3BAAQJ%3BAAAA%2CqBAAA%3BAAAA%3BAAIQ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3BaAAA%3BAAAA%3BAA2BQ%3BAAAA%3BaAAA%3BAAAA%3BAAoBZ%3BAAAA%3BiCAAA%3BAAAA%3BAAOA%3BAAAA%3BiCAAA%3BAAAA%3BAzB3cb%2CsCAAA%3BA0BME%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQC%3BAAAA%2C4BAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAWC%3BAAAA%2CyBAAA%3BAAAA%3BAAMA%3BAAAA%2CUAAA%3BAAAA%3BAAKD%3BAAAA%2CgBAAA%3BAAAA%3BAvB9CG%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAuBsDH%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BkDAAA%3BAAAA%3BAAOC%3BAAAA%2CqDAAA%3BAAAA%3BAAKC%3BAAAA%2CwBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASC%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAeA%3BAAAA%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%2CuBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAMC%3BAAAA%3BkBAAA%3BAAAA%3BAAMD%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%2C4BAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAcC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3BmBAAA%3BAAAA%3BA1BzOF%2C8BAAA%3BA2BKC%3BAAAA%2C6DAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAxBqCA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAwBHI%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAxBGJ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BAwBWQ%3BAAAA%3BaAAA%3BAAAA%3BAxBXR%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAwBiCY%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAxBjCZ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAwB8CY%3BAAAA%3BkBAAA%3BAAAA%3BAxB9CZ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAwB%2BDY%3BAAAA%2CmBAAA%3BAAAA%3BAxB%5C%2FDZ%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAwBwEY%3BAAAA%2CmBAAA%3BAAAA%3BAxBxEZ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAwBiFQ%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAxBjFR%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAwBiGY%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAxBrGZ%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAwBmHY%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BUAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAeI%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAOI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAiBI%3BAAAA%3BwBAAA%3BAAAA%3BAAMJ%3BAAAA%2CwBAAA%3BAAAA%3BAAKI%3BAAAA%2CgBAAA%3BAAAA%3BAAKI%3BAAAA%2CaAAA%3BAAAA%3BAAOJ%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAUI%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAYJ%3BAAAA%3B%3B%3B%3BUAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BUAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAKI%3BAAAA%2CgBAAA%3BAAAA%3BAAQhB%3BAAAA%2C8BAAA%3BAAAA%3BAxB%5C%2FRR%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAwBoTA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAxBxTA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAwB6UY%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAxBrVZ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAwB2WY%3BAAAA%3BgBAAA%3BAAAA%3BAxB3WZ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAwBoYgB%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3BqBAAA%3BAAAA%3BAxBnZhB%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAwBuaI%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BA3BzdT%2CsBAAA%3BA2BieK%3BAAAA%2CoBAAA%3BAAAA%3BAxBpbA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAwBucI%3BAAAA%2CoBAAA%3BAAAA%3BAxBvcJ%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAwBmdI%3BAAAA%2CsBAAA%3BAAAA%3BAxBndJ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAwB2dI%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAxB3dJ%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAwBoeQ%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOI%3BAAAA%2CgBAAA%3BAAAA%3BAxB3eZ%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAwBofgB%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAxBpfhB%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAwB6fgB%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BgBAAA%3BAAAA%3BAxBlgBZ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAwB%2BgBgB%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAxB%5C%2FgBhB%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAwBuhBgB%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAxBvhBhB%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAwBmiBgB%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BaAAA%3BAAAA%3BAxBpjBZ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAwBokBY%3BAAAA%2CWAAA%3BAAAA%3BAxBpkBZ%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAH7CL%2CuBAAA%3BA2BgoBK%3BAAAA%2CaAAA%3BAAAA%3BAxBnlBA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAwB2lBQ%3BAAAA%3B4BAAA%3BAAAA%3BAxB3lBR%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAwBmmBY%3BAAAA%3B%3BoBAAA%3BAAAA%3BAxBnmBZ%3BAAAA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAwBknBgB%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAxBvnBZ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAwByoBgB%3BAAAA%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAxBzoBhB%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAwBwpBgB%3BAAAA%2CuBAAA%3BAAAA%3BAxBxpBhB%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAwByqBI%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAxBzqBJ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAwB8rBQ%3BAAAA%3BkBAAA%3BAAAA%3BAAII%3BAAAA%2C4BAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAxBvsBR%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAwBktBQ%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAxBltBR%3BAAAA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAwBguBgB%3BAAAA%3BcAAA%3BAAAA%3BAAOR%3BAAAA%3BmBAAA%3BAAAA%3BAxBvuBR%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAH7CL%2CyBAAA%3BA4BKC%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAzBwCI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BoDAAA%3BAAAA%3BAAAA%3BAyBnBA%3BAAAA%3BsBAAA%3BAAAA%3BAzBmBA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAyBVA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAQI%3BAAAA%3BeAAA%3BAAAA%3BAAMJ%3BAAAA%3BaAAA%3BAAAA%3BA5BrDL%2CsBAAA%3BA6BKC%3BAAAA%3BuCAAA%3BAAAA%3BA1BwCI%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BA0BxBH%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3BeAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BA7BlCH%2CiBAAA%3BA8BKC%3BAAAA%2CoBAAA%3BAAAA%3BA3BwCI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA2B1BA%3BAAAA%2CoBAAA%3BAAAA%3BAAGH%3BAAAA%3B%3BmBAAA%3BAAAA%3BA3BuBG%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA2BbH%3BAAAA%2CoBAAA%3BAAAA%3BA3BaG%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA2BCD%3BAAAA%2CiBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BA3BPG%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BA2B6BD%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA3B7BC%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA2BsCF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BA3BtCE%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA2B2DD%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BA3B3DC%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BA2B0ED%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BA3B1EC%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BA2BiGA%3BAAAA%2CiDAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BcAAA%3BAAAA%3BA3BvGE%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BA2ByHD%3BAAAA%3BaAAA%3BAAAA%3BAAIC%3BAAAA%2CuBAAA%3BAAAA%3BAAGC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAOF%3BAAAA%3BiBAAA%3BAAAA%3BA3B3IC%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA2BoJD%3BAAAA%2CkBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAASH%3BAAAA%3BgBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAKC%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BA3B5KC%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BA2BsLH%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CkBAAA%3BAAAA%3BA9BzOJ%2CwBAAA%3BA%2BBKC%3BAAAA%3BqBAAA%3BAAAA%3BA5BwCI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuDAAA%3BAAAA%3BA4BxBI%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3B%3ByBAAA%3BAAAA%3BA5BkBJ%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BA4BXQ%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BA5BWR%3BAAAA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAAA%3BA4BQY%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BA5BXhB%3BAAAA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA4B8BgB%3BAAAA%2CmCAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BA5BzCZ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA4ByDQ%3BAAAA%2CmBAAA%3BAAAA%3BA5BzDR%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA4BgEY%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMI%3BAAAA%3BkBAAA%3BAAAA%3BA5BtEhB%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA4BgFY%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BA5BvFZ%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BA4B%2BFgB%3BAAAA%2CwCAAA%3BAAAA%3BA5B%5C%2FFhB%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BA4B4GI%3BAAAA%3BmBAAA%3BAAAA%3BA5B5GJ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA4BqHY%3BAAAA%2CqBAAA%3BAAAA%3BAAMR%3BAAAA%3BmBAAA%3BAAAA%3BA5B3HJ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA4ByIA%3BAAAA%2CuCAAA%3BAAAA%3BAAKY%3BAAAA%2CcAAA%3BAAAA%3BAAGI%3BAAAA%2CcAAA%3BAAAA%3BAAShB%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BA5B7JJ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA4BsKQ%3BAAAA%3BaAAA%3BAAAA%3BA5BtKR%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BA4ByLgB%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BA5B5LpB%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA4BmMwB%3BAAAA%2CmBAAA%3BAAAA%3BA5BnMxB%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA4B6MoB%3BAAAA%2CiBAAA%3BAAAA%3BA5B7MpB%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA4BwOQ%3BAAAA%2CqBAAA%3BAAAA%3BA%5C%2FBrRb%2CgBAAA%3BAgCKC%3BAAAA%2CoBAAA%3BAAAA%3BA7BwCI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA6BzBA%3BAAAA%2CyBAAA%3BAAAA%3BA7ByBA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BA6BZJ%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAKI%3BAAAA%3BgBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BA7BGJ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BkBAAA%3BAAAA%3BAAAA%3BA6BUI%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAaI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAeR%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQQ%3BAAAA%2CaAAA%3BAAAA%3BAhC3HjB%2CiBAAA%3BAiCKC%3BAAAA%2CuBAAA%3BAAAA%3BA9BwCI%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BA8BjBA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BA9BaA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BA8BGI%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BA9BHJ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BA8BsBQ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CYAAA%3BAAAA%3BAAKJ%3BAAAA%2CaAAA%3BAAAA%3BA9BjCJ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BA8B8CA%3BAAAA%3B%3BmBAAA%3BAAAA%3BA9B9CA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA8BmEI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BUAAA%3BAAAA%3BAAUJ%3BAAAA%3BkBAAA%3BAAAA%3BAjC9HL%2CmBAAA%3BAkCKC%3BAAAA%3B%3BcAAA%3BAAAA%3BA%5C%2FBwCI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BA%2BB%5C%2FBA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BaAAA%3BAAAA%3BA%5C%2FBUR%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BA%2BBEgB%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BmBAAA%3BAAAA%3BA%5C%2FBXZ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA%2BBoBgB%3BAAAA%2CkBAAA%3BAAAA%3BA%5C%2FBpBhB%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA%2BB4BgB%3BAAAA%2CiBAAA%3BAAAA%3BACzErB%3BAAAA%2CkBAAA%3BAAAA%3BAhC6CK%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAgC9BA%3BAAAA%2CqBAAA%3BAAAA%3BAhC8BA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAgCtBA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAhCiBA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAgCNI%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAhCEJ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAgCgBY%3BAAAA%2CyBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUJ%3BAAAA%3BqBAAA%3BAAAA%3BAhC%5C%2FBJ%3BAAAA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAgCyCQ%3BAAAA%3BwBAAA%3BAAAA%3BAAMI%3BAAAA%3BiBAAA%3BAAAA%3BAC5FjB%3BAAAA%3BkBAAA%3BAAAA%3BAAIK%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAcI%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUJ%3BAAAA%3B%3BwBAAA%3BAAAA%3BAASA%3BAAAA%2CuBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BmBAAA%3BAAAA%3BAC%5C%2FDL%3BAAAA%2CkBAAA%3BAAAA%3BAlC6CK%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAkC%5C%2FBA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAlCqBA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAkCNI%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAlCCJ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAkCgBQ%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAQJ%3BAAAA%3BiBAAA%3BAAAA%3BAAII%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAKJ%3BAAAA%3B4BAAA%3BAAAA%3BAAII%3BAAAA%3B4BAAA%3BAAAA%3BAAMJ%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%2CaAAA%3BAAAA%3BAAGI%3BAAAA%2CcAAA%3BAAAA%3BAlClER%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAkC0EQ%3BAAAA%2CcAAA%3BAAAA%3BAlC1ER%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAkCmFI%3BAAAA%3B%3BkBAAA%3BAAAA%3BAlCnFJ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAkC8FY%3BAAAA%3BkBAAA%3BAAAA%3BAlC9FZ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAkC4GA%3BAAAA%3BiBAAA%3BAAAA%3BAAMY%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%2CiBAAA%3BAAAA%3BArCvKjB%2CiBAAA%3BAsCME%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAAMC%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAnC6BC%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAmCRA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAnCGC%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAmCmBJ%3BAAAA%2CoBAAA%3BAAAA%3BAnCnBI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAmC8BH%3BAAAA%2CoBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAnCnCE%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAmCkDD%3BAAAA%2CmBAAA%3BAAAA%3BAAMF%3BAAAA%3B6BAAA%3BAAAA%3BAnCxDG%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAmC0EF%3BAAAA%2CmBAAA%3BAAAA%3BAnC1EE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAmCuFF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAnCvFE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAmCsGH%3BAAAA%2CaAAA%3BAAAA%3BAnCtGG%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAH7CL%2C4BAAA%3BAuCKC%3BAAAA%2CoBAAA%3BAAAA%3BApCwCI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAoC7BA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%3BaAAA%3BAAAA%3BApCgBI%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAoCRA%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BApCAJ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAoCQQ%3BAAAA%2CcAAA%3BAAAA%3BAAKJ%3BAAAA%3BqBAAA%3BAAAA%3BApCbJ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAoCqBQ%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3BYAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAWhB%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BApC3CI%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAoC6DA%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BApC7DA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAAA%3BAH7CL%2CoBAAA%3BAwCKC%3BAAAA%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BArCwCI%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAqCrBH%3BAAAA%3B%3BsBAAA%3BAAAA%3BArCqBG%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAqCPD%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BArCEE%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAqCoBH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAeC%3BAAAA%2CgBAAA%3BAAAA%3BArCnCE%3BAAAA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAqCsDF%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%3BaAAA%3BAAAA%3BArC3DG%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAH7CL%2CiBAAA%3BAwCmHC%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAxCnHD%2CiBAAA%3BAyCKC%3BAAAA%3B6DAAA%3BAAAA%3BAtCwCI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAsCpBH%3BAAAA%2CsBAAA%3BAAAA%3BAtCoBG%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAsCZH%3BAAAA%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2CoBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAtCFG%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAsCwBD%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAtCxBC%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAsCiCD%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%2C4BAAA%3BAAAA%3BAtCzCG%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAsCkDJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAtClDI%3BAAAA%3BAAAA%2CwCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuCAAA%3BAAAA%3BAAAA%3BAsCuEH%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAtC%5C%2FEG%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAsC%2BFF%3BAAAA%3BqBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAtCrHG%3BAAAA%3BAAAA%3BcAAA%3BAAAA%3BAAAA%3BAsCoIH%3BAAAA%2C8CAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAzC1LD%2C2BAAA%3BA0CKC%3BAAAA%3BqBAAA%3BAAAA%3BAvCwCI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAuCpBH%3BAAAA%2CoBAAA%3BAAAA%3BAvCoBG%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAuCNH%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAvCCG%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAuCOF%3BAAAA%2CaAAA%3BAAAA%3BAvCPE%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAuCmBH%3BAAAA%3BoBAAA%3BAAAA%3BAvCnBG%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAuCoCH%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAvCpCG%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAuCuDF%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAQD%3BAAAA%3BcAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BA1C9HL%2CyBAAA%3BA2CKC%3BAAAA%2CoBAAA%3BAAAA%3BAxCwCI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAwCrBH%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%2C0BAAA%3BAAAA%3BAxCWI%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAwCHH%3BAAAA%2CsBAAA%3BAAAA%3BAxCGG%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAwCMH%3BAAAA%3B%3BiCAAA%3BAAAA%3BAxCNG%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAwCgBF%3BAAAA%3BaAAA%3BAAAA%3BAxChBE%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAwCyBD%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAcD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAxC9CC%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAwCuDA%3BAAAA%2CyBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BA3CzGJ%2CoBAAA%3BA4CKC%3BAAAA%3B%3B4BAAA%3BAAAA%3BAzCwCI%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAyCvBH%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BqBAAA%3BAAAA%3BAzCgBG%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAyCHF%3BAAAA%2CYAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BuBAAA%3BAAAA%3BAzCpDG%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAyC8DD%3BAAAA%3BeAAA%3BAAAA%3BAzC9DC%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAyC0EF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CoBAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%2CkBAAA%3BAAAA%3BAAMF%3BAAAA%3BqBAAA%3BAAAA%3BAzClGI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAyC0GH%3BAAAA%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAzC1GG%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAyC6HH%3BAAAA%3BsBAAA%3BAAAA%3BAzC7HG%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAyC0ID%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAiBH%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAzChME%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAyCwMF%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BA5CrPH%2CkBAAA%3BA6CKC%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOI%3BAAAA%2CcAAA%3BAAAA%3BAAEI%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BiCAAA%3BAAAA%3BA1C0BA%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BA0CnBI%3BAAAA%2CmBAAA%3BAAAA%3BA1CmBJ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BA0CNQ%3BAAAA%3B%3ByBAAA%3BAAAA%3BA1CMR%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BA0CMgB%3BAAAA%2CmBAAA%3BAAAA%3BA1CNhB%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA0CeY%3BAAAA%2CoBAAA%3BAAAA%3BA1CfZ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BA0C2BgB%3BAAAA%3B%3BsBAAA%3BAAAA%3BA1C3BhB%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA0CyCgB%3BAAAA%3BaAAA%3BAAAA%3BAAII%3BAAAA%3BmBAAA%3BAAAA%3BA1C7CpB%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA0CqDwB%3BAAAA%2CiBAAA%3BAAAA%3BA1CrDxB%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA0CiEwB%3BAAAA%3BkBAAA%3BAAAA%3BA1CjExB%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA0CyE4B%3BAAAA%2CkBAAA%3BAAAA%3BA1CzE5B%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA0CiF4B%3BAAAA%2CiBAAA%3BAAAA%3BAASpB%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BA1CjGZ%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BA0C4GgB%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BA1C5GhB%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BA0CsHQ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BmBAAA%3BAAAA%3BA1C3HZ%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BA0CqIgB%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA1CrIhB%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BA0C6IgB%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BA1CpJJ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BA0CiKQ%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BA1CjKR%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BA0CwKgB%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3BUAAA%3BAAAA%3BA1C%5C%2FKZ%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BA0CmMwB%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BA1CxMpB%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA0CkNwB%3BAAAA%2CiBAAA%3BAAAA%3BAAQhB%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BA1C1NR%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA0CyOY%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAUhB%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAWI%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BA1C3QA%3BAAAA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BA0CqRI%3BAAAA%3BYAAA%3BAAAA%3BA1CrRJ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA0C6RQ%3BAAAA%3BmBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3BoBAAA%3BAAAA%3BA1CnSJ%3BAAAA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BA0C8SY%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA7C3VjB%2CkBAAA%3BA8CKC%3BAAAA%2CqBAAA%3BAAAA%3BA3CwCI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA2CnBA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BA3CmBA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BA2CJA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BA3CIA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BA2CYA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BA3CZA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BA2CuCI%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BA3CvCJ%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BA2CkDQ%3BAAAA%2CsBAAA%3BAAAA%3BA3ClDR%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA2C8DQ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BA3C9DR%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BA2CuFI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BA3CvFJ%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA2CyGQ%3BAAAA%3BcAAA%3BAAAA%3BA3CzGR%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA2CyHQ%3BAAAA%2CcAAA%3BAAAA%3BA9CtKb%2CuBAAA%3BA8C%2BKC%3BAAAA%3BqBAAA%3BAAAA%3BA3ClII%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA2CsJA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BA3CtJA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA2CoLI%3BAAAA%3BqBAAA%3BAAAA%3BA3CpLJ%3BAAAA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BA2C8LQ%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BA3C9LR%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA2C8MQ%3BAAAA%2CoBAAA%3BAAAA%3BA3C9MR%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BA2C6NY%3BAAAA%3B%3BqBAAA%3BAAAA%3BA3C7NZ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA2C0OgB%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BA3C1OhB%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BA2C0PoB%3BAAAA%2CgBAAA%3BAAAA%3BA3C1PpB%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA2CmQgB%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BA3CnQhB%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA2CiSgB%3BAAAA%2CmBAAA%3BAAAA%3BA3CjShB%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA2CiTA%3BAAAA%3B%3B4BAAA%3BAAAA%3BA3CjTA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BA2CwTI%3BAAAA%3BoBAAA%3BAAAA%3BA3CxTJ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BA2C4UQ%3BAAAA%2CuBAAA%3BAAAA%3BA3C5UR%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA2C2VY%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA3C%5C%2FVZ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA2CwWQ%3BAAAA%3B%3B0BAAA%3BAAAA%3BA3CxWR%3BAAAA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA2CqXY%3BAAAA%2CgBAAA%3BAAAA%3BA3CrXZ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BoBAAA%3BAAAA%3BA2C2YoB%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA3C3YpB%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BA2CsZgB%3BAAAA%3BeAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BA3ClahB%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAH7CL%2CsBAAA%3BA8C%2BeC%3BAAAA%3ByBAAA%3BAAAA%3BA3ClcI%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BA2C8cA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BA3CjdJ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA2C8dI%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BA3CleJ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BA2CifQ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BA3CvfR%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAH7CL%2CgBAAA%3BA8C6jBK%3BAAAA%2C2BAAA%3BAAAA%3BA3ChhBA%3BA2CuhBI%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BA3CriBJ%3BAAAA%3BAAAA%3BkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA2CkjBI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3BUAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3BUAAA%3BAAAA%3BAASJ%3BAAAA%3B%3B%3B%3B%3B%3BSAAA%3BAAAA%3BAAWJ%3BAAAA%2CyBAAA%3BAAAA%3BA3CzmBA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BA2C0nBA%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAClrBD%3BAACK%3BAAAA%3B%3B6BAAA%3BAAAA%3BAACI%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%2CeAAA%3BAAAA%3BAAGI%3BAAAA%2CeAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAUI%3BAAAA%2CYAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAYJ%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASI%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUI%3BAAAA%3B%3B%3ByCAAA%3BAAAA%3BAAWI%3BAAAA%3B%3BYAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%3B0BAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAMI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAeJ%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAQQ%3BAAAA%3B%3B%3B%3B%3BwCAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAAcJ%3BAAAA%2CuBAAA%3BAAAA%3BAAOZ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B0BAAA%3BAAAA%3BAASQ%3BAAAA%3BiBAAA%3BAAAA%3BAAMI%3BAAAA%3BgBAAA%3BAAAA%3BAASR%3BAAAA%2CYAAA%3BAAAA%3BAAMI%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAAaI%3BAAAA%2CaAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3BsCAAA%3BAAAA%3BAAahB%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%3B2BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcR%3BAAAA%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOI%3BAAAA%3BiBAAA%3BAAAA%3BAAMJ%3BAAAA%3BeAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASI%3BAAAA%2CiBAAA%3BAAAA%3BAAKI%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASI%3BAAAA%3B%3B%3B%3B6BAAA%3BAAAA%3BAASJ%3BAAAA%2CeAAA%3BAAAA%3BAAQQ%3BAAAA%2C0BAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAAA%3BAAYpB%3BAAEQ%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQI%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAShB%3BAAEI%3BAAAA%2C6BAAA%3BAAAA%3BAAKA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAGY%3BAAAA%2CyBAAA%3BAAAA%3BAAMA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAcY%3BAAAA%2C4BAAA%3BAAAA%3BA%5C%2FCppBb%2CsBAAA%3BAgDKC%3BAAAA%2CoBAAA%3BAAAA%3BA7CwCI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA6C7BA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BA7CyBA%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BA6CCI%3BAAAA%3BgBAAA%3BAAAA%3BA7CDJ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA6CiBQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BA7CrBR%3BAAAA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA6CoCY%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BA7C1CZ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6CuDgB%3BAAAA%2CkBAAA%3BAAAA%3BAAQZ%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%3BeAAA%3BAAAA%3BA7CpER%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BA6CuFY%3BAAAA%2C%2BCAAA%3BAAAA%3BAAMR%3BAAAA%3BuBAAA%3BAAAA%3BA7C7FJ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA6C%2BGI%3BAAAA%2CmBAAA%3BAAAA%3BA7C%5C%2FGJ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA6C4HQ%3BAAAA%2CkBAAA%3BAAAA%3BA7C5HR%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAH7CL%2CqBAAA%3BAgDkMC%3BAAAA%3BoBAAA%3BAAAA%3BA7CrJI%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA6C2KA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BA7C3KA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA6CkLI%3BAAAA%3B%3BqBAAA%3BAAAA%3BA7ClLJ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BA6CoMQ%3BAAAA%3B%3BsBAAA%3BAAAA%3BA7CpMR%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6CsNQ%3BAAAA%3B%3BkBAAA%3BAAAA%3BA7CtNR%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6CgOQ%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%2C4BAAA%3BAAAA%3BAAKJ%3BAAAA%2CoBAAA%3BAAAA%3BA7CxOR%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA6C%2BOY%3BAAAA%3BmBAAA%3BAAAA%3BA7C%5C%2FOZ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6CqQgB%3BAAAA%2C4BAAA%3BAAAA%3BAAMR%3BAAAA%3B4BAAA%3BAAAA%3BAAII%3BAAAA%2C4BAAA%3BAAAA%3BAASZ%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BA7ClQA%3BAAAA%3BAAvDA%3BAAAA%3BAA2BA%3BAAAA%3BAH7CL%2CmBAAA%3BAiDMK%3BAAAA%2C8CAAA%3BAAAA%3BAAKJ%3BAAAA%2CyBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BA9C0BJ%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BA8ClBQ%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BA9CcR%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BA8CCgB%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CYAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BA9CZZ%3BA8CmBoB%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA9CSpB%3BAAAA%3BAAvDA%3BAAAA%3BAA2BA%3BAAAA%3BAH7CL%2C0BAAA%3BAkDMK%3BAAAA%2C8CAAA%3BAAAA%3BAAKJ%3BAAAA%2CoBAAA%3BAAAA%3BA%5C%2FCkCI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BA%2BCvBA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BA%5C%2FCuBA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAAA%3BA%2BCVI%3BAAAA%2C8BAAA%3BAAAA%3BA%5C%2FCUJ%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BA%2BCJY%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%2CqBAAA%3BAAAA%3BA%5C%2FCFJ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA%2BCWQ%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%2CkBAAA%3BAAAA%3BAAMR%3BAAAA%2CaAAA%3BAAAA%3BA%5C%2FCtBJ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BA%2BCiCQ%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BmDAAA%3BAAAA%3BA%5C%2FCrCR%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqDAAA%3BAAAA%3BAAAA%3BA%2BCqDY%3BAAAA%3BsBAAA%3BAAAA%3BA%5C%2FCrDZ%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BA%2BCyEI%3BAAAA%2CaAAA%3BAAAA%3BA%5C%2FCzEJ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BA%2BCoFQ%3BAAAA%2CoBAAA%3BAAAA%3BA%5C%2FCpFR%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BC4FgB%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CqBAAA%3BAAAA%3BA%5C%2FCjGZ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA%2BC6GoB%3BAAAA%2CiBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BsBAAA%3BAAAA%3BA%5C%2FCnHZ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BA%2BCmIY%3BAAAA%2CiBAAA%3BAAAA%3BAAaA%3BAAAA%2CkBAAA%3BAAAA%3BA%5C%2FCpHZ%3BAAAA%3BAAvDA%3BAAAA%3BAA2BA%3BAAAA%3BAH7CL%2CgBAAA%3BAmDMK%3BAAAA%2C8CAAA%3BAAAA%3BAhDuCA%3BAAAA%3BAAAA%2CgDAAA%3BAAAA%3BAAAA%3BAgD7BA%3BAAAA%2CoBAAA%3BAAAA%3BAAIQ%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAhDqBR%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAgDbY%3BAAAA%2CaAAA%3BAAAA%3BAhDaZ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAgDFoB%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAQI%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%3BsBAAA%3BAAAA%3BAhD9BR%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAgDwCQ%3BAAAA%3BgBAAA%3BAAAA%3BAAOR%3BAAAA%2CyBAAA%3BAAAA%3BAhD%5C%2FCA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAgD2DA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAhDnEA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAgD8EI%3BAAAA%2CmBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%2BCAAA%3BAAAA%3BAAKI%3BAAAA%3BmBAAA%3BAAAA%3BAAMJ%3BAAAA%3BgBAAA%3BAAAA%3BAAII%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAhDjII%3BAAAA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAH7CL%2CiBAAA%3BAoDMK%3BAAAA%3BqBAAA%3BAAAA%3BAjDuCA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAiD3BI%3BAAAA%2CkBAAA%3BAAAA%3BAjD2BJ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAiDZA%3BAAAA%2C6CAAA%3BAAAA%3BApDjCL%2CoBAAA%3BAoDuCC%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BApDrDL%2CsBAAA%3BAoDoEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAjDvBI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAiDmDA%3BAAAA%3B%3BYAAA%3BAAAA%3BAjDnDA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAiD6DA%3BAAAA%2CoBAAA%3BAAAA%3BAjD7DA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAiDoEI%3BAAAA%2CcAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAjDzEA%3BAAAA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAiDiFI%3BAAAA%3BsBAAA%3BAAAA%3BAjDjFJ%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAiDyFQ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAjDhGJ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAiD2GI%3BAAAA%3B%3BmBAAA%3BAAAA%3BAjD3GJ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAiDqHI%3BAAAA%2CmBAAA%3BAAAA%3BApDlKT%2CoBAAA%3BAoDyKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAjD5HI%3BAAAA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAAA%3BAiD2JA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAjDhKA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAiD%2BKA%3BAAAA%2CcAAA%3BAAAA%3BAjD%5C%2FKA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAiDqLQ%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAjDrLR%3BAiD4LY%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAjDlMJ%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAiD2MQ%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAjD3MR%3BAAAA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAiDwNQ%3BAAAA%2CgBAAA%3BAAAA%3BAjDxNR%3BAAAA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAAA%3BAiD%2BNY%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAII%3BAAAA%3B4BAAA%3BAAAA%3BAAQZ%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAjDlRJ%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAiDqQQ%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAjD5QZ%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAiDqRY%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%3BiBAAA%3BAAAA%3BAAShB%3BAAAA%2CmBAAA%3BAAAA%3BAAMQ%3BAAAA%2C4BAAA%3BAAAA%3BApDlWjB%2CsBAAA%3BAoD2WC%3BAAAA%2CoBAAA%3BAAAA%3BAjD9TI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAiDsUI%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASR%3BAAAA%2CgBAAA%3BAAAA%3BApD5XD%2CoBAAA%3BAqDKC%3BAAAA%2CgBAAA%3BAAAA%3BAlDwCI%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAkDjCA%3BAAAA%2CaAAA%3BAAAA%3BAlDiCA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAkD1BI%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAlDuBR%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAkDbY%3BAAAA%2CiBAAA%3BAAAA%3BAlDyCZ%3BAAAA%3BAAvDA%3BAAAA%3BAA2BA%3BAAAA%3BAH7CL%2CqBAAA%3BAsDKC%3BAAAA%2CoBAAA%3BAAAA%3BAnDwCI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAmDtBF%3BAAAA%2C4BAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAOH%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASE%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAOH%3BAAAA%3B%3B%3B%2BCAAA%3BAAAA%3BAnD3CG%3BAAAA%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BAmDgEF%3BAAAA%3BqBAAA%3BAAAA%3BAnDhEE%3BAAAA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAmD0ED%3BAAAA%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAtD3HL%2CqBAAA%3BAuDKC%3BAAAA%2CoBAAA%3BAAAA%3BApDwCI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDnBI%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BApDWI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAoDSA%3BAAO4B%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAa5B%3BAAAA%3B%3BiCAAA%3BAAAA%3BApD7BA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAoDsCI%3BAAAA%2CYAAA%3BAAAA%3BApDtCJ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAoD8CI%3BAAAA%3B%3BaAAA%3BAAAA%3BApD9CJ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAoDuDQ%3BAAAA%3B4BAAA%3BAAAA%3BAAOR%3BAAAA%2CmBAAA%3BAAAA%3BApD9DA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAoDqEI%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKI%3BAAAA%3BkBAAA%3BAAAA%3BAAUJ%3BAAAA%2C4BAAA%3BAAAA%3BAAOZ%3BAAAA%2CqBAAA%3BAAAA%3BApD9FI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAoDqGA%3BAAAA%3BqBAAA%3BAAAA%3BApDrGA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAoDyHI%3BAAAA%3BYAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BApD%5C%2FHA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAoDuJI%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAC9NhB%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAMR%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAxDpCD%2CgCAAA%3BAwD0CC%3BAAAA%3B8CAAA%3BAAAA%3BArDGI%3BAAAA%3BAAAA%2CgDAAA%3BAAAA%3BAAAA%3BAH7CL%2CqBAAA%3BAwDqDK%3BAAAA%3BsBAAA%3BAAAA%3BArDRA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAqDaQ%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BArDbR%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAH7CL%2CoBAAA%3BAwDwEC%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BArDzCA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAqDwEA%3BAAAA%3B%3B4BAAA%3BAAAA%3BArDxEA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAH7CL%2CaAAA%3BAwD%2BIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BArD%5C%2FGJ%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAqD6II%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAxDhMb%2CgBAAA%3BAwDgNC%3BAAAA%3BqBAAA%3BAAAA%3BAAII%3BAAAA%2CgBAAA%3BAAAA%3BArDvKA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAqD0LI%3BAAAA%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BArD1LJ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAqD0MA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BArD1MA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAqDiNI%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BArDjNJ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAAA%3BAqDoOQ%3BAAAA%3BmBAAA%3BAAAA%3BArDpOR%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAqD6OQ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BArD7OR%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDwPgB%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BArDxPhB%3BAAAA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAqDoQQ%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%3B4BAAA%3BAAAA%3BAAMJ%3BAAAA%2CcAAA%3BAAAA%3BArD7QR%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAH7CL%2CwBAAA%3BAwDwUK%3BAAAA%2CoBAAA%3BAAAA%3BAxDxUL%2C0BAAA%3BAwDgVK%3BAAAA%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%2CeAAA%3BAAAA%3BAAKJ%3BAAAA%2CoBAAA%3BAAAA%3BArD%5C%2FSI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAqDyTI%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%22%7D */