/*
@icons__font-path: '@{baseDir}fonts/Luma-Icons';
@icons__font-name: 'luma-icons';
*/
body {
  margin: 0px !important;
  padding: 0px !important;
  background: white;
}
.page-wrapper {
  background-color: white;
}
.cwcustom-class {
  color: blue;
}
#maincontent {
  padding: 0;
}
/***DIMENSIONS*/
@media (min-width: 1px) {
  .owl-carousel.owl-loaded {
    display: none;
  }
  nav-sections-item-content > #main-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  section.cat-desc-section:before {
    display: none!important;
  }
  .sub-category-container {
    display: block !important;
    margin-bottom: 30px;
  }
  .category {
    display: inline-block !important;
    vertical-align: top;
    width: calc((98% - 2%) / 2) !important;
    margin-bottom: 10px;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .category:nth-child(2n) {
    margin-left: 2%;
  }
  .category a {
    display: block;
  }
  .category picture {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .category img {
    position: relative;
    object-fit: contain;
    height: -webkit-fill-available;
  }
  .category span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .category-tiles::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }
  .cat-desc-section,
  .cat-desc {
    position: relative;
    clear: both;
  }
  .category picture,
  .category img {
    width: 100%;
    height: auto;
    max-height: 70%;
    object-fit: contain;
    margin-bottom: 10px!important;
  }
  .category span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* For very small screens */
@media screen and (max-width: 359px) {
  .category {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*
	.category-tiles {
		width: 100%;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
	  }
	  
	  .sub-category-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	  }
	  
	  .category {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		background-color: #FFFFFF;
		box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.07);
		text-align: center;
	  }
	  
	  .category a {
		display: block;
		color: black;
		text-decoration: none;
	  }
	  
	  .category picture, .category img {
		width: 100%;
		height: auto;
		max-height: 70%;
		object-fit: contain;
		margin-bottom: 10px;
	  }
	  
	  .category span {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.2;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	  }

	.category-tiles {
		max-width: 75%;
	}
	
	.category {
		width: calc(33.33% - 10px);
	}
	
	.category span {
		font-size: 1rem;
	}
	*/
  /*
	.category-tiles {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		min-height: fit-content;
	  }
	
	  .sub-category-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 5px;
		min-height: fit-content;
	  }
	
	  .category {
		margin-bottom: 10px;
		aspect-ratio: 1 / 1;
	  }
	
	  .category a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		text-align: center;
		width: 100%;
		height: 100%;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 8px;
	  }
	
	  .category picture,
	  .category img {
		width: 100%;
		height: auto;
		max-height: 70%;
		object-fit: contain;
		margin-bottom: 10px;
	  }
	
	  .category span {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.2;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	  }

	*/
  /* NEW UP */
  .bulk,
  .sidebar,
  #nav_menu {
    display: none;
  }
  .page-header {
    border-bottom: none;
    margin-bottom: 0;
    display: -webkit-inline-box;
  }
  .logo {
    position: absolute;
    margin: 0 auto;
    left: 0;
    margin-top: 12px;
    right: 0;
    width: auto;
  }
  .logo img {
    margin: 0 auto;
    height: auto;
  }
  .block-search .control {
    border-top: none;
  }
  .columns .column.main {
    text-align: center;
  }
  .columns .column.main .cat-desc {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .nav-sections {
    background: none;
    margin-bottom: 0px;
  }
  .nav-sections-item-content > #nav_menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-sections-item-content > #nav_menu ul li {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .page-main {
    max-width: none;
  }
  .nav-sections-item-content > .navigation {
    display: none;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 230px;
    padding: 0;
    float: none;
    display: table-cell;
  }
  .columns,
  .nav-sections-item-content > #nav_menu,
  .page-header .header.panel,
  .header.content,
  #maincontent,
  .page-wrapper > .breadcrumbs {
    width: 640px;
    max-width: none;
    margin: 0 auto;
  }
  .page-layout-2columns-left .column.main {
    width: 390px;
  }
  .cat-desc {
    text-align: justify;
  }
}
@media (min-width: 1023px) {
  .nav-sections-item-content > #nav_menu,
  .page-header .header.panel,
  .header.content,
  .page-wrapper > .breadcrumbs {
    width: 1000px;
  }
  .page-layout-2columns-left .column.main {
    width: 760px;
  }
  .owl-carousel.owl-loaded {
    display: block;
    width: 1000px;
    height: 270px;
    float: right;
    margin-bottom: 40px;
  }
  .owl-carousel.owl-loaded .itm {
    display: contents;
  }
  .category-tiles {
    width: 800px;
  }
  .category-tiles .category {
    width: 250px;
  }
}
@media (min-width: 1270px) {
  .nav-sections-item-content > #nav_menu,
  .page-header .header.panel,
  .header.content,
  .page-wrapper > .breadcrumbs {
    width: 1235px;
  }
  .page-layout-2columns-left .column.main {
    width: 995px;
  }
  .owl-carousel.owl-loaded {
    width: 992px;
  }
  .category-tiles {
    width: 1010px;
  }
}
@media (min-width: 1438px) {
  .nav-sections-item-content > #nav_menu,
  .page-header .header.panel,
  .header.content,
  .page-wrapper > .breadcrumbs {
    width: 1412px;
  }
  .page-layout-2columns-left .column.main {
    width: 1170px;
  }
  .owl-carousel.owl-loaded {
    width: 1170px;
    height: 315px;
  }
  .category-tiles {
    width: 1120px;
  }
}
@media (min-width: 1530px) {
  .category-tiles {
    width: 1200px;
  }
}
@media (min-width: 1920px) {
  .category-tiles {
    width: 1515px;
  }
}
@media (min-width: 2560px) {
  .columns,
  .cat-desc-section,
  #maincontent {
    width: 2560px;
  }
  .category-tiles {
    width: 2015px;
  }
  .homepage-tiles {
    height: 860px!important;
  }
}
.page-wrapper > .breadcrumbs a {
  color: white;
}
.page-wrapper > .breadcrumbs a:hover {
  color: #0090e3;
  text-decoration: none;
}
.page-wrapper > .breadcrumbs li.item.home a {
  color: white;
}
.breadcrumbs > ul > li:after {
  font-size: 34px!important;
}
.breadcrumbs {
  min-height: 40px;
}
/* Cls Fix */
.page-header {
  min-height: 115px;
}
.header.content {
  width: -webkit-fill-available;
  width: auto;
  margin: 0;
}
ul.header.links {
  max-width: fit-content;
  padding: 0;
  width: 16.66666667%;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
  display: grid;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content > li {
  border-bottom: 1px solid #eee;
}
.dropdown-content:focus {
  display: grid;
}
.dropdown {
  cursor: pointer;
}
.dropdown > span {
  color: white;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
}
.dropdown > span:hover {
  color: #0090e3;
  font-weight: bold;
}
/* Firefox */
div#nav-menu {
  width: -moz-available;
}
nav#main-menu {
  display: inline-grid;
  width: -moz-available;
}
nav#main-menu > ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content !important;
}
nav#main-menu > ul > li {
  padding: 14px 0px 7px;
  display: inline-block;
  margin: 0 5px 0 0;
  align-items: center;
}
nav#main-menu > ul > li > a {
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-style: normal;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
}
nav#main-menu > ul > li > a:hover {
  color: #0090e3;
  font-weight: bold;
}
.transition-3 a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.pg-slideup-effect {
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@-moz-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.dropdown > ul {
  width: 60%;
  right: auto;
  opacity: 1;
  visibility: visible;
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background-color: #fff;
  min-width: 250px;
  grid-template-columns: auto auto auto;
  left: 10%;
}
.dropdown > ul > li {
  padding: 14px 0px 7px;
  border-left: 1px solid #eee;
  display: inline-block;
  margin: 0 5px 0 0;
}
.dropdown > ul > li:hover i {
  color: #1b75bc;
}
.dropdown > ul > li:hover i ~ a {
  background: transparent;
  color: #1b75bc;
  font-weight: bold;
  transform: translate(-50px);
  box-shadow: 0 8px #1b75bc;
  transform: translate(5px, 1px);
}
.dropdown > ul > li > i {
  font-size: 30px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown > ul > li > a {
  color: #8e8e8e;
  text-decoration: none;
  padding-top: 5px;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.dropdown > ul > li > a:hover {
  background: transparent;
  color: #1b75bc;
  font-weight: bold;
  transform: translate(-50px);
  box-shadow: 0 8px #1b75bc;
  transform: translate(5px, 1px);
}
.nav-sections-item-content {
  text-align: -webkit-center;
}
.main-menu-search {
  width: 20%;
  padding-top: 14px;
  padding-bottom: 0px;
  position: relative;
  top: 5%;
}
.mobile-logo {
  display: none;
}
.search-mobile {
  display: none;
  visibility: hidden;
}
.header.content {
  padding: 10px;
  /*
	background: rgb(58,58,61);
	background: -moz-linear-gradient(90deg, rgba(58,58,61,1) 0%, rgba(71,74,89,1) 30%, #474A59 100%);
	background: -webkit-linear-gradient(90deg, rgba(58,58,61,1) 0%, rgba(71,74,89,1) 30%, #474A59 100%);
	background: linear-gradient(90deg, rgba(58,58,61,1) 0%, rgba(71,74,89,1) 30%, #474A59 100%); 
	*/
  background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
}
/* Banner + Reszta */
.panel.wrapper {
  background: transparent!important;
}
.columns {
  max-width: 100%;
  z-index: 0!important;
}
.pg-banner {
  /* CLS FIX - dla cls musi byc stricte okreslony height + width */
  height: 26vw;
  object-fit: cover;
  width: 100%;
  aspect-ratio: auto 640 / 360;
}
.banner:after {
  content: '';
  display: block;
  border-top: 5.84vw solid #18232F;
  border-left: 0vw solid transparent;
  border-right: 86vw solid transparent;
  background: #fff;
  margin-top: -10px;
  z-index: 1;
  position: relative;
}
/* CLS FIXY */
.banner > a {
  display: block;
}
.homepage {
  display: inline-block;
  height: auto;
  position: relative;
}
.logo-header {
  aspect-ratio: auto 640 / 360;
  min-width: 180px;
}
.flag {
  min-width: 35px;
}
.fas,
.far {
  min-width: 24px;
  display: inline-block;
}
div#categories {
  width: 100%;
  display: inline-block;
  height: auto;
}
.category-description > h1 {
  text-shadow: none;
  letter-spacing: normal;
  color: #333333;
}
.category-description > h2 {
  text-shadow: none;
  letter-spacing: normal;
  color: #333333;
}
.product-description > div {
  margin: 15px;
  padding: 15px;
}
div.homepage-tiles {
  display: inline-block;
  width: 100%;
  text-align: -webkit-center;
  margin-top: 15px;
  max-width: 100%;
}
.category {
  padding: 20px;
}
div.sub-category-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
div.sub-category-container .category a {
  height: auto;
}
.header-link {
  height: 77px;
}
.header-link img {
  height: 65px;
  width: 170px;
  max-width: 100%;
  height: auto;
}
div.category {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  width: inherit;
  font-size: 1.5rem;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.07000000000000001), 0 2px 1px -1px rgba(0, 0, 0, 0.07000000000000001), 0 1px 3px 0 rgba(0, 0, 0, 0);
  width: 300px;
  height: 250px;
}
div.category > a {
  height: 100%;
  overflow: hidden;
}
div.category > a > img {
  margin: auto;
  display: block;
}
.homepage-tiles .category {
  height: 200px;
}
picture {
  display: block;
  height: 180px;
}
.sub-category-container > .category:hover {
  background: transparent;
  color: #1b75bc;
  font-weight: bold;
  box-shadow: 0 8px #1b75bc;
  transform: translate(0px, 0px);
  transition: 0.1s ease;
}
.column.main {
  overflow: hidden;
}
.category-1 {
  -moz-transform: translate(-5px, 50px);
  -webkit-transform: translate(-5px, 50px);
  -o-transform: translate(-5px, 50px);
  -ms-transform: translate(-5px, 50px);
  transform: translate(-5px, 50px);
  z-index: 1;
  box-sizing: border-box;
}
.category-2 {
  z-index: 2;
  -moz-transform: translate(0px, -30px);
  -webkit-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
  box-sizing: border-box;
}
.category-3 {
  -moz-transform: translate(5px, 50px);
  -webkit-transform: translate(5px, 50px);
  -o-transform: translate(5px, 50px);
  -ms-transform: translate(5px, 50px);
  transform: translate(5px, 50px);
  z-index: 1;
  box-sizing: border-box;
}
.hp-row-2 {
  padding-bottom: 5vw!important;
}
.hp-row-2 > h2,
.hp-row-7 > h2 {
  color: white;
  text-shadow: 2px 2px #474a59;
  font-weight: bold;
}
.hp-row-2 > * b {
  color: black;
}
.hp-row-1 {
  padding-bottom: 3.2vw !important;
}
.hp-row-2,
.hp-row-6 {
  flex-direction: row-reverse;
  padding-top: 0!important;
  background: #017ae3;
}
.hp-row-2 > .text-container,
.hp-row-6 > .text-container {
  color: white;
}
.hp-row-2 > .text-container > * a,
.hp-row-6 > .text-container > * a {
  color: black;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
}
.hp-row-2 > .text-container > * a:hover,
.hp-row-6 > .text-container > * a:hover {
  font-weight: bold;
}
.hp-row-2:before {
  content: '';
  display: block;
  border-bottom: 4.84vw solid #017ae3;
  border-right: 100vw solid transparent;
  background: #fff;
  margin-bottom: 1.84vw;
}
.hp-row-4 {
  flex-direction: row-reverse;
  background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
  padding-bottom: 4.84vw !important;
  /* Increased to account for triangle height */
  padding-top: 0.9vw !important;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 78.16%, /* bottom right above triangle */ 50% 100%, /* bottom middle point */ 0 78.16% /* bottom left above triangle */);
}
.hp-row-4 > p {
  color: white;
  margin: 30px;
}
/*
.hp-row-4 {
	flex-direction: row-reverse;
	//background: #464958;
	background: linear-gradient(135deg, 
    rgba(24, 35, 47, 1) 0%, 
    rgba(31, 43, 55, 1) 50%, 
    rgba(42, 55, 68, 1) 100%
);
	padding-bottom: 0!important;
	padding-top: 0.9vw!important;
	> .text-container {
		color: white;
	}
	> .category-container {
		padding-bottom: calc(2.9vw);
	}
}

.hp-row-4:after {
	content: '';
    display: block;
    //border-top: 4.84vw solid #464958;
	border-top: 4.84vw solid #18232F;

    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    background: #fff;
    margin-top: 2vw;
    z-index: 1;
    position: relative;
}
*/
.hp-row-5 {
  padding-bottom: 0!important;
}
.hp-row-5:after {
  content: '';
  display: block;
  border-bottom: 4.84vw solid #017ae3;
  border-left: 100vw solid #ffffff;
  background: #fff;
  margin-top: 2.84vw;
  /*margin-top: 0.84vw;*/
  z-index: 1;
  position: relative;
}
.homepage-tiles h1,
.homepage-tiles h2 {
  text-shadow: 9px 8px 5px black;
}
/* Homepage 05 2021 */
.homepage-description {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  width: inherit;
  font-size: 1.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*
	border: 1px solid rgb(0 30 60 / 12%);
    box-shadow: 0 12px 32px 0 rgb(0 30 60 / 12%);
    */
  border: 1px solid #d8e1e6;
  box-shadow: 0 12px 32px 0 #cedae0;
  border-radius: 8px;
  min-height: 100%;
  overflow: hidden;
}
.homepage-inner-description {
  margin: 0 20px;
  padding: 24px 16px;
}
.homepage-middle-text {
  text-align: center;
  padding: 15px;
  margin: 10px;
}
.homepage-middle-text > * b {
  color: black;
}
/*
#categories > h1 {
	font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
*/
.homepage-tiles > h1 {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: none;
}
.homepage-tiles > .category:hover {
  background: transparent;
  color: #1b75bc;
  font-weight: bold;
  box-shadow: 0 8px #1b75bc;
  transform: translate(0px, 0px);
  transition: 0.1s ease;
}
/* End 05 2021 */
.hp-row-2 > p,
.hp-row-4 > p,
.hp-row-7 > p {
  color: white;
  margin: 30px;
}
.hp-row-1 > * h1 {
  text-shadow: none;
  border-bottom: 1px solid #ccc c;
  letter-spacing: 0px;
}
.hp-row-5 > .text-container > .homepage-text > h2 {
  text-shadow: none!important;
}
.hp-row-3 > .text-container > .homepage-text > h2 {
  text-shadow: none!important;
}
.info-row > .align-items-center > .flex-25 > * {
  text-shadow: none!important;
}
.hp-row-6 {
  padding-top: 7.9vw !important;
}
.hp-row-6 > .text-container > .homepage-text > h2 {
  padding-left: 0;
  color: white;
}
.hp-row-7 {
  padding-top: 0!important;
  background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
}
.hp-row-7 > .text-container {
  color: white;
}
.hp-row-7 > .text-container * h2 {
  color: white;
  padding-left: 0;
}
.hp-row-7 > .category-container {
  padding-top: calc(2.9vw);
}
.hp-row-7:before {
  content: '';
  display: block;
  border-top: 4.84vw solid #017ae3;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
  z-index: 1;
  position: relative;
}
.info-row {
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 10%;
  margin-right: 10%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.info-row > * h3 {
  color: black;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 28px;
  border: none;
  box-shadow: none;
}
.product-wrapper-grid h3,
.cat-desc h3 {
  font-size: 20px;
}
.align-items-center {
  display: flex;
  align-items: center;
  text-align: center;
}
.flex-25 {
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
h3.info-text {
  margin-right: 3rem;
  text-align: left;
  font-size: 28px;
}
h3.info-text ~ p {
  font-size: 1.6rem;
  text-align: left;
}
.silownik-float {
  background-repeat: no-repeat;
  background-image: url('../images/silownik-2.png');
  background-position-x: 90%;
  background-position-y: 80%;
}
.heading-span {
  display: block;
  font-size: 1.5vw;
  font-weight: bold;
  padding-top: 10px;
}
.heading-span ~ span {
  padding-top: 15px;
  display: block;
  letter-spacing: -0.05em;
  font-size: 1vw;
}
/* Blog */
.blog-row {
  display: inline-block;
  padding-top: 30px;
  border-bottom: 0;
}
.blog-heading {
  display: block;
  text-align: center;
  font-size: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.post-row {
  align-self: center;
  display: inline-flex;
  flex: 0 0 33%;
  max-width: 33%;
  box-sizing: border-box;
  height: 100%;
  padding-right: 10px;
  padding-top: 2px;
  padding-left: 0.25rem;
}
.post-row > a {
  height: inherit;
  display: inline-block;
  width: 100%;
}
.post-row > a:hover {
  text-decoration: none;
  transition: 0.3s;
}
.post-row > a:hover > * span {
  color: #0056b3;
}
.post-row > a:hover > .post {
  background-color: #fafafa;
}
.post-media {
  text-align: center;
}
.post-media > img {
  width: 480px;
  height: 180px;
}
.post {
  height: inherit;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07000000000000001), 0 2px 1px -1px rgba(0, 0, 0, 0.07000000000000001), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.post-content {
  text-align: left;
  padding: 15px;
}
.post-content > span {
  font-size: 2rem;
  font-weight: bold;
  color: black;
}
.post-content > p {
  margin: 0;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-top: 14px;
}
/* Font */
.product-info-main {
  margin-right: 40px;
}
.product.info.detailed {
  margin-left: 40px;
  margin-right: 40px;
}
.product-image-photo {
  position: inherit!important;
}
/* Search results */
.column.main {
  width: 100%!important;
}
.column.main > .search.results {
  padding: 50px;
}
div#layered-filter-block {
  width: 30%;
  margin: 0;
  float: left;
}
.switcher.language .dropdown:hover i {
  color: #1b75bc;
}
.pg-store-switcher-wrapper {
  align-self: center;
  color: #CCC;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px 0px 7px;
  min-width: 75px;
}
.pg-store-switcher-wrapper .dropdown ul {
  vertical-align: baseline;
  width: 10%;
  opacity: 1;
  visibility: visible;
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background-color: #fff;
  position: absolute;
  min-width: 240px;
  grid-template-columns: none;
  right: 13%;
  left: unset;
}
.pg-store-switcher-wrapper .dropdown ul li span {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.pg-store-switcher-wrapper .pg-language-dropdown {
  display: flex;
}
.pg-store-switcher-wrapper .pg-language-dropdown i {
  margin-left: 5px;
  align-self: center;
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  div.category-container {
    width: 100%;
    place-content: center;
  }
  .category {
    transform: none;
    height: auto!important;
    display: inline-flex !important;
    height: 250px!important;
  }
  div#nav-menu {
    display: block;
  }
  .pg-store-switcher-wrapper {
    align-self: auto;
  }
  .block-search {
    float: left;
  }
  #search_autocomplete {
    left: 0;
  }
  nav#main-menu {
    display: inline-block;
  }
  nav#main-menu > ul {
    display: block;
    margin: 0!important;
  }
  nav#main-menu > ul > li {
    display: block!important;
  }
  /*
	.header.links {
		display: none!important;
	}
	*/
  .blog-row {
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .category {
    font-size: 1.2rem !important;
  }
}
/* Mobilny dla nowego headera */
@media (min-width: 320px) and (max-width: 767px) {
  div#social-login-popup {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: 20px;
  }
  .products-related .product-items {
    text-align: -webkit-center;
  }
  .page-header .amsearch-wrapper-block:before {
    background: none;
  }
  .amsl-popup-block .amsl-social-login {
    min-height: auto;
  }
  .header.content {
    width: -webkit-fill-available;
  }
  .toolbar-sorter {
    display: none;
  }
  .search.results {
    padding: 10px!important;
  }
  .search.results > .products.wrapper.grid.products-grid {
    margin: 0;
  }
  .product-info-main {
    margin-right: 0px;
  }
  .invis-force {
    display: none!important;
  }
  nav#main-menu {
    grid-auto-flow: column;
  }
  nav#main-menu > ul > li:not(:last-child) {
    display: none;
    width: 100%;
  }
  #main-menu > ul:not(:last-child) {
    padding: 0;
  }
  .header.content {
    background: transparent;
    padding: 5px;
  }
  .header.links {
    height: fit-content;
    align-self: center;
  }
  .mobile-logo {
    display: block;
    z-index: 5;
    display: contents;
  }
  .pneumatig-authorization-link {
    display: block;
    text-align: start;
    width: inherit;
    font-size: 16px;
  }
  .pneumatig-authorization-link > a {
    display: block;
    padding: 5px 5px 10px;
    color: #6c6a6a;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .banner {
    display: none;
  }
  .columns {
    overflow: hidden;
  }
  .row-container {
    display: inline-block;
    max-width: 100vw;
  }
  .row-container > .text-container {
    display: none;
  }
  .row-container > .category-container {
    max-width: 100%!important;
    height: auto;
  }
  .row-container > .category-container > div > a {
    height: 100%;
  }
  .row-container > .category-container > div > a > img {
    height: auto;
  }
  .hp-row-1 {
    margin-top: 50px;
  }
  .info-row {
    margin: 10px;
    padding: 10px;
  }
  .info-row > .product-description {
    margin: auto;
  }
  .info-row > div {
    display: inline-block;
  }
  .info-row > div > .flex-25 {
    max-width: 100%;
  }
  .info-row > div > .flex-25 > h3,
  .info-row > div > .flex-25 p {
    text-align: center;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .info-row > div > .flex-25 > .fa-award {
    display: none;
  }
  .info-row > div > .flex-25 > i {
    font-size: 20vw!important;
  }
  .info-row > div > .flex-25 > span {
    font-size: 6.2vw;
  }
  .blog-row {
    margin: 10px;
    padding: 0;
  }
  .blog-row > .post-row {
    display: block;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    max-width: 100%;
    height: auto;
  }
  .hp-row-7 {
    margin-bottom: 35px;
  }
  .navigation {
    text-align: initial;
  }
  .cat-desc {
    width: -webkit-fill-available !important;
  }
  .category-tiles > .category {
    width: 30%;
    float: none;
    min-height: 120px;
    vertical-align: middle;
  }
  .category-tiles {
    width: 100%!important;
  }
  /*
	.category-tiles > .sub-category-container > .category {
		width: 50%;
		height: auto;
	}
	*/
  .silownik-float {
    background-image: none!important;
  }
  .pg-store-switcher-wrapper {
    margin-left: 10px;
  }
  .pg-store-switcher-wrapper ul.dropdown {
    width: auto;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
  }
  .tooltip {
    margin: auto;
    left: auto;
  }
}
@media (min-width: 425px) and (max-width: 1024px) {
  .dropdown-content {
    width: 80vw!important;
  }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699D;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Fde_DE%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Fde_DE%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Fde_DE%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Fde_DE%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Fde_DE%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3BAA2SA%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAEJ%3BEACC%2CUAAA%3B%3B%3BAAaD%2CQATwB%3BEACvB%2CaAAa%3BIACZ%2CaAAA%3B%3BEAED%2CyBAA4B%3BIAC3B%2CaAAA%3B%3B%3BAAiFF%2CQA7E0B%3BEACzB%2COAAO%2CiBAAiB%3BIACvB%2CuBAAA%3B%3BEAED%3BIACE%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAGF%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2COAAO%2CoBAAP%3BIACA%2CmBAAA%3BIAEA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CSAAS%2CUAAU%3BIACjB%2CeAAA%3B%3BEAGF%2CSAAU%3BIACR%2CcAAA%3B%3BEAGF%2CSAAU%3BIAER%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIF%2CSAAU%3BIACR%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAGF%2CSAAU%3BIACR%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAGF%2CeAAe%3BIACb%2CSAAS%2CEAAT%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3B%3BEAGF%3BEACA%3BIACE%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGF%2CSAAU%3BEAAS%2CSAAU%3BIAC5B%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3B%3BEAGC%2CSAAU%3BIACX%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3B%3BAAUF%2CmBANqC%3BEACpC%3BIACC%2CgBAAA%3B%3B%3BAA4JF%2CmBAxJqC%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%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%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%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAyHpC%3BEAAQ%3BEAAU%3BIACjB%2CaAAA%3B%3BEAED%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3B%3BEAEA%3BIACC%2CkBAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAND%2CKAOC%3BIACC%2CcAAA%3BIACA%2CYAAA%3B%3BEAGF%2CaAAc%3BIACb%2CgBAAA%3B%3BEAED%2CQAAS%2CQAAO%3BIACf%2CkBAAA%3B%3BEADD%2CQAAS%2CQAAO%2CKAEf%3BIACC%2CmBAAA%3B%3B%3BAA%2BCH%2CQA1C0B%3BEACzB%3BIACC%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAED%2C0BAA6B%3BIAC5B%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAHD%2C0BAA6B%2CYAI5B%2CGACC%3BIACC%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAIH%3BIACG%2CeAAA%3B%3BEAEH%2C0BAA6B%3BIAC5B%2CaAAA%3B%3BEAED%2C0BAA2B%3BIACxB%2CYAAA%3BIACH%2CUAAA%3BIACA%2CWAAA%3BIACG%2CmBAAA%3B%3BEAEH%3BEAAW%2C0BAA6B%3BEAAW%2CYAAa%2CQAAO%3BEAAQ%2COAAO%3BEAAU%3BEAAc%2CaAAgB%3BIAC7H%2CYAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAED%2C0BAA2B%2CQAAO%3BIACjC%2CYAAA%3B%3BEAED%3BIACC%2CmBAAA%3B%3B%3BAA8BF%2CQAzB2B%3BEAC1B%2C0BAA6B%3BEAAW%2CYAAa%2CQAAO%3BEAAQ%2COAAO%3BEAAU%2CaAAgB%3BIACpG%2CaAAA%3B%3BEAED%2C0BAA2B%2CQAAO%3BIACjC%2CYAAA%3B%3BEAED%2CaAAa%3BIACZ%2CcAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEALD%2CaAAa%2CWAMZ%3BIACC%2CiBAAA%3B%3BEAGF%3BIACC%2CYAAA%3B%3BEADD%2CeAEC%3BIACC%2CYAAA%3B%3B%3BAAqBH%2CQAhB2B%3BEAC1B%2C0BAA6B%3BEAAW%2CYAAa%2CQAAO%3BEAAQ%2COAAO%3BEAAU%2CaAAgB%3BIACpG%2CaAAA%3B%3BEAED%2C0BAA2B%2CQAAO%3BIACjC%2CYAAA%3B%3BEAED%2CaAAa%3BIACZ%2CYAAA%3B%3BEAED%3BIACC%2CaAAA%3B%3B%3BAAuBF%2CQAlB2B%3BEAC1B%2C0BAA6B%3BEAAW%2CYAAa%2CQAAO%3BEAAQ%2COAAO%3BEAAU%2CaAAgB%3BIACpG%2CaAAA%3B%3BEAGD%2C0BAA2B%2CQAAO%3BIACjC%2CaAAA%3B%3BEAED%2CaAAa%3BIACZ%2CaAAA%3BIACA%2CaAAA%3B%3BEAGD%3BIACC%2CaAAA%3B%3B%3BAAUF%2CQAN2B%3BEAC1B%3BIACC%2CaAAA%3B%3B%3BAAUF%2CQAN2B%3BEAC1B%3BIACC%2CaAAA%3B%3B%3BAAgBF%2CQAZ2B%3BEAC1B%3BEAAU%3BEAAmB%3BIAC5B%2CaAAA%3B%3BEAED%3BIACC%2CaAAA%3B%3BEAED%3BIACC%2CuBAAA%3B%3B%3BAAIF%2CaAAgB%2CeACf%3BEACC%2CYAAA%3B%3BAAFF%2CaAAgB%2CeAIf%2CEAAC%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAANF%2CaAAgB%2CeAQf%2CGAAE%2CKAAK%2CKAAM%3BEACZ%2CYAAA%3B%3BAAIF%2CYAAe%2CKAAK%2CKAAE%3BEACrB%2CyBAAA%3B%3BAAED%3BEACC%2CgBAAA%3B%3B%3BAAID%3BEACC%2CiBAAA%3B%3BAAED%2COAAO%3BEACN%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGD%2CEAAE%2COAAO%3BEACR%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAAQ%2CyBAAA%3B%3BAAE3B%2CSAAS%2CMAAO%3BEACd%2CaAAA%3B%3BAAGF%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C%2BCAAA%3BEACA%2CUAAA%3B%3BAAND%2CiBAOG%3BEACD%2C6BAAA%3B%3BAAED%2CiBAAC%3BEACA%2CaAAA%3B%3BAAIF%3BEACC%2CeAAA%3B%3BAAED%2CSAAY%3BEACX%2CYAAA%3BEACA%2CsBAAA%3BEACG%2CqBAAA%3B%3BAACH%2CSAJW%2COAIV%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3B%3BAAKF%2CGAAG%3BEACF%2CqBAAA%3B%3BAAGD%2CGAAG%3BEACF%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGD%2CGAAG%2CUAAa%3BEACf%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAJD%2CGAAG%2CUAAa%2CKAKd%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAATF%2CGAAG%2CUAAa%2CKAKd%2CKAKA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAACC%2CGApBA%2CUAAa%2CKAKd%2CKAKA%2CIAUE%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CaAAc%3BEACb%2CoBAAA%3BEACG%2C4BAAA%3BEACA%2CyBAAA%3BEACH%2CuBAAA%3B%3BAAGD%3BEACC%2C8BAAA%3BEACG%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACC%3BIACC%2C2BAAA%3B%3BEAED%3BIACC%2C2BAAA%3B%3B%3BAAIF%3BEACC%3BIACC%2C2BAAA%3B%3BEAED%3BIACC%2C2BAAA%3B%3B%3BAAIF%3BEACC%3BIACC%2C2BAAA%3B%3BEAED%3BIACC%2C2BAAA%3B%3B%3BAAIF%3BEACI%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3B%3BAAKJ%3BEACI%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3B%3BAAKJ%3BEACI%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3B%3BAAKJ%3BEACI%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3B%3BAAKJ%3BEACI%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3BAAIJ%2CSAAY%3BEACX%2CUAAA%3BEACG%2CWAAA%3BEACH%2CUAAA%3BEACG%2CmBAAA%3BEAEH%2CUAAA%3BEACG%2CgBAAA%3BEACH%2CSAAA%3BEAEG%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEAEA%2CsBAAA%3BEACH%2CgBAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3B%3BAAlBD%2CSAAY%2CKAmBT%3BEACD%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CSAxBU%2CKAmBT%2CKAKA%2CMAAO%3BEACP%2CcAAA%3B%3BAADD%2CSAxBU%2CKAmBT%2CKAKA%2CMAAO%2CEAEL%3BEACD%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CmBAAX%3B%3BAAhCJ%2CSAAY%2CKAmBT%2CKAgBA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvCH%2CSAAY%2CKAmBT%2CKAsBA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAACA%2CSAjDS%2CKAmBT%2CKAsBA%2CIAQC%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CmBAAX%3B%3BAAMJ%3BEACC%2C0BAAA%3B%3BAAGD%3BEACC%2CUAAA%3BEACA%2CiBAAA%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAAGJ%3BEACC%2CaAAA%3B%3BAAGD%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COAAO%3BEACN%2CaAAA%3B%3B%3B%3B%3B%3B%3BEAOA%2CYAAY%2C8DAAZ%3B%3B%3BAAQD%2CMAAM%3BEACL%2CiCAAA%3B%3BAAGD%3BEACC%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGD%3B%3BEAEC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3B%3BAAGD%2COAAO%3BEACN%2CSAAS%2CEAAT%3BEACG%2CcAAA%3BEAEH%2CgCAAA%3BEACG%2CkCAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAA%3BEACH%2CiBAAA%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3B%3BAAKJ%2COACG%3BEACD%2CcAAA%3B%3BAAGF%3BEACC%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGD%3BEACC%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAED%3BEACC%2CeAAA%3B%3BAAED%3BAAAM%3BEACL%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGD%2CGAAG%3BEACF%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGD%2CqBAAwB%3BEACvB%2CiBAAA%3BEACG%2CsBAAA%3BEACH%2CcAAA%3B%3BAAGD%2CqBAAwB%3BEACvB%2CiBAAA%3BEACG%2CsBAAA%3BEACH%2CcAAA%3B%3BAAGD%2CoBAAqB%3BEACpB%2CYAAA%3BEACG%2CaAAA%3B%3BAAGJ%2CGAAG%3BEACF%2CqBAAA%3BEACG%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACH%2CeAAA%3B%3BAAGD%3BEACC%2CaAAA%3B%3BAAGD%2CGAAG%3BEACF%2CWAAA%3BEACG%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CGAAG%2CuBAKF%2CUAAU%3BEACT%2CYAAA%3B%3BAAGF%3BEAEC%2CYAAA%3B%3BAAED%2CYAAa%3BEACZ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACG%2CYAAA%3B%3BAAGJ%2CGAAG%3BEACF%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C%2BIAAA%3BEACA%2CYAAA%3BEACG%2CaAAA%3B%3BAAXJ%2CGAAG%2CSAYD%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAdF%2CGAAG%2CSAgBD%2CIAAE%3BEACF%2CYAAA%3BEACA%2CcAAA%3B%3BAAGF%2CeAAgB%3BEACf%2CaAAA%3B%3BAAED%3BEACC%2CcAAA%3BEACA%2CaAAA%3B%3BAAGD%2CuBAA0B%2CYAAS%3BEAClC%2CuBAAA%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CqBAAA%3B%3BAAGJ%2COAAO%3BEACN%2CgBAAA%3B%3BAAGD%3BEACC%2CgBAAgB%2CqBAAhB%3BEACG%2CmBAAmB%2CqBAAnB%3BEACA%2CcAAc%2CqBAAd%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACC%2CUAAA%3BEACG%2CgBAAgB%2CqBAAhB%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CcAAc%2CqBAAd%3BEACA%2CeAAe%2CqBAAf%3BEACH%2CWAAW%2CqBAAX%3BEACA%2CsBAAA%3B%3BAAGD%3BEACC%2CgBAAgB%2CoBAAhB%3BEACG%2CmBAAmB%2CoBAAnB%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CWAAW%2CoBAAX%3BEACH%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGD%3BEACC%2C6BAAA%3B%3BAAED%2CSAAY%3BAAAI%2CSAAY%3BEAC3B%2CYAAA%3BEACA%2C4BAAA%3BEACG%2CiBAAA%3B%3BAAEJ%2CSAAY%2CIAAE%3BEACb%2CYAAA%3B%3BAAGD%3BEACC%2CqBAAA%3B%3BAAGD%3BAAAW%3BEACV%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAHD%2CSAIE%3BAAJS%2CSAIT%3BEACA%2CYAAA%3B%3BAALF%2CSAIE%2CkBAEE%2CIAAE%3BAANK%2CSAIT%2CkBAEE%2CIAAE%3BEACH%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CSAPD%2CkBAEE%2CIAAE%2CEAKF%3BAAAD%2CSAPD%2CkBAEE%2CIAAE%2CEAKF%3BEACA%2CiBAAA%3B%3BAAMJ%2CSAAS%3BEACR%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACG%2CqCAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2C2BAAA%3BEACA%2CYAAY%2C8DAAZ%3BEACA%2CsBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CkJAAX%3B%3BAASJ%2CSAAY%3BEACR%2CYAAA%3BEACA%2CYAAA%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%3BAAmCJ%3BEACC%2C2BAAA%3B%3BAAGD%2CSAAS%3BEACL%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACH%2CkBAAA%3B%3BEAEA%2CUAAA%3BEACG%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BAAAI%2CeAAgB%3BEACnC%2C8BAAA%3B%3B%3BAAID%3BEACC%2CiBAAA%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3B%3B%3B%3BEAKH%2CyBAAA%3BEACG%2CiCAAA%3BEACH%2CkBAAA%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACC%2CcAAA%3BEACG%2CkBAAA%3B%3BAAGJ%3BEACC%2CkBAAA%3BEACG%2CaAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CqBAAwB%2CIAAE%3BEACzB%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAUD%2CeAAkB%3BEACjB%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAED%2CeAAkB%2CYAAS%3BEAC1B%2CuBAAA%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CmBAAX%3BEACH%2CqBAAA%3B%3B%3BAAKD%2CSAAY%3BAAAG%2CSAAY%3BAAAG%2CSAAY%3BEACzC%2CYAAA%3BEACG%2CYAAA%3B%3BAAGJ%2CSAAY%2CIAAE%3BEACb%2CiBAAA%3BEACG%2C%2BBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CSAAY%2CkBAAkB%2CiBAAiB%3BEAC9C%2C2BAAA%3B%3BAAGD%2CSAAY%2CkBAAkB%2CiBAAiB%3BEAC9C%2C2BAAA%3B%3BAAGD%2CSAAY%2CsBAAsB%2CWAAW%3BEAC5C%2C2BAAA%3B%3BAAID%3BEACC%2CkBAAA%3B%3BAADD%2CSAEG%2CkBAAkB%2CiBAAiB%3BEACpC%2CeAAA%3BEACA%2CYAAA%3B%3BAAIF%3BEACC%2CwBAAA%3BEACA%2CYAAY%2C8DAAZ%3B%3BAAFD%2CSAQG%3BEACD%2CYAAA%3B%3BAATF%2CSAQG%2CkBAED%2CEAAE%3BEACD%2CYAAA%3BEACA%2CeAAA%3B%3BAAZH%2CSAeG%3BEACD%2CaAAa%2CWAAb%3B%3BAAIF%2CSAAS%3BEACR%2CSAAS%2CEAAT%3BEACG%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEAEH%2CYAAY%2C8DAAZ%3BEAKG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACC%2CmBAAA%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3BEACH%2CiBAAA%3BEACA%2C6BAAA%3BEACG%2CoBAAA%3B%3BAAGJ%2CSAAY%2CIAAE%3BEACb%2CYAAA%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACH%2CgBAAA%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACH%2CYAAA%3BEACG%2CgBAAA%3B%3BAAEJ%2CqBAAsB%3BAAAI%2CSAAU%3BEACnC%2CeAAA%3B%3BAAED%3BEACC%2CaAAA%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACC%2CaAAA%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CEAAE%3BEACD%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHD%2CEAAE%2CUAIC%3BEACD%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIF%3BEACC%2C4BAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACG%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACC%2CcAAA%3BEACG%2CgBAAA%3BEACH%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAJD%2CaAKG%3BEACD%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3B%3BAAKF%3BEACC%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGD%3BEACC%2CcAAA%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACH%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAATD%2CSAUG%3BEACD%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAACA%2CSAJC%2CIAIA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAFD%2CSAJC%2CIAIA%2CMAGE%2CIAAE%3BEACH%2CcAAA%3B%3BAAJF%2CSAJC%2CIAIA%2CMAME%3BEACD%2CyBAAA%3B%3BAAMJ%3BEACC%2CkBAAA%3B%3BAAED%2CWAAc%3BEACb%2CYAAA%3BEACG%2CaAAA%3B%3BAAGJ%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACG%2CyBAAA%3BEACA%2C6IAAA%3B%3BAAGJ%3BEACC%2CgBAAA%3BEACA%2CaAAA%3B%3BAAFD%2CaAGG%3BEACD%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAANF%2CaAQG%3BEACD%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3B%3BAAKF%3BEACC%2CkBAAA%3B%3BAAGD%2CQAAQ%2CKAAK%3BEACZ%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGD%3BEACC%2C2BAAA%3B%3B%3BAAID%2COAAO%3BEACN%2CqBAAA%3B%3BAADD%2COAAO%2CKAED%2CUAAO%3BEACX%2CaAAA%3B%3BAAIF%2CGAAG%3BEACF%2CUAAA%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CSAAS%2CSAAU%2CUAAS%2CMAC3B%3BEACC%2CcAAA%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACG%2CiBAAA%3BEACA%2CqBAAA%3BEACH%2CeAAA%3B%3BAAND%2C0BAQC%2CUAAU%3BEACT%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAzBF%2C0BAQC%2CUAAU%2CGAkBT%2CGAAG%3BEACF%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA7BH%2C0BAgCC%3BEACC%2CaAAA%3B%3BAAjCF%2C0BAgCC%2CsBAEC%3BEACC%2CgBAAA%3BEACG%2CkBAAA%3B%3B%3BAAqDN%2CQAhD0B%2CuBAAwB%3BEACjD%2CGAAG%3BIACF%2CWAAA%3BIACA%2CqBAAA%3B%3BEAED%3BIACC%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CuBAAA%3B%3BEAGD%2CGAAG%3BIAEF%2CcAAA%3B%3BEAGD%3BIACC%2CgBAAA%3B%3BEAED%3BIACC%2CWAAA%3B%3BEAED%3BIACC%2COAAA%3B%3BEAGD%2CGAAG%3BIACF%2CqBAAA%3B%3BEADD%2CGAAG%2CUAEA%3BIAED%2CcAAA%3BIACA%2CmBAAA%3B%3BEALF%2CGAAG%2CUAEA%2CKAIC%3BIACD%2CwBAAA%3B%3B%3B%3B%3B%3B%3BEASH%3BIACC%2CSAAA%3B%3B%3BAAWF%2CQAP2B%2CwBAAwB%3BEAClD%3BIACE%2CiBAAA%3B%3B%3B%3BAAgMH%2CQA3L0B%2CuBAAuB%3BEAChD%2CGAAG%3BIACF%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAGD%2CiBAAkB%3BIACjB%2C0BAAA%3B%3BEAED%2CYAAa%2CwBAAuB%3BIACnC%2CgBAAA%3B%3BEAED%2CiBAAkB%3BIACjB%2CgBAAA%3B%3BEAED%2COAAO%3BIACN%2C6BAAA%3B%3BEAED%3BIACC%2CaAAA%3B%3BEAED%2COAAO%3BIACN%2CuBAAA%3B%3BEAED%2COAAO%2CQAAW%2CYAAS%2CQAAQ%2CKAAK%3BIACvC%2CSAAA%3B%3BEAED%3BIACC%2CiBAAA%3B%3BEAED%3BIACC%2CuBAAA%3B%3BEAED%2CGAAG%3BIAGD%2CsBAAA%3B%3BEAHF%2CGAAG%2CUAIA%2CKAAG%2CKAAE%2CIAAI%3BIACX%2CaAAA%3BIACA%2CWAAA%3B%3BEAGD%2CUAAa%2CKAAE%2CIAAI%3BIACjB%2CUAAA%3B%3BEAEF%2COAAO%3BIACL%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEF%2COAAO%3BIACN%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAED%3BIACE%2CcAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEF%3BIACC%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAJD%2C6BAKE%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2CiBAAA%3B%3BEAGF%3BIACC%2CaAAA%3B%3BEAED%3BIACC%2CgBAAA%3B%3BEAED%3BIACC%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAFD%2CcAGG%3BIACD%2CaAAA%3B%3BEAJF%2CcAMG%3BIACD%2CyBAAA%3BIACA%2CYAAA%3B%3BEARF%2CcAMG%2CsBAGC%2CMAAM%3BIACP%2CYAAA%3B%3BEAVH%2CcAMG%2CsBAGC%2CMAAM%2CIAEL%3BIACD%2CYAAA%3B%3BEAKJ%3BIACC%2CgBAAA%3B%3BEAED%3BIACC%2CYAAA%3BIACA%2CaAAA%3B%3BEAFD%2CSAGG%3BIACD%2CYAAA%3B%3BEAJF%2CSAMG%3BIACD%2CqBAAA%3B%3BEAPF%2CSAMG%2CMAEC%3BIACD%2CeAAA%3B%3BEATH%2CSAMG%2CMAEC%2CWAEC%3BEAVL%2CSAMG%2CMAEC%2CWAEK%3BIACL%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAdJ%2CSAMG%2CMAEC%2CWAQC%3BIACD%2CaAAA%3B%3BEAjBJ%2CSAMG%2CMAEC%2CWAWC%3BIACD%2CyBAAA%3B%3BEApBJ%2CSAMG%2CMAEC%2CWAcC%3BIACD%2CgBAAA%3B%3BEAKJ%3BIACC%2CYAAA%3BIACA%2CUAAA%3B%3BEAFD%2CSAGG%3BIACD%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAGF%3BIACC%2CmBAAA%3B%3BEAGD%3BIACC%2CmBAAA%3B%3BEAGD%3BIACC%2C6BAAA%3B%3BEAGD%2CeAAkB%3BIACjB%2CUAAA%3BIACG%2CWAAA%3BIACH%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAGD%3BIACC%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3BEAQD%3BIACC%2CgCAAA%3B%3BEAGD%3BIACC%2CiBAAA%3B%3BEADD%2C0BAEC%2CGAAE%3BIACD%2CWAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGF%3BIACC%2CYAAA%3BIACG%2CUAAA%3B%3B%3BAAOJ%2CQAJyB%2CuBAAwB%3BEACjD%3BIACC%2CqBAAA%3B%3B%3BACp1DF%3BAAqCI%2CuBAAC%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD%5C%2FCR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D */