/* COLORS */
/* FONTS */
@keyframes turn {
  0% {
    transform: rotate(0deg) scale(0);
  }
  100% {
    transform: rotate(1080deg) scale(1);
  }
}
#node-startseite {
  /* <= 1799px */
  /* <= 1699px */
  /* <= 1599px */
  /* <= 1439px */
  /* <= 1247px */
  /* <= 1023px */
  /* <= 812px */
  /* <= 699px */
  /* <= 499px */
  /* <= 399px */
}
#node-startseite #intro {
  height: 100vh;
  width: 100vw;
  position: relative;
}
#node-startseite #intro .bg {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
}
#node-startseite #intro .bg::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
#node-startseite #intro .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#node-startseite #intro .logo {
  width: 700px;
  position: absolute;
  top: calc(50% - 450px);
  left: calc(50% - 350px);
  z-index: 50;
  opacity: 1 !important;
}
#node-startseite #intro .logo.slidein {
  transform: scale(0);
}
#node-startseite #intro .logo.animate {
  animation: turn 1s linear 1;
}
#node-startseite #intro .logo.animate + .claim {
  transform: translateY(0) translateX(-50%) rotate(-3deg);
  opacity: 1;
}
#node-startseite #intro .claim {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateY(100%) translateX(-50%) rotate(-3deg);
  z-index: 50;
  font-family: "PlasmaticaShaded", "Lato", sans-serif;
  background-color: #000;
  color: #fff;
  padding: 20px;
  font-size: 50px;
  line-height: 50px;
  width: 700px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  opacity: 0;
  transition: transform 0.5s ease 1s, opacity 0.5s ease 1s;
}
#node-startseite #band .band {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
#node-startseite #band .band .h1.mobile {
  display: none;
}
#node-startseite #band .band .image-wrapper {
  height: 100%;
  background-color: #000;
}
#node-startseite #band .band .image-wrapper picture {
  height: 100%;
}
#node-startseite #band .band .image-wrapper img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
}
#node-startseite #band .band .gradient {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  height: 0;
}
#node-startseite #band .band .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 60;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
}
#node-startseite #band .band .text-wrapper .h1 {
  color: #fff;
}
#node-startseite #band .band .text-wrapper .text {
  padding: 0 30% 100px 30%;
  color: #fff;
}
#node-startseite #gigs {
  padding: 150px 0;
}
#node-startseite #gigs .gigs .text {
  text-align: center;
  padding: 0 20%;
}
#node-startseite #gigs .gigs .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  margin-top: 100px;
}
#node-startseite #gigs .gigs .wrapper .gig {
  background-color: #62c6ec;
  background-image: url('/themes/custom/images/bg2.jpg');
  background-size: cover;
  background-blend-mode: multiply;
  padding: 60px 30px;
  min-height: 600px;
}
#node-startseite #gigs .gigs .wrapper .gig .name {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  word-break: break-all;
}
#node-startseite #gigs .gigs .wrapper .gig .uhrzeit {
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 20px;
}
#node-startseite #gigs .gigs .wrapper .gig .ort {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}
#node-startseite #gigs .gigs .wrapper .gig:nth-of-type(3n-1) {
  background-color: #fd7505;
}
#node-startseite #gigs .gigs .wrapper .gig:nth-of-type(3n) {
  background-color: #654595;
}
#node-startseite #tapes {
  padding: 150px 0;
}
#node-startseite #tapes .tapes .text {
  padding: 0 20%;
  text-align: center;
}
#node-startseite #tapes .tapes .songliste {
  text-align: center;
  margin-top: 50px;
}
#node-startseite #tapes .tapes .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 100px;
}
#node-startseite #tapes .tapes .wrapper .tape {
  position: relative;
  transition: transform 0.5s ease;
}
#node-startseite #tapes .tapes .wrapper .tape::before {
  content: '';
  width: 95%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.8);
  transition: box-shadow 0.5s ease;
}
#node-startseite #tapes .tapes .wrapper .tape .titel {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #000000 !important;
  z-index: 10;
  top: 16%;
  left: 0;
  font-family: "CraftyNotes", "Lato", sans-serif;
  padding: 0 20% 0 28%;
}
#node-startseite #tapes .tapes .wrapper .tape:hover {
  transform: scale(1.05) rotate(-1deg);
}
#node-startseite #tapes .tapes .wrapper .tape:hover::before {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.9);
}
#node-startseite #kontakt {
  padding: 150px 0;
}
#node-startseite #kontakt .kontakt .text {
  padding: 0 20%;
  text-align: center;
  margin-bottom: 100px;
}
#node-startseite #kontakt .kontakt .kontaktdaten {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  margin-bottom: 150px;
}
#node-startseite #kontakt .kontakt .kontaktdaten .phone {
  text-align: center;
}
#node-startseite #kontakt .kontakt .kontaktdaten .phone a {
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  transition: opacity 0.5s ease;
}
#node-startseite #kontakt .kontakt .kontaktdaten .phone a:hover {
  opacity: 0.3;
}
#node-startseite #kontakt .kontakt .kontaktdaten .mail {
  text-align: center;
}
#node-startseite #kontakt .kontakt .kontaktdaten .mail a {
  transition: opacity 0.5s ease;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
}
#node-startseite #kontakt .kontakt .kontaktdaten .mail a:hover {
  opacity: 0.3;
}
#node-startseite #kontakt .kontakt .social-media {
  display: flex;
  justify-content: center;
  gap: 100px;
}
#node-startseite #kontakt .kontakt .social-media div a {
  padding: 15px;
  border-radius: 15px;
  background-color: #e8c8a7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  display: block;
}
#node-startseite #kontakt .kontakt .social-media div a i {
  font-size: 60px;
  line-height: 60px;
}
#node-startseite #kontakt .kontakt .social-media div a:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 1699px) {
  #node-startseite #intro .logo {
    width: 500px;
    top: calc(50% - 300px);
    left: calc(50% - 250px);
  }
  #node-startseite #band .band .text-wrapper .h1 {
    font-size: 90px;
    line-height: 90px;
  }
  #node-startseite #band .band .text-wrapper .text {
    padding: 0 20% 100px 20%;
  }
  #node-startseite #gigs .gigs .wrapper .gig {
    min-height: 500px;
  }
  #node-startseite #tapes .tapes .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  #node-startseite #kontakt .kontakt .kontaktdaten .phone a,
  #node-startseite #kontakt .kontakt .kontaktdaten .mail a {
    font-size: 70px;
    line-height: 70px;
  }
}
@media all and (max-width: 1599px) {
  #node-startseite #intro .claim {
    font-size: 40px;
    line-height: 40px;
  }
  #node-startseite #band .band .text-wrapper .h1 {
    font-size: 80px;
    line-height: 80px;
  }
  #node-startseite #gigs .gigs .wrapper {
    gap: 50px;
  }
  #node-startseite #gigs .gigs .wrapper .gig .name {
    font-size: 50px;
    line-height: 50px;
  }
  #node-startseite #gigs .gigs .wrapper .gig .uhrzeit {
    font-size: 40px;
    line-height: 40px;
  }
  #node-startseite #kontakt .kontakt .kontaktdaten .phone a,
  #node-startseite #kontakt .kontakt .kontaktdaten .mail a {
    font-size: 60px;
    line-height: 60px;
  }
}
@media all and (max-width: 1439px) {
  #node-startseite #intro .logo {
    width: 400px;
    top: calc(50% - 250px);
    left: calc(50% - 200px);
  }
  #node-startseite #band .band .text-wrapper .h1 {
    margin-bottom: 30px;
  }
  #node-startseite #band .band .text-wrapper .text {
    padding: 0 20% 50px 20%;
  }
}
@media all and (max-width: 1247px) {
  #node-startseite #band .band .text-wrapper .h1 {
    font-size: 70px;
    line-height: 70px;
  }
  #node-startseite #gigs {
    padding: 100px 0;
  }
  #node-startseite #gigs .gigs .wrapper .gig {
    min-height: 400px;
  }
  #node-startseite #tapes {
    padding: 100px 0;
  }
  #node-startseite #tapes .tapes .wrapper {
    grid-template-columns: 1fr 1fr;
  }
  #node-startseite #kontakt {
    padding: 100px 0;
  }
  #node-startseite #kontakt .kontakt .kontaktdaten .phone a,
  #node-startseite #kontakt .kontakt .kontaktdaten .mail a {
    font-size: 50px;
    line-height: 50px;
  }
}
@media all and (max-width: 1023px) {
  #node-startseite #intro .claim {
    font-size: 30px;
    line-height: 30px;
    width: 600px;
  }
  #node-startseite #band .band .text-wrapper .h1 {
    font-size: 60px;
    line-height: 60px;
  }
  #node-startseite #band .band .text-wrapper .text {
    padding: 0 70px 30px 70px;
  }
  #node-startseite #gigs .gigs .wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
  }
  #node-startseite #tapes .tapes .wrapper .tape .titel {
    font-size: 16px;
    line-height: 16px;
  }
  #node-startseite #kontakt .kontakt .kontaktdaten {
    margin-bottom: 100px;
  }
  #node-startseite #kontakt .kontakt .kontaktdaten .mail a {
    font-size: 40px;
    line-height: 40px;
  }
  #node-startseite #kontakt .kontakt .social-media {
    gap: 50px;
  }
  #node-startseite #kontakt .kontakt .social-media div a i {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 812px) {
  #node-startseite #intro .logo {
    width: 360px;
    left: calc(50% - 180px);
  }
  #node-startseite #gigs .gigs .wrapper {
    column-gap: 50px;
  }
  #node-startseite #band .band .text-wrapper .h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #node-startseite #band .band .text-wrapper .text {
    padding: 0 50px 30px 50px;
  }
  #node-startseite #kontakt .kontakt .kontaktdaten .phone a,
  #node-startseite #kontakt .kontakt .kontaktdaten .mail a {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 699px) {
  #node-startseite #intro .claim {
    font-size: 26px;
    line-height: 26px;
    width: calc(100% - 100px);
  }
  #node-startseite #band {
    margin-bottom: 00px;
  }
  #node-startseite #band .band {
    height: auto;
    /*
                .image-wrapper{
                    padding-top: 100px;
                    padding-bottom: 200px;
                    position: relative;
                    height: auto;
                    picture{
                        height: auto;
                    }
                    &::before{
                        content:'';
                        width: 100%;
                        height: 100px;
                        background-color: #000;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }
                    &::after{
                        content:'';
                        width: 100%;
                        height: 200px;
                        background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0) );
                        position: absolute;
                        bottom: 0;
                        left: 0;
                    }
                    img{
                        width: 100%;
                        height: auto;
                        object-fit: contain;
                    }
                }*/
  }
  #node-startseite #band .band .text-wrapper .h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #node-startseite #band .band .h1.mobile {
    display: block;
    padding: 50px 0 30px 0;
    margin-bottom: 0;
  }
  #node-startseite #band .band .image-wrapper picture img {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  #node-startseite #band .band .text-wrapper {
    position: relative;
    color: #000;
    padding-top: 50px;
    opacity: 1 !important;
    transform: none;
  }
  #node-startseite #band .band .text-wrapper .h1 {
    display: none;
  }
  #node-startseite #band .band .text-wrapper .text {
    color: #000;
    opacity: 1;
  }
  #node-startseite #gigs .gigs .wrapper {
    grid-template-columns: 1fr;
  }
  #node-startseite #tapes .tapes .wrapper {
    grid-template-columns: 1fr;
  }
  #node-startseite #tapes .tapes .wrapper .tape .titel {
    top: 18%;
  }
  #node-startseite #kontakt .kontakt .kontaktdaten {
    gap: 30px;
  }
  #node-startseite #kontakt .kontakt .kontaktdaten .mail a,
  #node-startseite #kontakt .kontakt .kontaktdaten .phone a {
    font-size: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 499px) {
  #node-startseite #intro .logo {
    width: 300px;
    left: calc(50% - 150px);
  }
  #node-startseite #intro .claim {
    width: calc(100% - 60px);
    bottom: 125px;
  }
  #node-startseite #band .band .gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  }
  #node-startseite #band .band .text-wrapper .text {
    padding: 0 30px 30px 30px;
  }
  #node-startseite #gigs {
    padding: 70px 0;
  }
  #node-startseite #gigs .gigs .wrapper {
    margin-top: 50px;
    gap: 30px;
  }
  #node-startseite #gigs .gigs .wrapper .gig {
    padding: 40px 20px;
  }
  #node-startseite #gigs .gigs .wrapper .gig .name {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  #node-startseite #gigs .gigs .wrapper .gig .ort {
    font-size: 24px;
    line-height: 24px;
  }
  #node-startseite #gigs .gigs .wrapper .gig .uhrzeit {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  #node-startseite #tapes {
    padding: 70px 0;
  }
  #node-startseite #kontakt {
    padding: 70px 0;
  }
  #node-startseite #kontakt .kontakt .text {
    margin-bottom: 50px;
  }
  #node-startseite #kontakt .kontakt .kontaktdaten .mail a,
  #node-startseite #kontakt .kontakt .kontaktdaten .phone a {
    font-size: 20px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22www%5C%2Fhtdocs%5C%2Fw00599db%5C%2Fwookiemusic.com%5C%2Fthemes%5C%2Fcustom%5C%2Fless%5C%2F_page%5C%2Fstartseite.less%22%2C%22www%5C%2Fhtdocs%5C%2Fw00599db%5C%2Fwookiemusic.com%5C%2Fthemes%5C%2Fcustom%5C%2Fless%5C%2F_variables.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3BAAEA%3BEACI%3BIACI%2CWAAW%2CaAAa%2CQAAxB%3B%3BEAGJ%3BIACI%2CWAAW%2CgBAAgB%2CQAA3B%3B%3B%3BAAIR%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%2CgBACI%3BEACI%3BEACA%3BEACA%3B%3BAAJR%2CgBACI%2COAKI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CgBAXR%2COAKI%2CIAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAnBhB%2CgBACI%2COAKI%2CIAgBI%3BEACI%3BEACA%3BEACA%3B%3BAAzBhB%2CgBACI%2COA4BI%3BEACI%3BEACA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%3BEACA%3B%3BAAEA%2CgBApCR%2COA4BI%2CMAQK%3BEACG%2CWAAW%2CQAAX%3B%3BAAKJ%2CgBA1CR%2COA4BI%2CMAcK%3BEACG%2C2BAAA%3B%3BAA5ChB%2CgBACI%2COA%2BCI%2CMAAK%2CQAAS%3BEAEV%2CWAAW%2CcAAc%2CiBAAiB%2CaAA1C%3BEACA%3B%3BAAnDZ%2CgBACI%2COAsDI%3BEACI%3BEACA%3BEACA%3BEACA%2CWAAW%2CiBAAiB%2CiBAAiB%2CaAA7C%3BEACA%3BEACA%2CaCrDW%2CoBAAoB%2CkBDqD%5C%2FB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C4CAAA%3BEACA%3BEACA%3BEACA%2CwDAAA%3B%3BAAvEZ%2CgBA4EI%2CMACI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAjFZ%2CgBA4EI%2CMACI%2CMAMI%2CIAAG%3BEACC%3B%3BAApFhB%2CgBA4EI%2CMACI%2CMAUI%3BEACI%3BEACA%3B%3BAAzFhB%2CgBA4EI%2CMACI%2CMAUI%2CeAII%3BEACI%3B%3BAA5FpB%2CgBA4EI%2CMACI%2CMAUI%2CeASI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3BEACA%3B%3BAAvGpB%2CgBA4EI%2CMACI%2CMA8BI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CYAAY%2CmEAAZ%3BEACA%3B%3BAAnHhB%2CgBA4EI%2CMACI%2CMAyCI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3BEACA%3B%3BAA9HhB%2CgBA4EI%2CMACI%2CMAyCI%2CcAUI%3BEACI%3B%3BAAjIpB%2CgBA4EI%2CMACI%2CMAyCI%2CcAcI%3BEACI%2CwBAAA%3BEACA%3B%3BAAtIpB%2CgBA4II%3BEACI%2CgBAAA%3B%3BAA7IR%2CgBA4II%2CMAGI%2CMAGI%3BEACI%3BEACA%2CcAAA%3B%3BAApJhB%2CgBA4II%2CMAGI%2CMAQI%3BEACI%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%3BEACA%3B%3BAA3JhB%2CgBA4II%2CMAGI%2CMAQI%2CSAMI%3BEACI%2CyBAAA%3BEACA%2CsBAAsB%2CgCAAtB%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3B%3BAAnKpB%2CgBA4II%2CMAGI%2CMAQI%2CSAMI%2CKAQI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA3KxB%2CgBA4II%2CMAGI%2CMAQI%2CSAMI%2CKAiBI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAlLxB%2CgBA4II%2CMAGI%2CMAQI%2CSAMI%2CKAwBI%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%2CgBA%5C%2FChB%2CMAGI%2CMAQI%2CSAMI%2CKA8BK%2CYAAY%3BEACT%2CyBAAA%3B%3BAAGJ%2CgBAnDhB%2CMAGI%2CMAQI%2CSAMI%2CKAkCK%2CYAAY%3BEACT%2CyBAAA%3B%3BAAhMxB%2CgBAuMI%3BEACI%2CgBAAA%3B%3BAAxMR%2CgBAuMI%2COAGI%2COACI%3BEACI%2CcAAA%3BEACA%3B%3BAA7MhB%2CgBAuMI%2COAGI%2COAMI%3BEACI%3BEACA%3B%3BAAlNhB%2CgBAuMI%2COAGI%2COAWI%3BEACI%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%3BEACA%3B%3BAAzNhB%2CgBAuMI%2COAGI%2COAWI%2CSAMI%3BEACI%3BEACA%2C%2BBAAA%3B%3BAAEA%2CgBAxBhB%2COAGI%2COAWI%2CSAMI%2CMAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CWAAW%2CqBAAX%3BEACA%3BEACA%2CyCAAA%3BEACA%2CgCAAA%3B%3BAAzOxB%2CgBAuMI%2COAGI%2COAWI%2CSAMI%2CMAiBI%3BEACI%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CaC3ON%2CeAAe%2CkBD2OT%3BEACA%2CoBAAA%3B%3BAAGJ%2CgBAjDhB%2COAGI%2COAWI%2CSAMI%2CMA6BK%3BEACG%2CWAAW%2CYAAY%2CaAAvB%3B%3BAAEA%2CgBApDpB%2COAGI%2COAWI%2CSAMI%2CMA6BK%2CMAGI%3BEACG%2CyCAAA%3B%3BAA5P5B%2CgBAoQI%3BEACI%2CgBAAA%3B%3BAArQR%2CgBAoQI%2CSAGI%2CSACI%3BEACI%2CcAAA%3BEACA%3BEACA%3B%3BAA3QhB%2CgBAoQI%2CSAGI%2CSAOI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAnRhB%2CgBAoQI%2CSAGI%2CSAOI%2CcAOI%3BEAEI%3B%3BAAvRpB%2CgBAoQI%2CSAGI%2CSAOI%2CcAOI%2COAII%3BEACI%3BEACA%3BEACA%3BEACA%2C6BAAA%3B%3BAAEA%2CgBA3BpB%2CSAGI%2CSAOI%2CcAOI%2COAII%2CEAMK%3BEACG%3B%3BAAhS5B%2CgBAoQI%2CSAGI%2CSAOI%2CcAuBI%3BEACI%3B%3BAAtSpB%2CgBAoQI%2CSAGI%2CSAOI%2CcAuBI%2CMAGI%3BEACI%2C6BAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CgBA1CpB%2CSAGI%2CSAOI%2CcAuBI%2CMAGI%2CEAMK%3BEACG%3B%3BAA%5C%2FS5B%2CgBAoQI%2CSAGI%2CSA8CI%3BEACI%3BEACA%3BEACA%3B%3BAAxThB%2CgBAoQI%2CSAGI%2CSA8CI%2CcAKI%2CIAEI%3BEACI%3BEACA%3BEACA%3BEACA%2CyCAAA%3BEACA%2CqDAAA%3BEACA%3B%3BAAlUxB%2CgBAoQI%2CSAGI%2CSA8CI%2CcAKI%2CIAEI%2CEAQI%3BEACI%3BEACA%3B%3BAAIJ%2CgBAtEpB%2CSAGI%2CSA8CI%2CcAKI%2CIAEI%2CEAcK%3BEACG%2CWAAW%2CWAAX%3BEACA%2CyCAAA%3B%3BAAwExB%2CgBA1DmC%3BEA0DnC%2CgBAzDI%2COACI%3BIACI%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAqDZ%2CgBAjDI%2CMACI%2CMACI%2CcACI%3BIACI%3BIACA%3B%3BEA4CpB%2CgBAjDI%2CMACI%2CMACI%2CcAMI%3BIACI%2CwBAAA%3B%3BEAwCpB%2CgBAlCI%2CMACI%2CMACI%2CSACI%3BIACI%3B%3BEA8BpB%2CgBAxBI%2COACI%2COACI%3BIACI%2CuBAAuB%2CcAAvB%3B%3BEAqBhB%2CgBAhBI%2CSACI%2CSACI%2CcAEI%2COAEI%3BEAUpB%2CgBAhBI%2CSACI%2CSACI%2CcAGI%2CMACI%3BIACI%3BIACA%3B%3B%3BAAiExB%2CgBAxDmC%3BEAwDnC%2CgBAvDI%2COACI%3BIACI%3BIACA%3B%3BEAoDZ%2CgBAhDI%2CMACI%2CMACI%2CcACI%3BIACI%3BIACA%3B%3BEA2CpB%2CgBArCI%2CMACI%2CMACI%3BIACI%3B%3BEAkChB%2CgBArCI%2CMACI%2CMACI%2CSAGI%2CKACI%3BIACI%3BIACA%3B%3BEA6BxB%2CgBArCI%2CMACI%2CMACI%2CSAGI%2CKAMI%3BIACI%3BIACA%3B%3BEAwBxB%2CgBAhBI%2CSACI%2CSACI%2CcAEI%2COAEI%3BEAUpB%2CgBAhBI%2CSACI%2CSACI%2CcAGI%2CMACI%3BIACI%3BIACA%3B%3B%3BAAmCxB%2CgBA1BmC%3BEA0BnC%2CgBAzBI%2COAEI%3BIACI%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAoBZ%2CgBAfI%2CMACI%2CMACI%2CcACI%3BIACI%3B%3BEAWpB%2CgBAfI%2CMACI%2CMACI%2CcAKI%3BIACI%2CuBAAA%3B%3B%3BAA4DpB%2CgBApDmC%3BEAoDnC%2CgBAnDI%2CMACI%2CMACI%2CcACI%3BIACI%3BIACA%3B%3BEA8CpB%2CgBAxCI%3BIACI%2CgBAAA%3B%3BEAuCR%2CgBAxCI%2CMAGI%2CMACI%2CSACI%3BIACI%3B%3BEAkCpB%2CgBA5BI%3BIACI%2CgBAAA%3B%3BEA2BR%2CgBA5BI%2COAGI%2COACI%3BIACI%2C8BAAA%3B%3BEAuBhB%2CgBAlBI%3BIACI%2CgBAAA%3B%3BEAiBR%2CgBAlBI%2CSAGI%2CSACI%2CcAEI%2COAEI%3BEAUpB%2CgBAlBI%2CSAGI%2CSACI%2CcAGI%2CMACI%3BIACI%3BIACA%3B%3B%3BAAoFxB%2CgBA3EmC%3BEA2EnC%2CgBA1EI%2COACI%3BIACI%3BIACA%3BIACA%3B%3BEAsEZ%2CgBAlEI%2CMACI%2CMACI%2CcACI%3BIACI%3BIACA%3B%3BEA6DpB%2CgBAlEI%2CMACI%2CMACI%2CcAMI%3BIACI%2CyBAAA%3B%3BEAyDpB%2CgBAnDI%2CMACI%2CMACI%3BIACI%2C8BAAA%3BIACA%3B%3BEA%2BChB%2CgBA1CI%2COACI%2COACI%2CSACI%2CMACI%3BIACI%3BIACA%3B%3BEAoCxB%2CgBA7BI%2CSACI%2CSACI%3BIACI%3B%3BEA0BhB%2CgBA7BI%2CSACI%2CSACI%2CcAGI%2CMACI%3BIACI%3BIACA%3B%3BEAqBxB%2CgBA7BI%2CSACI%2CSAYI%3BIACI%3B%3BEAehB%2CgBA7BI%2CSACI%2CSAYI%2CcAGI%2CIACI%2CEACI%3BIACI%3BIACA%3B%3B%3BAA6D5B%2CmBAnDqC%3BEAmDrC%2CgBAlDI%2COACI%3BIACI%3BIACA%2CuBAAA%3B%3BEA%2BCZ%2CgBA3CI%2CMACI%2CMACI%3BIAEI%3B%3BEAuChB%2CgBAhCI%2CMACI%2CMACI%2CcACI%3BIACI%3BIACA%3B%3BEA2BpB%2CgBAhCI%2CMACI%2CMACI%2CcAMI%3BIACI%2CyBAAA%3B%3BEAuBpB%2CgBAjBI%2CSAEI%2CSACI%2CcAEI%2COAEI%3BEAUpB%2CgBAjBI%2CSAEI%2CSACI%2CcAGI%2CMACI%3BIACI%3BIACA%3B%3B%3BAAgJxB%2CmBAvIqC%3BEAuIrC%2CgBAtII%2COACI%3BIACI%3BIACA%3BIACA%2CyBAAA%3B%3BEAkIZ%2CgBA9HI%3BIACI%3B%3BEA6HR%2CgBA9HI%2CMAGI%3BIACI%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEA0HZ%2CgBA9HI%2CMAGI%2CMAGI%2CcACI%3BIACI%3BIACA%3B%3BEAqHpB%2CgBA9HI%2CMAGI%2CMA4CI%2CIAAG%3BIACC%3BIACA%2CsBAAA%3BIACA%3B%3BEA4EhB%2CgBA9HI%2CMAGI%2CMAkDI%2CeAEI%2CQACI%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CcAAA%3BIACA%3B%3BEA%2BDxB%2CgBA9HI%2CMAGI%2CMAiEI%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAqDhB%2CgBA9HI%2CMAGI%2CMAiEI%2CcAOI%3BIACI%3B%3BEAkDpB%2CgBA9HI%2CMAGI%2CMAiEI%2CcAWI%3BIACI%3BIACA%3B%3BEA6CpB%2CgBAvCI%2CMACI%2CMACI%3BIACI%3B%3BEAoChB%2CgBA%5C%2FBI%2COACI%2COACI%3BIACI%3B%3BEA4BhB%2CgBA%5C%2FBI%2COACI%2COACI%2CSAGI%2CMACI%3BIACI%3B%3BEAwBxB%2CgBAjBI%2CSACI%2CSACI%3BIACI%3B%3BEAchB%2CgBAjBI%2CSACI%2CSACI%2CcAGI%2CMAEI%3BEAUpB%2CgBAjBI%2CSACI%2CSACI%2CcAII%2COACI%3BIACI%3BIACA%3B%3B%3BAAiGxB%2CmBAxFqC%3BEAwFrC%2CgBAvFI%2COACI%3BIACI%3BIACA%2CuBAAA%3B%3BEAoFZ%2CgBAvFI%2COAMI%3BIACI%2CwBAAA%3BIACA%3B%3BEA%2BEZ%2CgBA1EI%2CMACI%2CMACI%3BIACI%2CYAAY%2CyFAAZ%3B%3BEAuEhB%2CgBA1EI%2CMACI%2CMAKI%2CcAEI%3BIACI%2CyBAAA%3B%3BEAiEpB%2CgBA3DI%3BIACI%2CeAAA%3B%3BEA0DR%2CgBA3DI%2CMAGI%2CMACI%3BIACI%3BIACA%3B%3BEAqDhB%2CgBA3DI%2CMAGI%2CMACI%2CSAII%3BIACI%2CkBAAA%3B%3BEAkDpB%2CgBA3DI%2CMAGI%2CMACI%2CSAII%2CKAGI%3BIACI%3BIACA%3BIACA%3B%3BEA6CxB%2CgBA3DI%2CMAGI%2CMACI%2CSAII%2CKASI%3BIACI%3BIACA%3B%3BEAwCxB%2CgBA3DI%2CMAGI%2CMACI%2CSAII%2CKAcI%3BIACI%3BIACA%3BIACA%3B%3BEAkCxB%2CgBA3BI%3BIACI%2CeAAA%3B%3BEA0BR%2CgBAvBI%3BIACI%2CeAAA%3B%3BEAsBR%2CgBAvBI%2CSAGI%2CSACI%3BIACI%3B%3BEAkBhB%2CgBAvBI%2CSAGI%2CSAKI%2CcAEI%2CMAEI%3BEAWpB%2CgBAvBI%2CSAGI%2CSAKI%2CcAGI%2COACI%3BIACI%22%7D */