@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,300;1,400&display=swap");
body {
  font-size: 16px;
}
body > article:after {
  content: '';
  display: block;
  min-height: 1px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
a {
  color: #000;
}
a:hover, a:active, a:focus {
  color: #fff;
  text-decoration: none;
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.color-gray {
  color: #888;
}
.color-default {
  color: #eeffcc;
}
.color-primary {
  color: #000;
}
.color-secondary {
  color: #fff;
}
.color-success {
  color: #28a745;
}
.color-info {
  color: #17a2b8;
}
.color-warning {
  color: #ffc107;
}
.color-danger {
  color: #dc3545;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #888;
}
.bg-default {
  background-color: #eeffcc;
}
.bg-primary {
  background-color: #000;
}
.bg-secondary {
  background-color: #fff;
}
.bg-success {
  background-color: #28a745;
}
.bg-info {
  background-color: #17a2b8;
}
.bg-warning {
  background-color: #ffc107;
}
.bg-danger {
  background-color: #dc3545;
}
.clear {
  clear: both;
}
p {
  margin: 0 0 25px 0;
}
ul ul {
  margin-left: 30px;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > span.current {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #000;
  border-color: #000;
}
/* wp-images in the_content --------------------------------------------------- */
.main-content img {
  max-width: 100%;
  height: auto;
}
.main-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.main-content img.alignright {
  float: right;
  margin-left: 15px;
}
.main-content img.alignleft {
  float: left;
  margin-right: 15px;
}
/* button scroll to top ----------------------------------------------------- */
#totop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 10px;
  cursor: pointer;
  font-size: 39px;
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#totop:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-device-width: 480px) {
  #totop {
    display: none !important;
  }
}
.admin-bar .navbar.fixed-top {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .navbar.fixed-top {
    top: 46px;
  }
}
@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
.alt-navbar {
  height: 73px;
}
.navbar.fixed-top {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e6e6e6;
}
.navbar.fixed-top .nav-item {
  line-height: 2.5;
}
.navbar.fixed-top .nav-link {
  color: #000;
}
.navbar.fixed-top .search-menu-wrap:hover, .navbar.fixed-top .nav-link:hover, .navbar.fixed-top .nav-link:active, .navbar.fixed-top .nav-link:focus {
  color: #c73c7e;
  text-decoration: underline;
}
.navbar.fixed-top .active > .nav-link {
  color: #000;
}
.navbar.fixed-top .active > .nav-link:hover {
  color: #c73c7e;
}
.navbar.fixed-top .navbar-toggler {
  color: #888;
  color: rgba(0, 0, 0, 0.5);
  border-color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar.fixed-top .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar.fixed-top .sub-menu {
  margin-left: 0;
  padding: 0;
}
.navbar.fixed-top .sub-menu li {
  display: block;
}
.navbar.fixed-top .sub-menu li .nav-link {
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #e6e6e6;
    z-index: 1;
  }
  .sub-menu li {
    border-top: 1px solid #eee;
    border-bottom: none;
  }
  .sub-menu li .nav-link {
    padding: 10px 15px;
    white-space: nowrap;
    border-bottom: none;
  }
  .sub-menu li:first-child {
    border-top: none;
  }
  .nav-link:hover + .sub-menu, .nav-link:focus + .sub-menu, .nav-link:active + .sub-menu, .sub-menu:hover, .sub-menu:focus, .sub-menu:active {
    display: block;
  }
}
@media (max-width: 991px) {
  .navbar {
    background: #fff;
  }
}
.searchform-mobile {
  display: none;
  margin: 0 -15px;
}
.search-menu {
  display: none;
}
.search-menu-wrap {
  font-size: 18px;
  margin-left: 30px;
  padding: 15px;
  cursor: pointer;
  display: block;
  padding: 0.5rem 1rem 0 0.5rem;
}
#fullsearch {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}
#fullsearch .searchform {
  width: 370px;
  height: 62px;
  margin: 0 auto;
  border: 1px solid #777;
  border-radius: 5px;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
#fullsearch .searchform.focus {
  border: 1px solid #fff;
}
#fullsearch input[type=text] {
  width: 308px;
  height: 60px;
  padding: 10px 20px;
  background: none;
  border: none;
  display: block;
  float: left;
  font-size: 30px;
  color: #fff;
}
#fullsearch input:focus {
  outline: none;
  box-shadow: none;
}
#fullsearch button {
  border: none;
  padding: 5px 0 0 0;
  font-size: 30px;
  background: none;
  width: 60px;
  height: 60px;
  display: block;
  float: right;
  color: #666;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#fullsearch button:focus, #fullsearch button:hover {
  color: #fff;
}
#fullsearch .search-inputs:after {
  content: '';
  clear: both;
}
.searchform-form {
  position: relative;
  padding: 100px 0;
  max-width: 750px;
  margin: -100px auto 0 auto;
}
.searchform-close {
  width: 60px;
  height: 60px;
  float: right;
  margin: -61px -46px 0 0;
  padding: 15px 0 0 0;
  font-size: 34px;
  cursor: pointer;
  color: #666;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.searchform-close:hover {
  color: #fff;
}
@media (max-width: 991px) {
  #fullsearch, #hladat, .search-menu {
    display: none !important;
  }
  .searchform-mobile {
    display: block;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px #ddd;
  }
  .searchform-mobile input {
    display: block;
    float: left;
    border: none;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
  }
  .searchform-mobile input[type=text] {
    width: 78%;
    background: #fff;
    font-size: 16px;
    padding: 5px 15px;
  }
  .searchform-mobile button {
    width: 22%;
    border: none;
    height: 50px;
    background: #eee;
    color: #333;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .searchform-mobile button:hover, .searchform-mobile button:focus {
    color: #222;
    background: #ddd;
  }
}
.footer-site {
  padding: 30px 0;
}
.footer-site img {
  max-width: 80%;
}
@media (max-width: 991px) {
  .footer-site img {
    max-width: 150px;
  }
}
.footer-site h3 {
  font-size: 18px;
  position: relative;
}
@media (max-width: 991px) {
  .footer-site h3 {
    margin-top: 40px;
  }
}
.footer-site h3:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  border-bottom: 2px solid #c73c7e;
}
.footer-site .obsah {
  padding-top: 20px;
}
.footer-site a {
  display: block;
}
.footer-site a.telco {
  position: relative;
  padding-left: 20px;
}
.footer-site a.telco:before {
  content: "";
  font-family: Ionicons;
  position: absolute;
  color: #c73c7e;
  left: 0;
  top: 0;
}
.footer-site a.mail {
  position: relative;
  padding-left: 20px;
}
.footer-site a.mail:before {
  content: "";
  font-family: Ionicons;
  position: absolute;
  color: #c73c7e;
  left: 0;
  top: 0;
}
a.brand {
  color: #fff;
}
a.brand, a.brand:hover, a.brand:active, a.brand:focus {
  text-decoration: none;
}
.brand > span:after {
  background: #fff;
}
a.brand:hover, a.brand:active, a.brand:focus {
  color: #7ac9d9;
}
a.brand:hover > span:after, a.brand:active > span:after, a.brand:focus > span:after {
  background: #7ac9d9;
}
.brand {
  letter-spacing: 0.1em;
  font-weight: 400;
}
a.brand:hover, a.brand:active, a.brand:focus {
  text-decoration: none;
}
.brand > span {
  display: inline-block;
  padding: 0 0.07em 0 0;
  position: relative;
  font-weight: 700;
}
.brand > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 80.7%;
  bottom: -0.15em;
  left: 0.17em;
  height: 0.13em;
}
.searchform-blog .form-control {
  display: inline-block;
  width: auto;
  height: 34px;
  position: relative;
  top: 1px;
}
.widget-title {
  font-size: 20px;
}
.widget-area aside {
  margin: 0 0 40px 0;
}
.widget-area ul, .widget-area li {
  margin: 0;
  padding: 0;
}
.widget-area li {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.print-header {
  display: none;
}
@media print {
  header, footer, nav, #totop, .sidebar, .share {
    display: none !important;
  }
  article header, article footer {
    display: block !important;
  }
  img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .print-header {
    display: block;
    border-bottom: 1px solid #ddd;
    height: 40px;
  }
  .print-header img {
    float: left;
    max-width: 20%;
    width: auto;
    height: 30px;
  }
  .print-header div {
    float: right;
    width: 80%;
    font-size: 9px;
    color: #777;
    text-align: right;
  }
  .print-header div span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #444;
  }
}
.claim {
  padding: 40px 0;
  text-align: center;
  color: #fff;
  background-image: url(../img/newsletter.svg);
  box-shadow: 2px 2px 10px #b7b7b7;
  background-size: cover;
  background-repeat: no-repeat;
}
.claim h2 {
  font-size: 20px;
}
.claim p {
  font-size: 18px;
}
.claim a {
  font-size: 20px;
  color: #706f74;
  border: 1px solid #fff;
  background: #fff;
  padding: 11px 30px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
  display: inline-block;
}
.claim a:hover {
  color: #fff;
  background: #706f74;
}
@media (max-width: 767px) {
  .claim {
    padding: 90px 0;
  }
}
@media (max-width: 610px) {
  .claim {
    padding: 100px 0;
  }
  .claim h1 {
    font-size: 35px;
  }
  .claim p {
    font-size: 16px;
  }
}
.text-obrazok h1 {
  font-size: 40px;
  padding-top: 65px;
  margin-bottom: 45px;
}
.text-obrazok .divp {
  font-size: 16px;
  padding-bottom: 65px;
  padding-right: 15px;
}
.text-obrazok .image-wrapper {
  position: relative;
}
.text-obrazok .image-wrapper div.img_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-color: #c1c1c1;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .text-obrazok .image-wrapper {
    height: 400px;
    margin-bottom: 25px;
  }
  .text-obrazok .divp {
    padding-bottom: 10px;
    padding-right: 0;
  }
}
.obrazok-text h1 {
  font-size: 40px;
  padding-top: 65px;
  margin-bottom: 45px;
}
.obrazok-text .divp {
  font-size: 16px;
  padding-bottom: 65px;
}
.obrazok-text .before-this {
  position: relative;
}
.obrazok-text .before-this:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 15px;
  height: 100%;
  width: 50vw;
  background: #f00;
  background-position: center;
  background-size: cover;
  background-color: #c1c1c1;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.obrazok-text .image-wrapper {
  display: none;
}
.obrazok-text .image-wrapper div.img_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-color: #c1c1c1;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .obrazok-text .image-wrapper {
    display: block;
    height: 400px;
    margin-bottom: 25px;
  }
  .obrazok-text .divp {
    padding-bottom: 10px;
  }
  .obrazok-text .before-this:before {
    display: none;
  }
}
.boxy-loop {
  background: #fff;
  padding: 80px 0 50px 0;
  text-align: center;
}
.boxy-loop h1, .boxy-loop h2, .boxy-loop h3 {
  font-size: 40px;
  margin-bottom: 110px;
}
.boxy-loop .ikona {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 34px;
  color: #fff;
  background: #EC157F;
  background: linear-gradient(225deg, #EC157F, #5C147A);
  box-shadow: 2px 2px 10px #b7b7b7;
  border-radius: 0.25rem;
  padding-top: 23px;
  margin: 0 auto 24px auto;
}
.boxy-loop .icon-wrapper {
  text-align: center;
}
.boxy-loop .icon-wrapper img {
  max-width: 34px;
  display: block;
  margin: 0 auto 15px auto;
}
.boxy-loop .icon-wrapper span {
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.boxy-loop .icon-wrapper .popis {
  margin-bottom: 65px;
  margin-top: 24px;
  color: #6c757d;
  font-size: 14px;
  margin-top: 30px;
}
.slider {
  background: #706f74;
  color: #fff;
}
.slider .carousel-item {
  text-align: left;
}
.slider .carousel-item > div {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.slider a.button {
  margin-top: 20px;
  border-radius: 4px;
  display: inline-block;
  font-size: 24px;
  border: 1px solid #fff;
  background: transparent;
}
.slider .carousel-caption {
  top: 30%;
  left: 15%;
  right: auto;
  text-align: left;
}
.slider h5 {
  text-align: left;
  font-size: 65px;
}
.slider p {
  text-align: left;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .slider .carousel-item > div {
    height: 500px;
  }
  .slider h5 {
    font-size: 55px;
  }
  .slider p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .slider .carousel-item > div {
    height: 450px;
  }
  .slider h5 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .slider .carousel-item > div {
    height: 320px;
  }
  .slider .carousel-control-prev, .slider .carousel-control-next {
    display: none;
  }
  .slider .carousel-caption {
    top: 15px;
    left: 15px;
    right: auto;
    bottom: auto;
  }
  .slider .carousel-indicators li {
    height: 13px;
  }
  .slider h5 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .slider .carousel-item > div {
    height: 290px;
  }
  .slider h5 {
    font-size: 28px;
  }
}
.akordeon {
  padding: 80px 0 51px 0;
}
.akordeon .card {
  margin-bottom: 25px;
}
.akordeon .card .card-header {
  margin-bottom: 0;
  padding: 0 0 0 0;
}
.akordeon .card button {
  color: #555458;
  position: relative;
  padding: 20px;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
}
.akordeon .card button span {
  position: absolute;
  right: 25px;
  top: 11px;
  font-size: 28px;
  display: block;
  opacity: 1;
}
.akordeon .card button span.openAcc {
  display: none;
}
.akordeon .card button span.closeAcc {
  display: block;
}
.akordeon .card button.collapsed span.openAcc {
  display: block;
}
.akordeon .card button.collapsed span.closeAcc {
  display: none;
}
.akordeon .card button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.akordeon .card:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 576px) {
  .akordeon .card button {
    padding: 10px 37px 10px 10px;
  }
  .akordeon .card button span {
    right: 10px;
    top: 4px;
    font-size: 24px;
  }
}
.cta {
  background: #fff;
  padding: 50px 0;
  color: #fff;
  box-shadow: 2px 2px 10px #b7b7b7;
  background-image: url(https://174.138.0.87/assets/img/newsletter.png);
}
.cta h2 {
  margin-bottom: 30px;
}
.cta a {
  display: inline-block;
  font-size: 20px;
  color: #706f74;
  border: 1px solid #fff;
  background: #fff;
  padding: 11px 30px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
}
.cta a:hover {
  color: #fff;
  background: transparent;
}
@media (max-width: 767px) {
  .cta {
    text-align: center;
  }
  .cta a {
    margin-top: 45px;
  }
}
@media (max-width: 576px) {
  .cta h2 {
    font-size: 1.5rem;
  }
}
.kontakt-ikony {
  text-align: center;
  padding: 50px 0 30px 0;
}
.kontakt-ikony h2 {
  font-size: 32px;
  margin-bottom: 60px;
}
.kontakt-ikony h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.kontakt-ikony .inner_wrapper {
  background: linear-gradient(225deg, #EC157F, #5C147A);
  box-shadow: 2px 2px 10px #b7b7b7;
  color: #fff;
  padding: 30px 15px;
  border-radius: 0.25rem;
}
.kontakt-ikony .desc {
  margin-bottom: 20px;
}
.kontakt-ikony .desc p {
  margin-bottom: 20px;
}
.kontakt-ikony div.desc {
  padding: 0 20px;
  text-align: center;
}
.kontakt-ikony strong {
  font-weight: 600;
  font-size: 18px;
}
.kontakt-ikony i {
  font-size: 48px;
}
.kontakt-ikony a {
  font-weight: 600;
  font-size: 18px;
}
.kontakt-ikony a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .kontakt-ikony {
    padding: 50px 0 51px 0;
  }
  .kontakt-ikony h2 {
    font-size: 29px;
    margin-bottom: 44px;
  }
  .kontakt-ikony h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .kontakt-ikony div.desc {
    padding: 0 0 0 0;
  }
  .kontakt-ikony strong, .kontakt-ikony a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .kontakt-ikony .desc {
    height: auto !important;
    margin-bottom: 10px;
  }
  .kontakt-ikony .desc p {
    margin-bottom: 10px;
  }
  .kontakt-ikony .icon-wrapper {
    margin-bottom: 38px;
  }
  .kontakt-ikony i {
    font-size: 68px;
    line-height: 1;
  }
}
.kontakt-mapa {
  padding: 80px 0 51px 0;
}
.kontakt-mapa h1 {
  margin-bottom: 30px;
}
.kontakt-mapa iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.kontakt-mapa .contacts {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.kontakt-mapa .contacts a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.kontakt-mapa .contacts a i {
  font-size: 25px;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 4px;
}
.kontakt-mapa .contacts a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .kontakt-mapa .contacts {
    padding-bottom: 30px;
  }
}
.photo-slider-1 {
  padding-bottom: 60px;
}
.photo-slider-1 h1, .photo-slider-1 h3, .photo-slider-1 h2 {
  color: #555458;
  text-align: center;
  padding: 40px 0 60px 0;
}
.photo-slider-1 .item {
  display: block;
}
.photo-slider-1 .item .bg {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.photo-slider-1 .tns-nav {
  text-align: center;
}
.photo-slider-1 .tns-nav button {
  background: transparent;
  border: 3px solid #555458;
  border-radius: 0%;
  width: 12px;
  height: 12px;
  margin: 15px 2px;
  padding: 0 0 0 0;
}
.photo-slider-1 .tns-nav button.tns-nav-active {
  background: #000;
}
.photo-slider-1 .tns-nav button:focus {
  outline: 0;
}
.photo-slider-1 .tns-nav button:hover {
  background: #555458;
}
.photo-slider-1 .tns-nav button.tns-nav-active:hover {
  background: #fff;
  border: 3px solid #555458;
}
.photo-slider-1 .tns-outer {
  position: relative;
}
.photo-slider-1 .tns-controls {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.photo-slider-1 .tns-controls button {
  line-height: 0;
  position: absolute;
  background: none;
  border: 0;
  outline: 0;
  font-size: 68px;
  color: #fff;
}
.photo-slider-1 .tns-controls button i {
  line-height: 0;
}
.photo-slider-1 .tns-controls button[data-controls="prev"] {
  left: 15px;
}
.photo-slider-1 .tns-controls button[data-controls="next"] {
  right: 15px;
}
.photo-slider-1 .modal-dialog {
  max-width: 80%;
  max-width: 800px;
}
.photo-slider-1 .modal-dialog .modal-body {
  padding: 0.5rem;
  position: relative;
}
.photo-slider-1 .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
}
.photo-slider-1 .modal-dialog .modal-footer {
  border: 0;
}
.photo-slider-1 .modal-dialog img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo-slider-1 .modal-dialog .modalControl {
  color: #fff;
  font-size: 49px;
  position: absolute;
  top: 50%;
  width: auto;
  display: inline-block;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 100%;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #4c4c4c;
}
.photo-slider-1 .modal-dialog .modalControl.modalLeft {
  left: 25px;
}
.photo-slider-1 .modal-dialog .modalControl.modalRight {
  right: 25px;
}
.photo-slider-1 .modal-dialog .modalControl i {
  line-height: 0;
  padding: 0;
  top: -5px;
  position: relative;
  right: -17px;
}
.photo-slider-1 .modal-dialog .modalControl i._left {
  right: -12px;
}
.photo-slider-1 .modal-dialog .modalControl:hover {
  background: #000;
  cursor: pointer;
}
@media (max-width: 767px) {
  .photo-slider-1 .item .bg {
    height: 220px;
  }
}
.dva-paragrafy {
  padding: 60px 0 51px 0;
}
.dva-paragrafy h1, .dva-paragrafy h2, .dva-paragrafy h3 {
  text-align: center;
}
.dva-paragrafy .mainHeadline {
  text-align: center;
  margin-bottom: 50px;
}
.dva-paragrafy .subHeadline {
  margin-bottom: 25px;
}
.blogove-clanky article {
  padding-bottom: 25px;
}
.blogove-clanky article .blog_obr {
  height: 220px;
  position: relative;
}
.blogove-clanky article a {
  color: #555458;
}
.blogove-clanky article a:hover {
  color: #080808;
}
.blogove-clanky article h1, .blogove-clanky article h2, .blogove-clanky article h3 {
  font-size: 24px;
  padding-top: 35px;
}
.blogove-clanky h2, .blogove-clanky h1, .blogove-clanky h3 {
  text-align: center;
  margin: 50px 0;
}
.blogove-clanky .tns-nav {
  text-align: center;
}
.blogove-clanky .tns-nav button {
  background: transparent;
  border: 3px solid #555458;
  border-radius: 0%;
  width: 12px;
  height: 12px;
  margin: 15px 2px;
  padding: 0 0 0 0;
}
.blogove-clanky .tns-nav button.tns-nav-active {
  background: #555458;
}
.blogove-clanky .tns-nav button:focus {
  outline: 0;
}
.blogove-clanky .tns-nav button:hover {
  background: #555458;
}
.blogove-clanky .tns-nav button.tns-nav-active:hover {
  background: #555458;
  border: 3px solid #555458;
}
.blogove-clanky .tns-outer {
  position: relative;
}
.blogove-clanky .tns-controls {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blogove-clanky .tns-controls button {
  line-height: 0;
  position: absolute;
  background: none;
  border: 0;
  outline: 0;
  font-size: 68px;
  color: #000;
}
.blogove-clanky .tns-controls button i {
  line-height: 0;
}
.blogove-clanky .tns-controls button[data-controls="prev"] {
  left: -35px;
}
.blogove-clanky .tns-controls button[data-controls="next"] {
  right: -35px;
}
@media (max-width: 767px) {
  .blogove-clanky .tns-controls {
    display: none;
  }
}
.jednoduchy_obrazok {
  text-align: center;
}
.jednoduchy_obrazok img {
  display: block;
  margin: 30px auto;
}
.jednoduchy_paragraph {
  padding: 40px 0;
}
.najnovsi-clanok {
  padding: 75px 0;
}
.najnovsi-clanok h2 {
  font-size: 40px;
  margin-bottom: 45px;
  color: #000;
  padding-top: 30px;
}
.najnovsi-clanok .divp {
  font-size: 16px;
  margin-bottom: 25px;
}
.najnovsi-clanok .before-this {
  position: relative;
}
.najnovsi-clanok .image-wrapper div.img_background {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-color: #c1c1c1;
  background-repeat: no-repeat;
  background-size: cover;
}
.najnovsi-clanok .all_posts {
  padding: 100px 0 75px 0;
}
.najnovsi-clanok .all_posts p {
  margin-bottom: 40px;
  font-size: 26px;
}
@media (max-width: 767px) {
  .najnovsi-clanok h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .najnovsi-clanok .image-wrapper {
    display: block;
    height: 400px;
    margin-bottom: 25px;
  }
  .najnovsi-clanok .image-wrapper div.img_background {
    background-size: cover;
    opacity: 1;
  }
  .najnovsi-clanok .all_posts {
    padding: 50px 0;
  }
  .najnovsi-clanok .divp {
    padding-bottom: 10px;
  }
  .najnovsi-clanok a.button {
    margin-bottom: 50px;
  }
  .najnovsi-clanok .before-this:before {
    display: none;
  }
}
.formular {
  padding: 40px 0;
  text-align: center;
}
.formular h1, .formular h2, .formular h3 {
  text-align: center;
  margin-bottom: 30px;
}
.formular input, .formular textarea {
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
}
.formular textarea {
  width: 100%;
  min-height: 200px;
}
.formular label {
  width: 100%;
}
.formular input[type=submit] {
  background: linear-gradient(225deg, #c73c7e, #592d65);
  box-shadow: 2px 2px 10px #b7b7b7;
  color: #fff;
}
.formular input[type=submit]:hover {
  background: #c73c7e;
}
/* errors ------------------------------------------------------------------- */
.scss_errors {
  position: fixed;
  z-index: 10000;
  background: #fff;
  border: 5px solid red;
  border-bottom: none;
  border-left: none;
  padding: 0 30px;
  bottom: 0;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
  }
}
body {
  font-family: "Open Sans", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #EC157F;
}
.navbar-brand {
  padding: 0;
}
a.button {
  padding: 10px 15px;
  background: #000;
  color: #fff;
}
a.button:hover {
  padding: 10px 15px;
  background: #fff;
  color: #000;
}
.general {
  padding: 40px 0;
}
.general h1 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}
.general h2 {
  font-size: 22px;
}
.chosen-products {
  padding: 40px 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.chosen-products .wc-block-grid__product-title {
  font-size: 16px;
}
.chosen-products .woocommerce-Price-amount, .chosen-products small, .chosen-products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 18px;
}
@media (max-width: 991px) {
  .chosen-products .woocommerce-Price-amount, .chosen-products small, .chosen-products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: 16px;
  }
}
.chosen-products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background: linear-gradient(225deg, #EC157F, #5C147A);
  box-shadow: 2px 2px 10px #b7b7b7;
  border-radius: 0.25rem;
}
.chosen-products a.wp-block-button__link:hover {
  text-decoration: none;
  background: #5C147A !important;
}
@media (min-width: 1400px) {
  .chosen-products {
    max-width: 1320px;
  }
}
.nadpis_odsadenie {
  padding-top: 80px;
}
.woocommerce .navbar img, .woocommerce-page .navbar img {
  height: 40px;
}
.woocommerce-products-header h1 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  padding: 40px 0;
}
.woocommerce .woocommerce-ordering select {
  padding: 10px 20px;
  border: 1px solid #EC157F;
  border-radius: 0.25rem;
}
.widget-area h3 {
  font-size: 28px;
  position: relative;
}
.widget-area h3:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  border-bottom: 2px solid #EC157F;
}
.widget-area .wc-block-product-categories-list-item a {
  padding: 3px;
  position: relative;
  padding-left: 20px;
}
.widget-area .wc-block-product-categories-list-item a:after {
  position: absolute;
  content: '';
  font-family: Ionicons;
  left: 0;
  top: 2px;
}
.widget-area .wc-block-product-categories-list-item-count {
  font-size: 14px;
}
.woocommerce ul.products li.product .price {
  font-size: 18px;
  text-align: center;
  color: #000;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: linear-gradient(225deg, #EC157F, #5C147A);
  box-shadow: 2px 2px 10px #b7b7b7;
  border-radius: 0.25rem;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #EC157F;
  color: #fff;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  text-align: center;
}
.wc-block-product-search .wc-block-product-search__field {
  border: 1px solid #EC157F;
  border-radius: 0.25rem;
}
.wc-block-product-search .wc-block-product-search__button {
  background: linear-gradient(225deg, #EC157F, #5C147A);
  box-shadow: 2px 2px 10px #b7b7b7;
  border-radius: 0.25rem;
  font-size: 18px;
  color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #EC157F;
}
.wc-block-product-search .wc-block-product-search__button:hover {
  background: #EC157F;
  color: #fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  padding: 0.618em 1em;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #EC157F;
}
div.product {
  padding-top: 40px;
}
div.product h1 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  padding: 40px 0 60px 0 !important;
}
div.product div.images img {
  max-width: 500px;
  margin: 0 auto;
}
div.product p.price {
  color: #EC157F !important;
  font-size: 1.5em !important;
  font-weight: bold;
  text-align: center;
}
div.product p.stock {
  text-align: center;
  font-weight: bold;
  position: relative;
}
div.product p.stock.in-stock:before {
  position: absolute;
  font-family: Ionicons;
  content: '';
  font-size: 30px;
  color: #77a464;
  font-weight: normal;
  margin-left: -30px;
  top: -2px;
}
div.product p.stock.out-of-stock:before {
  position: absolute;
  font-family: Ionicons;
  content: '';
  font-size: 30px;
  color: red;
  margin-left: -30px;
  top: -9px;
}
div.product div.quantity {
  width: 48%;
  text-align: right;
}
div.product div.quantity .qty {
  height: 40px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #000;
  width: 4.631em;
}
div.product .sku_wrapper, div.product .posted_in {
  display: block;
  font-weight: bold;
  color: #EC157F;
}
div.product .sku_wrapper a, div.product .sku_wrapper span.sku, div.product .posted_in a, div.product .posted_in span.sku {
  font-weight: normal;
  color: #000;
}
div.product .tabs.wc-tabs {
  padding: 50px 0 0 0 !Important;
  border-bottom: 2px solid #EC157F;
}
div.product .tabs.wc-tabs li {
  border: 0 !important;
  border-bottom: 0 !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin: 0 0px !important;
}
div.product .tabs.wc-tabs li a {
  color: #000 !Important;
}
div.product .tabs.wc-tabs li.active a {
  color: #fff !Important;
}
div.product .tabs.wc-tabs li:hover {
  background: linear-gradient(225deg, #EC157F, #5C147A);
}
div.product .tabs.wc-tabs li:hover a {
  color: #fff !important;
}
div.product .tabs.wc-tabs li:after, div.product .tabs.wc-tabs li:before {
  display: none;
}
div.product form.cart {
  text-align: center;
}
div.product form.cart .button {
  float: none !important;
}
div.product .woocommerce-Tabs-panel {
  padding-bottom: 30px !Important;
  border-bottom: 2px solid #EC157F;
}
div.product .woocommerce-tabs ul.tabs::before {
  border: 0 !important;
}
div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: none !important;
}
div.product .woocommerce-tabs ul.tabs li.active {
  background: #EC157F !important;
  color: #fff !important;
}
div.product .woocommerce-tabs ul.tabs li::after, div.product .woocommerce-tabs ul.tabs li::before {
  border: 0 !Important;
}
div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: none !important;
}
div.product h2 {
  font-size: 28px;
}
div.product p {
  line-height: 30px;
}
div.product .related.products {
  padding: 40px 0 60px 0;
}
div.product .related.products h2 {
  text-align: center;
  padding-bottom: 40px;
}
div.product .related.products li {
  text-align: center;
}
.woocommerce-pagination {
  padding: 70px 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  font-size: 0.9em;
  color: #EC157F;
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul {
  border: 0 !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}
.menu-menu-1-container {
  margin-right: 0;
  margin-left: auto;
}
.woocommerce-checkout h1 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  padding: 50px 0 30px 0;
}
.woocommerce-checkout .woocommerce-info {
  border-top-color: #EC157F;
}
.woocommerce-checkout .woocommerce-info:before {
  color: #EC157F;
}
.woocommerce-checkout .woocommerce-billing-fields p, .woocommerce-checkout .woocommerce-billing-fields label, .woocommerce-checkout .woocommerce-billing-fields input, .woocommerce-checkout .woocommerce-billing-fields textarea, .woocommerce-checkout .woocommerce-billing-fields span, .woocommerce-checkout .woocommerce-additional-fields p, .woocommerce-checkout .woocommerce-additional-fields label, .woocommerce-checkout .woocommerce-additional-fields input, .woocommerce-checkout .woocommerce-additional-fields textarea, .woocommerce-checkout .woocommerce-additional-fields span {
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
  display: block !important;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  display: none;
}
.woocommerce-checkout label {
  margin-bottom: 0;
  font-size: 14px;
}
.woocommerce-checkout .form-row-last {
  float: left !important;
}
.woocommerce-checkout input, .woocommerce-checkout textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 10px;
  color: #000;
  font-size: 14px;
}
.woocommerce-checkout input:focus, .woocommerce-checkout textarea:focus {
  border: 1px solid #000;
}
.woocommerce-checkout textarea {
  min-height: 200px;
}
.woocommerce-checkout #order_review_heading {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 37px;
  width: 100%;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 37px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-color: #ddd;
}
.woocommerce-checkout #add_payment_method #payment div.form-row, .woocommerce-checkout .woocommerce-cart #payment div.form-row, .woocommerce-checkout .woocommerce-checkout #payment div.form-row {
  padding: 2em;
}
.woocommerce-checkout .woocommerce #payment #place_order, .woocommerce-checkout .woocommerce-page #payment #place_order {
  float: none;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 25px 35px;
  font-size: 22px;
}
.woocommerce-checkout tr.cart_item {
  padding: 15px;
}
.woocommerce-checkout a.remove {
  font-size: 2.5em;
  color: #EC157F !important;
}
.woocommerce-checkout .woocommerce-Price-amount.amount {
  font-size: 20px;
}
.woocommerce-checkout table.shop_table td {
  text-align: right;
  padding: 15px 14px;
}
.woocommerce-checkout table.shop_table td .includes_tax {
  display: block;
}
.woocommerce-checkout table.shop_table td .includes_tax.woocommerce-Price-amount.amount {
  font-size: 80% !important;
}
.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 50px;
}
.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce-additional-fields h3 {
  text-align: center;
}
.woocommerce-cart h1 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  padding: 40px 0;
}
.woocommerce-cart .actions button {
  margin: 30px 0;
  color: #fff !important;
}
.woocommerce-cart .actions button:hover {
  background: #EC157F;
  color: #fff;
}
.woocommerce-cart .coupon {
  padding: 30px 0;
}
.woocommerce-cart .coupon button {
  margin: 0;
}
.woocommerce-cart #coupon_code {
  min-width: 200px;
  border-radius: 4px;
  padding: 7px 10px;
}
.woocommerce-cart .cart_totals {
  width: 100% !important;
  text-align: center;
  float: none !important;
}
.woocommerce-cart .cart_totals table {
  width: 50%;
  margin: 30px auto !important;
}
.woocommerce-cart .cart_totals a.button {
  display: inline-block;
}
.woocommerce-cart .cart_totals a.button:hover {
  padding: 1em;
}
.widget_yith_wc_category_accordion ul {
  padding-left: 0px !important;
}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li {
  border-bottom: 0 !important;
}
.widget_yith_wc_category_accordion ul li:not(.cat-parent), .widget_yith_wc_category_accordion ul li:not(.opened) {
  padding: 10px 0 0 0 !important;
}
.ywcca_category_accordion_widget a {
  text-transform: none !important;
  text-decoration: none !important;
}
.widget-area .ywcca_category_accordion_widget li {
  margin-bottom: 0 !important;
}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i {
  margin-top: 8px !important;
}
.widget_yith_wc_category_accordion ul.children {
  padding-left: 30px !important;
}
.widget_yith_wc_category_accordion ul.children li {
  font-size: 14px !important;
}
.widget_yith_wc_category_accordion ul.children li:before {
  color: #EC157F;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  border-radius: 4px;
  background: linear-gradient(225deg, #EC157F, #5C147A);
  box-shadow: 2px 2px 10px #b7b7b7;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  background: #EC157F;
}
.wpmenucart-contents {
  margin-top: 8px;
  display: inline-block;
}
.wc-block-grid__product-onsale {
  font-size: 1.275em;
  border: 1px solid #00a129;
  color: #00a129;
  position: absolute;
  top: 0;
  right: 0;
}
.zlavnene-produkty del .woocommerce-Price-amount.amount {
  font-size: 0.9rem;
  padding-right: 5px;
}
.zlavnene-produkty ins .woocommerce-Price-amount.amount {
  padding-right: 5px;
}
#mc_embed_signup .button {
  padding: 5px 15px !important;
  height: 50px !important;
  border: none !important;
  background: #000 !important;
  color: #fff !important;
  letter-spacing: normal !important;
}
#mc_embed_signup .button:hover {
  background: #5C147A !important;
}
#mc_embed_signup input.email {
  padding: 5px 15px !important;
  height: 50px !important;
  border: none !important;
  letter-spacing: normal !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fdev.uny.sk%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fglobal.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fmenu.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fsearch.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Ffooter.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fsidebar.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fprint.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fclaim.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Ftext-obrazok.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fobrazok-text.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fboxy-loop.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fslider.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fakordeon.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fcta.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fkontakt-ikony.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fkontakt-mapa.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fphotoslider1.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fdva-paragrafy.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fblogove-clanky.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fjednoduchy-obrazok.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fjednoduchy-paragraf.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fnajnovsi-clanok.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fblocks%2Fformular.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACiCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAgC%3BAAAA%3BAAAA%3BAAAgC%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAC9F%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAwC%3BAAAA%3BAAAA%3BAAC5E%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAClE%3BAAAA%3BAAAA%3BAAAwC%3BAAAA%3BAAAA%3BAAAwC%3BAAAA%3BAAAA%3BAAAsC%3BAAAA%3BAAAA%3BAACtH%3BAAAA%3BAAAA%3BAAA4C%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAC5F%3BAAAA%3BAAAA%3BAAAsC%3BAAAA%3BAAAA%3BAAA4C%3BAAAA%3BAAAA%3BAAClF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzEJ%3BACqFA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADhGF%3BACwGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC7HF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BACZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAChFF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1IJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAA2C%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnEnM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClBF%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACxCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACrDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrCF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAEE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAC5FF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAME%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxDZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAClCH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1EF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAChCF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAC5IF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACRA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAClFF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BACHJ%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACjEF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAvB1BD%3BAA6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */