@charset "UTF-8";
/*
Theme Name: nedcon
*/
:root {
  --blue: #293357;
  --orange: #E1663D;
  --white: #fff;
  --black: var(--blue);
  --lightgrey: #F9FAFF;
  --red: #DA0000;
}
html {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.67;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 80px;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  font-family: "Arial", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: rgba(41, 51, 87, 0.8);
  line-height: 1.5;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h2, h3, h4, h5 {
  color: var(--black);
}
h1 {
  font-size: clamp(24px, 1.8vw, 36px);
}
h2 {
  font-size: clamp(20px, 1.5vw, 32px);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
h3 {
  font-size: clamp(16px, 1.3vw, 24px);
}
header .title {
  font-weight: 700;
  font-size: clamp(32px, 3vw, 54px);
  line-height: 62px;
  /*@media(max-width: $mobile - 1) {
        display: none;
    }*/
  /* identical to box height */
  letter-spacing: 0.03em;
}
.bg-blue {
  background-color: var(--blue);
  color: var(--white);
}
.bg-blue h2 {
  color: var(--white);
}
.bg-lightgrey {
  background-color: var(--lightgrey);
}
.bg-orange {
  background-color: var(--orange);
  color: var(--white);
}
.bg-white {
  background-color: var(--white);
}
.color-blue {
  color: var(--blue);
}
.color-orange {
  color: var(--orange);
}
.color-white {
  color: var(--white);
}
.color-red {
  color: var(--red);
}
.cta {
  background-color: var(--orange);
  color: var(--white);
  padding: 10px 24px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 20px);
  border: 2px solid var(--orange);
}
.cta:hover {
  background-color: var(--white);
  color: var(--orange);
}
.cta.small {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cta.blue {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
}
.cta.blue:hover {
  background-color: var(--white);
  color: var(--blue);
}
.cta-border {
  border: 1px solid var(--orange);
  box-sizing: border-box;
  color: var(--orange);
  padding: 10px 24px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 20px);
}
.cta-border:hover {
  background-color: var(--orange);
  color: var(--white);
}
.cta-border.blue {
  border: 1px solid var(--blue);
  color: var(--blue);
}
.cta-border.blue:hover {
  background-color: var(--blue);
  color: var(--white);
}
.cta-border.white {
  border: 2px solid var(--white);
  color: var(--white);
}
.cta-border.white:hover {
  background-color: var(--white);
  color: var(--blue);
}
.cta-border.light {
  font-weight: 400;
  border-width: 1px;
}
.cta-border.small {
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 1px;
}
.max-width {
  padding-inline: 35px;
}
@media (min-width: 1024px) {
  .max-width {
    max-width: 1240px;
    margin: 0 auto;
  }
}
.padding-35px {
  padding-inline: 35px;
}
.padding-60px {
  padding-inline: 60px;
}
.mobile-center {
  text-align: center;
}
@media (min-width: 1024px) {
  .mobile-center {
    text-align: left;
  }
}
.block-header p {
  margin-top: 16px;
}
.radius-3px {
  border-radius: 3px;
}
@media (min-width: 1024px) {
  .lg-2-column-text {
    columns: 2;
    column-gap: 20px;
  }
}
.icons-links {
  list-style: none;
  padding: 0;
}
.icons-links li {
  padding-left: 0;
  display: flex;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .icons-links li {
    margin-bottom: 16px;
  }
}
.icons-links li img {
  width: 40px;
  height: 40px;
}
.icons-links li a {
  color: rgba(41, 51, 87, 0.9);
  text-decoration: none;
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.icons-links li a:after {
  content: url(img/arrow-right.svg);
  position: absolute;
  right: 0;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contains-styled-list ul, .styled-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.contains-styled-list ul li, .styled-list li {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 11px;
}
@media (min-width: 1024px) {
  .contains-styled-list ul li, .styled-list li {
    margin-bottom: 20px;
  }
}
.contains-styled-list ul li:before, .styled-list li:before {
  content: "";
  background-image: url(img/list-ticker.svg);
  background-size: 100%;
  background-position: center;
  min-width: 14px;
  min-height: 14px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .contains-styled-list ul li:before, .styled-list li:before {
    min-width: 24px;
    min-height: 24px;
  }
}
.contains-styled-list ul li strong, .styled-list li strong {
  flex: 1;
}
.link-orange {
  color: rgba(225, 102, 61, 0.4);
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.check-offer {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.check-offer img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .check-offer img {
    width: 40px;
    height: 40px;
  }
}
.check-offer a {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: var(--orange);
  text-decoration: none;
}
@media (min-width: 1024px) {
  .check-offer a {
    font-size: 20px;
    line-height: 23px;
  }
}
strong {
  font-weight: 700;
}
.post-content div#ez-toc-container {
  width: 100%;
  margin-bottom: 56px;
  color: var(--black);
  line-height: 1.56;
}
@media (max-width: 1023px) {
  .post-content div#ez-toc-container {
    display: none;
  }
}
.post-content div#ez-toc-container .ez-toc-title {
  color: var(--black);
  font-weight: 700;
}
.post-content div#ez-toc-container a {
  color: var(--black);
}
.center {
  text-align: center;
}
iframe {
  width: 100%;
  aspect-ratio: 1.7777777778;
  height: auto;
}
#tippy-1 {
  font-size: 10px;
}
.contact a {
  text-decoration: none;
  color: inherit;
}
body .tippy-box {
  font-size: 11px;
  line-height: 1.5;
}
body .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.categories {
  list-style: none;
  display: flex;
  gap: 20px;
}
.categories li {
  border-radius: 3px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.title-box h1 {
  margin-block: 20px;
}
.post-content .wpcf7 label:not(:has(input[type=file])) {
  position: static;
  z-index: 1;
  background-color: white;
  padding: 20px 0;
  display: block;
  translate: 0;
}
.post-content .wpcf7 label:not(:has(input[type=file])) a {
  text-decoration: none;
}
.post-content select {
  border: 1px solid rgba(41, 47, 78, 0.3);
  border-radius: 3px;
  max-width: 100%;
  width: 100%;
  padding: 18px 15px;
}
.post-content .labelform {
  display: flex;
  align-items: center;
}
.post-content .formtitle {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.common-block .wp-block-columns > .wp-block-column .image-fit, .common-block .wp-block-columns > .wp-block-column .image-fit > img {
  aspect-ratio: 1.4615384615;
  object-fit: cover;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  display: block;
  max-width: 100%;
}
.icons .icon-wrapper {
  display: block;
}
.icons .icon-wrapper .phone, .icons .icon-wrapper .koperta {
  position: fixed;
  border-radius: 50%;
  background-color: var(--orange);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 70px;
  left: 15px;
  z-index: 999999;
}
.icons .icon-wrapper .koperta {
  bottom: 130px;
}
.icons .icon-wrapper .koperta img {
  width: 25px;
  height: 25px;
}
@media (min-width: 1023px) {
  .icons {
    display: none;
  }
  .icons .icon-wrapper {
    display: none;
  }
}
header {
  background: linear-gradient(110.87deg, rgba(41, 51, 87, 0.7) 42.33%, rgba(41, 47, 78, 0) 79.81%), url(img/strona-glowna.jpg);
  background-size: cover !important;
  background-position: center bottom !important;
  display: flex;
  align-items: center;
  color: var(--white);
}
@media (max-width: 1023px) {
  header {
    aspect-ratio: 1.884057971;
  }
}
@media (min-width: 1024px) {
  header {
    min-height: 600px;
  }
  header.homepage {
    min-height: 600px;
  }
}
header:not(.homepage) {
  align-items: flex-end;
}
header:not(.homepage) .col-md-12 {
  margin-bottom: 1em;
}
header .container .title {
  font-size: clamp(32px, 3vw, 54px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
header .cta-border {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  header .cta-border {
    margin-top: 100px;
  }
}
footer {
  padding-top: 25px;
  padding-bottom: 160px;
}
footer .sm a:not(:last-of-type) {
  margin-right: 20px;
}
footer .container {
  padding: 0;
}
footer .logo {
  margin-block: 52px 20px;
}
footer .logo span {
  display: block;
  margin-top: 20px;
}
footer .bottom-menu {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 1023px) {
  footer .bottom-menu {
    margin-inline: 35px;
  }
}
footer .bottom-menu h4 {
  margin-block: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 30px;
  line-height: 23px;
  color: var(--white);
}
@media (min-width: 1024px) {
  footer .bottom-menu h4 {
    font-size: 22px;
    line-height: 25px;
  }
}
footer .bottom-menu .forfooter {
  margin-block: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 30px;
  line-height: 23px;
  color: var(--white);
}
@media (min-width: 1024px) {
  footer .bottom-menu .forfooter {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  footer .bottom-menu {
    padding: 70px;
    display: flex;
  }
  footer .bottom-menu .contact {
    min-width: 280px;
  }
  footer .bottom-menu .menu-1 {
    flex-basis: 33%;
  }
  footer .bottom-menu .menu-2 {
    flex-basis: 66%;
  }
  footer .bottom-menu .menu-2 ul {
    columns: 2;
  }
  footer .bottom-menu p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  footer .bottom-menu .menu-1, footer .bottom-menu .menu-2 {
    border-top: 1px solid #fff;
  }
  footer .bottom-menu .menu-1 h4, footer .bottom-menu .menu-2 h4 {
    margin-block: 24px;
  }
}
footer .bottom-menu .menu-1 .menu, footer .bottom-menu .menu-2 .menu {
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  footer .bottom-menu .menu-1 .menu, footer .bottom-menu .menu-2 .menu {
    max-height: 0;
    overflow: hidden;
  }
}
footer .bottom-menu .menu-1 .menu.active, footer .bottom-menu .menu-2 .menu.active {
  max-height: 999px;
}
footer .bottom-menu .menu-1 .menu li, footer .bottom-menu .menu-2 .menu li {
  list-style: none;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  footer .bottom-menu .menu-1 .menu li, footer .bottom-menu .menu-2 .menu li {
    margin-bottom: 20px;
  }
}
footer .bottom-menu .menu-1 .menu li a, footer .bottom-menu .menu-2 .menu li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  footer .bottom-menu .contact {
    padding-block: 48px;
  }
}
.bottom-menu .forfooter {
  margin-block: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 30px;
  line-height: 23px;
  color: var(--white);
}
@media (min-width: 1024px) {
  .bottom-menu .forfooter {
    font-size: 22px;
    line-height: 25px;
  }
}
.three-columns {
  /*@media(max-width: $mobile - 1){
        display:none;
    }*/
}
.three-columns p {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .three-columns p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }
}
.three-columns .title {
  color: var(--blue);
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
}
@media (min-width: 1024px) {
  .three-columns .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.four-columns {
  padding-block: 32px;
}
@media (min-width: 1024px) {
  .four-columns {
    padding-block: 40px;
  }
}
.four-columns p {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .four-columns p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }
}
.four-columns .title {
  color: var(--blue);
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
}
@media (min-width: 1024px) {
  .four-columns .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.products {
  padding-block: 50px 40px;
}
.products .products-list {
  margin-block: 16px 24px;
}
@media (max-width: 1023px) {
  .products .products-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .products .products-list > div {
    flex-basis: 50%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .products .products-list {
    padding: 48px;
  }
}
.products .products-list .product {
  border: 1px solid rgba(169, 172, 184, 0.5);
  display: block;
  text-decoration: none;
  color: var(--navy);
  transition: box-shadow 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products .products-list .product:hover {
  box-shadow: rgba(169, 172, 184, 0.5) 0px 3px 20px;
}
.products .products-list .product .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products .products-list .product .content .link {
  margin-top: auto;
  margin-bottom: 0;
}
.products .products-list .product img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.6333333333;
  display: block;
}
.products .products-list .product .link {
  margin-top: auto;
  margin-bottom: 0;
}
.products .products-list .product .details {
  padding: 8px;
}
@media (min-width: 1024px) {
  .products .products-list .product .details {
    padding: 24px;
  }
}
.products .products-list .product .details .title {
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 700;
  margin-bottom: 18px;
}
.products .products-list .product .details .excerpt {
  font-size: clamp(10px, 1vw, 14px);
  color: rgba(41, 51, 87, 0.7);
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .products .products-list .product .details .excerpt {
    line-height: 1.43;
  }
}
.news {
  background-color: #F9FAFF;
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .news {
    padding-block: 64px;
  }
}
.news a {
  color: var(--blue);
  text-decoration: none;
}
.news .news-list {
  margin-block: 16px 24px;
}
@media (max-width: $mobile -1) {
  .news .news-list > div:nth-child(n+3) {
    display: none;
  }
}
.news .news-list .single-news {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: $mobile -1) {
  .news .news-list .single-news {
    border: 1px solid rgba(169, 172, 184, 0.5);
    border-radius: 3px;
  }
}
.news .news-list .single-news .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.7682926829;
  display: block;
}
.news .news-list .single-news .details {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.news .news-list .single-news .details .title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .news .news-list .single-news .details .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    line-height: 20px;
    min-height: 40px;
  }
}
.news .news-list .single-news .details .excerpt {
  font-size: 10px;
  line-height: 14px;
}
.news .news-list .meta--container {
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding-top: 27px;
}
@media (max-width: 1023px) {
  .news .news-list .meta--container {
    display: none;
  }
}
.news .news-list .meta--container .meta {
  padding-block: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .news-list .meta--container .meta p {
  margin: 0;
}
.news .news-list .meta--container .author {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.02em;
}
.news .news-list .meta--container .timestamp {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: rgba(41, 47, 78, 0.7);
}
.about-us {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .about-us {
    padding-block: 72px;
  }
}
.about-us a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .about-us .row > div:first-child {
    margin-bottom: 40px;
  }
}
.about-us h2 {
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 1024px) {
  .about-us h2 {
    margin-bottom: 16px;
    text-align: left;
  }
}
.about-us p {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .about-us p {
    margin-bottom: 30px;
  }
}
.projects {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .projects {
    background-image: url(img/dots.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-block: 100px;
  }
}
.projects p {
  margin-block: 24px;
}
@media (min-width: 1024px) {
  .projects p {
    margin-block: 20px 40px;
  }
}
.projects .swiper-button-next, .projects .swiper-button-prev {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 49px;
  height: 49px;
}
.projects .swiper-button-next:after, .projects .swiper-button-prev:after {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.projects .swiper-slide {
  position: relative;
}
.projects .swiper-slide .logotyp-container {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  height: 70px;
}
.projects .swiper-slide .logotyp-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.projects .swiper-slide div img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.63;
}
@media (min-width: 1024px) {
  .projects .swiper-button-next {
    right: 0;
    translate: 50% 0;
  }
}
@media (min-width: 1024px) {
  .projects .swiper-button-prev {
    left: 0;
    translate: -50% 0;
  }
}
.projects .swiper-container {
  position: relative;
}
@media (max-width: 1023px) {
  .projects .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}
@media (min-width: 1024px) {
  .projects .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
  }
  .projects .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 1;
    background-color: transparent;
  }
  .projects .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
}
.common-block {
  margin-block: 40px;
}
@media (min-width: 1024px) {
  .common-block {
    margin-block: 100px;
  }
  .common-block .wp-block-columns .wp-block-columns > .wp-block-column:first-child > * {
    margin-right: unset !important;
    margin-left: unset !important;
  }
  .common-block .wp-block-columns > .wp-block-column:first-child > * {
    margin-right: 10%;
  }
  .common-block:not(.fixed):nth-child(even) .wp-block-columns {
    direction: rtl;
  }
  .common-block:not(.fixed):nth-child(even) .wp-block-columns > .wp-block-column {
    direction: ltr;
  }
  .common-block:not(.fixed):nth-child(even) .wp-block-columns > .wp-block-column:first-child > * {
    margin-left: 10%;
    margin-right: unset;
  }
}
.common-block .wp-block-columns > .wp-block-column :last-child figure, .common-block .wp-block-columns > .wp-block-column :last-child img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
}
.common-block .row:empty {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-margin-16px {
    padding-top: 16px;
  }
}
.product-intro {
  margin-block: 40px 60px;
}
@media (min-width: 1024px) {
  .product-intro {
    margin-block: 56px 64px;
  }
  .product-intro .product-description > div {
    margin-left: 10%;
  }
}
@media (max-width: 1023px) {
  .product-intro {
    padding-inline: 35px;
  }
  .product-intro .row {
    gap: 40px;
  }
}
.product-intro .swiper-button-next, .product-intro .swiper-button-prev {
  background: transparent;
  border-radius: 0;
  width: 49px;
  height: 49px;
}
.product-intro .swiper-button-next:after, .product-intro .swiper-button-prev:after {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.product-intro .swiper-button-next:after {
  content: url(img/white-arrow-right.svg);
}
.product-intro .swiper-button-prev:after {
  content: url(img/white-arrow-left.svg);
}
.product-intro .swiper-container {
  position: relative;
}
.product-intro .swiper-container .swiper-slide img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.3693693694;
}
@media (max-width: 1023px) {
  .product-intro .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}
@media (min-width: 1024px) {
  .product-intro .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
  }
  .product-intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 1;
    background-color: transparent;
  }
  .product-intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .product-intro .cta-border {
    margin-right: 25px;
  }
}
.product-intro .price {
  display: flex;
  font-size: 24px;
  margin-bottom: 20px;
}
.product-intro .product-description .if-desktop {
  display: none;
}
.product-intro .product-description .if-mobile {
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .product-intro .product-description .if-mobile {
    display: none;
  }
  .product-intro .product-description .if-desktop {
    display: block;
  }
}
.contact-page {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .contact-page {
    padding-block: 64px;
  }
}
.contact-page a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .contact-page .address {
    margin-top: 0;
  }
}
.contact-page .address p {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-page .address p span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page h4 {
  margin-bottom: 16px;
}
.contact-page .site {
  margin-bottom: 25px;
}
.contact-page .form-container {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .contact-page .form-container {
    margin-top: 55px;
  }
}
.opiekun-map .map-container {
  position: relative;
}
.opiekun-map .map-container a {
  outline: none;
}
.opiekun-map img {
  border: 0;
  width: 100%;
  position: relative;
  margin-top: -1px;
  margin-left: -4px;
}
.opiekun-map #nameprovince {
  background-color: #fff;
  border: 1px solid #293357;
  padding: 10px 15px;
}
.opiekun-map svg#mainmap {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.opiekun-map svg#mainmap g, .opiekun-map svg#mainmap g.sector, .opiekun-map svg#mainmap path {
  fill: #ffffff00;
  position: relative;
}
.opiekun-map svg#mainmap g:hover .nameprovidence, .opiekun-map svg#mainmap g.sector:hover .nameprovidence, .opiekun-map svg#mainmap path:hover .nameprovidence {
  display: block;
  position: absolute;
}
.opiekun-map svg#mainmap g:hover path:not(.blankwo), .opiekun-map svg#mainmap g:hover polygon:not(.blankwo), .opiekun-map svg#mainmap g.sector:hover path:not(.blankwo), .opiekun-map svg#mainmap g.sector:hover polygon:not(.blankwo), .opiekun-map svg#mainmap path:hover path:not(.blankwo), .opiekun-map svg#mainmap path:hover polygon:not(.blankwo) {
  fill: transparent;
  stroke: #697089;
  stroke-width: 1px;
  z-index: 999999;
}
.opiekun-map svg#mainmap g.active path:not(.blankwo), .opiekun-map svg#mainmap g.active polygon:not(.blankwo), .opiekun-map svg#mainmap g.sector.active path:not(.blankwo), .opiekun-map svg#mainmap g.sector.active polygon:not(.blankwo), .opiekun-map svg#mainmap path.active path:not(.blankwo), .opiekun-map svg#mainmap path.active polygon:not(.blankwo) {
  fill: #697089;
  stroke: #ffffff;
  stroke-width: 0;
  z-index: 999999;
}
.offer .title {
  color: var(--orange);
  margin-bottom: 11px;
  font-size: 22px;
}
.offer .order {
  display: Flex;
  justify-content: space-between;
  align-items: center;
}
.color-orange {
  color: var(--orange);
}
.offer .order > * {
  flex-basis: 48%;
  display: Flex;
  justify-content: center;
}
.offer .cta-border {
  font-size: clamp(12px, 1.2vw, 18px);
}
.posts-container {
  padding-block: 40px 64px;
}
@media (min-width: 1024px) {
  .posts-container {
    padding-block: 64px 128px;
  }
}
.posts-container .posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--bs-gutter-x));
  row-gap: 58px;
  margin-block: 28px 24px;
}
@media (min-width: 1024px) {
  .posts-container .posts {
    padding-block: 40px 60px;
  }
}
.posts-container .posts .post {
  border: 1px solid rgba(169, 172, 184, 0.5);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.posts-container .posts .post .image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1.4264705882;
  object-fit: cover;
  border-radius: 3px;
}
.posts-container .posts .post .content {
  padding: 8px 8px 16px 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .posts-container .posts .post .content {
    padding: 20px 24px 24px 24px;
  }
}
.posts-container .posts .post .content .title {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .posts-container .posts .post .content .title {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
.posts-container .posts .post .content .title a {
  text-decoration: none;
  color: inherit;
}
.posts-container .posts .post .meta--container {
  display: flex;
  font-size: 9px;
  line-height: 15px;
  letter-spacing: 0.04em;
  margin-top: auto;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .posts-container .posts .post .meta--container {
    margin-top: auto;
  }
}
.posts-container .posts .post .meta--container img {
  width: 12px;
  height: 12px;
}
@media (min-width: 1024px) {
  .posts-container .posts .post .meta--container img {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1024px) {
  .posts-container .posts .post .meta--container {
    font-size: 14px;
    line-height: 14px;
  }
}
.posts-container .posts .post .meta--container > * {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .posts-container .posts .post .meta--container > * {
    gap: 9px;
  }
}
.posts-container .categories {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.posts-container .categories a {
  display: inline-block;
  padding: 4px 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: var(--blue);
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #293357;
}
@media (min-width: 1024px) {
  .posts-container .categories a {
    padding: 10px 40px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-wrap: nowrap;
  }
}
.single-categories {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
@media (min-width: 1024px) {
  .single-categories {
    gap: 32px;
  }
}
.single-categories a {
  display: inline-block;
  padding: 4px 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: var(--blue);
  text-decoration: none;
  border: 1px solid #293357;
}
@media (min-width: 1024px) {
  .single-categories a {
    padding: 10px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.04em;
  }
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
  gap: 8px;
}
.pagination .nav-links > * {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #293357;
  border-radius: 3px;
  color: #293357;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
}
.pagination .nav-links > *.current, .pagination .nav-links > *.next, .pagination .nav-links > *.prev {
  background-color: #293357;
  color: #fff;
}
.read-also {
  border: 1px solid rgba(41, 47, 78, 0.1);
  border-radius: 3px;
  padding: 26px;
}
.read-also ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.read-also ul, .read-also li {
  list-style: none;
  padding: 0;
}
.read-also img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 3px;
}
.read-also a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: rgba(41, 47, 78, 0.8);
  gap: 24px;
  text-decoration: none;
}
.aside h4 {
  padding-top: 250px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #293357;
}
.wp-block-table table td {
  border: 0;
}
.products-container {
  padding-block: 0 64px;
}
@media (min-width: 1024px) {
  .products-container {
    padding-block: 0 128px;
  }
}
.products-container .products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  row-gap: 58px;
  margin-block: 28px 24px;
}
@media (min-width: 1024px) {
  .products-container .products {
    grid-template-columns: 1fr 1fr 1fr;
    padding-block: 0 60px;
  }
}
.products-container .products .product {
  border: 1px solid rgba(169, 172, 184, 0.5);
  border-radius: 3px;
  transition: box-shadow 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
}
.products-container .products .product:hover {
  box-shadow: rgba(169, 172, 184, 0.5) 0px 3px 20px;
}
.products-container .products .product:hover {
  box-shadow: rgba(169, 172, 184, 0.5) 0px 3px 20px;
}
.products-container .products .product .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4264705882;
  object-fit: cover;
  border-radius: 3px;
}
.products-container .products .product .content {
  padding: 8px 8px 16px 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-container .products .product .content .link {
  margin-top: auto;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .products-container .products .product .content {
    padding: 20px 24px 24px 24px;
  }
}
.products-container .products .product .content .title {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .products-container .products .product .content .title {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
.products-container .products .product .content .title a {
  text-decoration: none;
  color: inherit;
}
.products-container .products .product .meta--container {
  display: flex;
  font-size: 9px;
  line-height: 15px;
  letter-spacing: 0.04em;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .products-container .products .product .meta--container {
    margin-top: 24px;
  }
}
.products-container .products .product .meta--container img {
  width: 12px;
  height: 12px;
}
@media (min-width: 1024px) {
  .products-container .products .product .meta--container img {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1024px) {
  .products-container .products .product .meta--container {
    font-size: 14px;
    line-height: 14px;
  }
}
.products-container .products .product .meta--container > * {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .products-container .products .product .meta--container > * {
    gap: 9px;
  }
}
.products-container .categories {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
@media (min-width: 1024px) {
  .products-container .categories {
    gap: 32px;
  }
}
.products-container .categories a {
  display: inline-block;
  padding: 4px 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: var(--blue);
  text-decoration: none;
  border: 1px solid #293357;
}
@media (min-width: 1024px) {
  .products-container .categories a {
    padding: 10px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.04em;
  }
}
.blog-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .blog-title {
    margin-top: 44px;
    margin-bottom: 75px;
  }
}
.blog-thumbnail {
  margin-block: 30px 16px;
}
@media (min-width: 1024px) {
  .blog-thumbnail {
    margin-block: 72px;
  }
}
.blog-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2.1379310345;
}
.post-meta .meta--container {
  display: flex;
  gap: 22px;
}
.post-meta .meta--container .author {
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #292F4E;
}
.post-meta .meta--container .timestamp {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: rgba(41, 47, 78, 0.7);
}
.post-content {
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .post-content {
    margin-bottom: 88px;
  }
}
.post-content p {
  margin-block: 24px;
}
@media (min-width: 1024px) {
  .post-content p {
    margin-block: 32px;
  }
}
.post-content h2 {
  margin-block: 32px 24px;
}
@media (min-width: 1024px) {
  .post-content h2 {
    margin-block: 56px 32px;
  }
}
.post-content h3 {
  margin-block: 24px 0;
}
@media (min-width: 1024px) {
  .post-content h3 {
    margin-block: 32px 0;
  }
}
.post-content .wp-block-image {
  margin-block: 32px;
}
@media (min-width: 1024px) {
  .post-content .wp-block-image {
    margin-block: 56px;
  }
}
.post-meta .sm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.post-meta .sm img {
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .related-products {
    display: none;
  }
}
.related-products .products-container {
  padding-block: 30px 60px;
}
@media (min-width: 1024px) {
  .related-products .products-container {
    padding-block: 72px 60px;
  }
}
.products-container h3.text-center {
  font-size: clamp(20px, 1.5vw, 32px);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.wpcf7 .col-flex {
  display: flex;
  gap: 20px;
}
.wpcf7 .input-wrapper {
  position: relative;
}
.wpcf7 label:not(:has(input[type=file])) {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 20px;
  background-color: white;
  padding: 0 5px;
  translate: 0 -50%;
}
.wpcf7 label:not(:has(input[type=file])) span {
  color: red;
}
.wpcf7 .input-wrapper:has(input[type=file]) {
  height: 100%;
  display: flex;
  width: 200px;
}
.wpcf7 label:has(input[type=file]) {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 3px;
  background-color: var(--blue);
  color: white;
  min-height: 56px;
}
.wpcf7 label:has(input[type=file]) input[type=file] {
  display: none;
}
.wpcf7 label:has(input[type=file]) .filename {
  font-size: 12px;
  opacity: 0.8;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=date], .wpcf7 input[type=password], .wpcf7 textarea {
  border: 1px solid rgba(41, 47, 78, 0.3);
  border-radius: 3px;
  max-width: 100%;
  width: 100%;
  padding: 18px 15px;
}
.wpcf7 .row > * {
  margin-bottom: 40px;
}
.wpcf7 input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}
.wpcf7 input[type="checkbox"] {
  position: relative;
}
.wpcf7 input[type="checkbox"]:checked:before {
  content: "✓";
  color: currentColor;
  position: absolute;
  top: -3px;
  left: 1px;
  font-weight: bold;
}
.breadcrumbs {
  padding-block: 22px;
  /*@media(max-width: $mobile - 1) {
        display: none;
    }*/
}
.breadcrumbs a {
  color: var(--black);
  opacity: 0.8;
  text-decoration: none;
}
.breadcrumbs .breadcrumb_last {
  font-weight: 700;
}
.breadcrumbs p {
  margin: 0;
}
.navigation {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.navigation .main .main-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .navigation .main .main-container {
    padding-block: 30px;
  }
}
@media (max-width: 1023px) {
  .navigation .main .main-container {
    flex-direction: column;
    align-items: unset;
  }
  .navigation .main .main-container > * {
    padding: 20px;
  }
  .navigation .main .main-container .search {
    background-color: var(--blue);
  }
  .navigation .main .main-container .search .searchform {
    border: 1px solid #fff;
  }
  .navigation .main .main-container .search img {
    filter: invert(1);
  }
}
.navigation .main .main-container .menu {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
}
.navigation .secondary .row {
  padding-block: 30px;
}
.navigation .secondary .row .menu {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.08em;
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2vw;
}
@media (max-width: 1023px) {
  .navigation ul {
    flex-direction: column;
  }
}
.navigation ul li {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .navigation ul li {
    text-align: center;
    position: relative;
  }
}
.navigation ul li a {
  text-decoration: none;
  color: inherit;
}
.navigation ul li.menu-item-has-children {
  position: relative;
}
.navigation ul li.menu-item-has-children ul {
  max-height: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--blue);
  overflow: hidden;
  gap: 0;
}
@media (min-width: 1024px) {
  .navigation ul li.menu-item-has-children ul {
    position: absolute;
    left: 0;
    width: fit-content;
  }
}
.navigation ul li.menu-item-has-children ul li {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.navigation ul li.menu-item-has-children ul li a {
  padding: 10px 20px;
  display: block;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.04em;
}
.navigation ul li.menu-item-has-children:hover ul {
  max-height: 999px;
}
@media (max-width: 1023px) {
  .navigation ul li.menu-item-has-children:hover ul {
    padding-block: 10px;
  }
}
@media (min-width: 1024px) {
  .navigation ul li.menu-item-has-children:hover ul {
    padding-top: 30px;
  }
}
.navigation .first .container-lg .contact {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.navigation .first .container-lg .contact p {
  margin: 0;
}
@media (max-width: 329px) {
  .navigation .first .container-lg .contact {
    flex-wrap: wrap;
    gap: 0 20px;
    justify-content: center;
  }
}
.navigation .first.desktop-only {
  display: none;
}
@media (min-width: 1023px) {
  .navigation .first.desktop-only {
    display: block;
  }
}
.navigation .first.mobile-only {
  padding: 0;
  padding-inline: 20px;
  display: block;
  padding-bottom: 2px;
  margin-bottom: -1px;
}
@media (min-width: 1023px) {
  .navigation .first.mobile-only {
    display: none;
  }
}
.navigation .secondary .container-lg .row .menu-desktop-secondary.display-flex .contact.mobile-center {
  display: none;
}
.navigation .secondary .container-lg .row .menu-desktop-secondary.display-flex .contact.mobile-center .sm {
  margin-bottom: 0;
  display: flex;
  gap: 2px;
  align-items: center;
}
@media (min-width: 1023px) {
  .navigation .secondary .container-lg .row .menu-desktop-secondary.display-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation .secondary .container-lg .row .menu-desktop-secondary.display-flex .contact.mobile-center {
    display: block;
  }
  .navigation .secondary .container-lg .row .menu-desktop-secondary.display-flex .contact.mobile-center .sm {
    gap: 2vw;
  }
}
.navigation .search .search-wrap {
  display: flex;
  gap: 10px;
}
.navigation .search .search-wrap .contact.mobile-center {
  display: flex;
  align-items: center;
}
.navigation .search .search-wrap .contact.mobile-center .sm {
  margin-bottom: 0;
  display: flex;
  gap: 2px;
  align-items: center;
}
.navigation .search .search-wrap .contact.mobile-center .sm a img {
  filter: none;
}
@media (min-width: 1023px) {
  .navigation .search .search-wrap .contact.mobile-center {
    display: none;
  }
}
@media (min-width: 1024px) {
  .menu-item-has-children > a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.menu-item-has-children > a:after {
  content: url(img/arrow-down-filled.svg);
  margin-left: 10px;
  width: 9px;
  line-height: 1px;
}
@media (max-width: 1023px) {
  .menu-item-has-children > a:after {
    position: absolute;
    top: 8px;
  }
}
.menu-item-has-children ul a {
  transition: background-color 0.2s ease;
}
.menu-item-has-children ul a:hover {
  background-color: #161F40;
}
.menu-desktop-mobile {
  text-align: center;
}
@media (max-width: 1023px) {
  .lang-switcher {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hamburger {
    display: inline-block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hamburger .hamburger-box {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 20px;
  }
  .hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
    position: absolute;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    background-color: #FFFFFF;
  }
  .hamburger .hamburger-box .hamburger-inner:before {
    display: block;
    content: "";
    top: 8px;
  }
  .hamburger .hamburger-box .hamburger-inner:after {
    display: block;
    content: "";
    top: 16px;
  }
}
@media (max-width: 1023px) {
  .secondary {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: calc(100vh - 160px);
    display: flex;
    translate: -100% 0;
    overflow: scroll;
  }
  .secondary.open {
    translate: 0;
  }
}
.searchform {
  border: 1px solid rgba(41, 51, 87, 0.6);
  border-radius: 100px;
  padding-left: 20px;
}
.searchform ::placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: rgba(41, 51, 87, 0.48);
}
@media (max-width: 1023px) {
  .searchform {
    display: Flex;
    padding-left: 20px;
    align-items: center;
  }
  .searchform ::placeholder {
    color: #fff;
  }
}
.searchform input {
  background-color: transparent;
  border: 0;
  padding: 5px 20px 5px 10px;
  outline: none;
  width: 100px;
}
@media (min-width: 1024px) {
  .searchform input {
    padding: 10px 20px 10px 10px;
  }
}
.searchform input[type=submit] {
  display: none;
}
@media (max-width: 1023px) {
  .navigation .container-lg {
    padding-inline: 0;
  }
  .search {
    display: flex;
    justify-content: space-between;
  }
}
.opiekun > * {
  margin-block: 16px;
}
.opiekun > div {
  margin-block: 32px;
}
@media (min-width: 1024px) {
  .opiekun {
    margin-bottom: 100px;
  }
}
.opiekun .name {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .opiekun .name {
    font-size: 24px;
    line-height: 28px;
  }
}
.opiekun a:not(.cta) {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.03em;
}
@media (min-width: 1024px) {
  .opiekun a:not(.cta) {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.04em;
  }
}
.opiekun p.tel, .opiekun p.mail {
  display: flex;
  gap: 10px;
  align-items: center;
}
.opiekun p span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.opiekun p span img {
  width: auto;
}
html, .ez-toc-link, .ez-toc-section, html * {
  scroll-margin-top: 180px !important;
}
div.navigation {
  z-index: 99998;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fnedcon.sowiak.dev%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fnedcon%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2F_common.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_3-columns.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_4-columns.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_products.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_news.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_about-us.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_projects.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_common-block.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_product-intro.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_contact-page.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_opiekun-map.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fblocks%2F_offer.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fpages%2F_blog.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fpages%2F_products.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Fpages%2F_single-post.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Felements%2F_related-products.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Felements%2F_contact-form.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Felements%2F_breadcrumbs.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Felements%2F_navigation.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Felements%2F_searchform.scss%22%2C%22wp-content%2Fthemes%2Fnedcon%2Fsass%2Felements%2F_opiekun.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAC1gBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjCR%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FIZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzBR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvBR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3EpB%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvFZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3BR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAC%2FEhB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMgB%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BACpEJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC7GZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjCJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAC3BJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BACxPA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrIZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAC%2FFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACZI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACdJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASY%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAAAA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAC1TR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3CA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAvBdR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%22%7D */