/* xl - DESKTOP STYLES */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Brown";
  src: url("../themes/aselles/assets/fonts/Brown-Bold.eot");
  src: url("../themes/aselles/assets/fonts/Brown-Bold.eot?#iefix") format("embedded-opentype"), url("../themes/aselles/assets/fonts/Brown-Bold.woff2") format("woff2"), url("../themes/aselles/assets/fonts/Brown-Bold.woff") format("woff"), url("../themes/aselles/assets/fonts/Brown-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brown";
  src: url("../themes/aselles/assets/fonts/Brown-Regular.eot");
  src: url("../themes/aselles/assets/fonts/Brown-Regular.eot?#iefix") format("embedded-opentype"), url("../themes/aselles/assets/fonts/Brown-Regular.woff2") format("woff2"), url("../themes/aselles/assets/fonts/Brown-Regular.woff") format("woff"), url("../themes/aselles/assets/fonts/Brown-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}

* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  list-style: none;
}

h2, h3, h4, p, ul, img, #photo, .bloc {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

header {
  padding-top: 50px;
}
header a img#logo {
  max-height: 150px;
  display: block;
  margin: auto;
}
header #header-wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 50px 100px;
}
header #header-wrap #left img {
  max-height: 100px;
}
header #header-wrap #right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
header #header-wrap #right #search-account {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header #header-wrap #right #search-account form {
  padding-right: 25px;
  display: flex;
}
header #header-wrap #right #search-account form input {
  display: inline-block;
}
header #header-wrap #right #search-account form input[type=search] {
  background: #222;
  color: #ccc;
  border-right: 1px solid #333;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  padding: 10px;
  border-radius: 2px 0 0 2px;
  width: 300px;
  transition: width 0.2s ease-out;
  outline: none;
}
header #header-wrap #right #search-account form input[type=search]:focus, header #header-wrap #right #search-account form input[type=search]:hover {
  width: 400px;
  transition: width 0.1s ease-out;
}
header #header-wrap #right #search-account form button[type=submit] {
  background: #222;
  color: #ccc;
  border: none;
  padding: 6px;
  border-radius: 0 2px 2px 0;
  width: 50px;
  cursor: pointer;
  height: 44px;
}
header #header-wrap #right #search-account form button[type=submit] svg {
  height: 24px;
  fill: #ccc;
}
header #header-wrap #right #search-account form button[type=submit] svg:hover {
  scale: 0.9;
}
header #header-wrap #right #search-account #icons {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
header #header-wrap #right #search-account #icons a {
  height: 25px;
  width: 25px;
  display: block;
}
header #header-wrap #right #search-account #icons a svg {
  fill: #ccc;
}
header #header-wrap #right #search-account #icons a svg:hover {
  fill: #d8b67c;
}
header #header-wrap #right nav ul#menu-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 50px;
}
header #header-wrap #right nav ul#menu-top > li.menu-item {
  position: relative;
}
header #header-wrap #right nav ul#menu-top > li.menu-item a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  text-align: center;
}
header #header-wrap #right nav ul#menu-top > li.menu-item a:hover {
  color: #d8b67c;
}
header #header-wrap #right nav ul#menu-top > li.menu-item .dropdown-item:focus, header #header-wrap #right nav ul#menu-top > li.menu-item .dropdown-item:hover {
  background: transparent;
}
header #header-wrap #right nav ul#menu-top > li.menu-item:hover > .dropdown-menu {
  display: block;
  background: #111;
}
header #header-wrap #right nav ul#menu-top > li.menu-item:hover > .dropdown-menu li {
  color: #d8b67c;
}

.parallax-slide {
  height: 50vh;
}

#parallax1 {
  background: url("../themes/aselles/assets/img/photo.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

section#about {
  background: #FFF;
  padding: 50px 0;
}
section#about p {
  font-size: 26px;
  color: #000;
  text-align: center;
  max-width: 1400px;
  margin: auto;
}
section#about .inner {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 0;
  grid-gap: 100px;
}
section#about .inner #left #photo {
  height: 300px;
  width: 300px;
  background-image: url(../themes/aselles/assets/img/charline.jpg);
  background-size: cover;
  background-position: top center;
  border-radius: 150px;
  margin: auto;
  margin-bottom: 50px;
}
section#about .inner #left p#pres {
  background: #345e7d;
  border-radius: 15px;
  padding: 20px;
  color: #fff;
  font-size: 18px;
}
section#about .inner #right h2 {
  font-size: 90px;
  color: #eb4073;
  font-weight: 700;
  padding-bottom: 20px;
}
section#about .inner #right h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #799285;
  margin: 25px 0;
}
section#about .inner #right p {
  font-size: 21px;
  color: #000;
  text-align: left;
  padding-bottom: 25px;
}
section#about .inner #right ul {
  text-align: left;
  margin-left: -30px;
}
section#about .inner #right ul li {
  font-size: 21px;
  color: #799285;
}

section#presta {
  display: flex;
  background: #fff466;
  padding: 50px 0;
  height: 550px;
  clip-path: url(#svgPath);
}
section#presta .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  max-width: 1400px;
  margin: auto;
}
section#presta .inner .bloc h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
}
section#presta .inner .bloc ul {
  background: #345e7d;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}
section#presta .inner .bloc ul::before {
  content: url(../themes/aselles/assets/img/triangle.svg);
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 50px;
}
section#presta .inner .bloc ul li {
  color: #fff;
}

section#vosbesoins {
  padding: 75px 25px;
}
section#vosbesoins h2 {
  font-size: 70px;
  color: #eb4073;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
  margin: auto;
}
section#vosbesoins h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #799285;
  margin: auto;
  margin-top: 15px;
}
section#vosbesoins h3 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}
section#vosbesoins .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  max-width: 1400px;
  margin: auto;
}
section#vosbesoins .inner #left img {
  max-width: 400px;
  margin: auto;
  display: block;
}
section#vosbesoins .inner #right {
  padding-bottom: 50px;
}
section#vosbesoins .inner #right h2 {
  font-size: 50px;
  color: #799285;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: left;
}
section#vosbesoins .inner #right h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #799285;
  margin: 25px 0;
}
section#vosbesoins .inner #right ul {
  margin-left: -30px;
}
section#vosbesoins .inner #right ul li {
  color: #000;
}
section#vosbesoins h4 {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: auto;
}

section#solution-benefices {
  clip-path: url(#svgPath);
  padding: 50px;
  background: #345e7d;
  min-height: 550px;
  display: flex;
}
section#solution-benefices .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  max-width: 1400px;
  margin: auto;
}
section#solution-benefices .inner #left h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
section#solution-benefices .inner #left h3 {
  font-size: 24px;
  color: #bedeb8;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
section#solution-benefices .inner #left h4 {
  font-size: 24px;
  color: #eb4073;
  text-align: center;
}
section#solution-benefices .inner #left .timeline {
  padding-top: 25px;
}
section#solution-benefices .inner #left .timeline ul {
  text-align: center;
}
section#solution-benefices .inner #left .timeline ul li {
  font-size: 16px;
  color: #fff;
}
section#solution-benefices .inner #right h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
section#solution-benefices .inner #right h3 {
  font-size: 24px;
  color: #bedeb8;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
section#solution-benefices .inner #right h4 {
  font-size: 24px;
  color: #eb4073;
  text-align: center;
}
section#solution-benefices .inner #right .timeline {
  padding-top: 25px;
}
section#solution-benefices .inner #right .timeline ul {
  text-align: center;
}
section#solution-benefices .inner #right .timeline ul li {
  font-size: 16px;
  color: #fff;
}

section#delegation {
  background: #fff;
  padding: 75px 25px;
}
section#delegation h1 {
  font-size: 70px;
  color: #eb4073;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
  margin: auto;
}
section#delegation h1:after {
  content: "";
  display: block;
  height: 4px;
  background: #799285;
  width: 100px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
section#delegation h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
}
section#delegation .inner {
  position: relative;
  max-width: 1400px;
  margin: auto;
  display: flex;
  grid-gap: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
section#delegation .inner .bloc {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  max-width: 360px;
  padding: 25px;
  position: relative;
  margin-top: 50px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}
section#delegation .inner .bloc .icon {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: #bedeb8;
  display: flex;
}
section#delegation .inner .bloc .icon img {
  margin: auto;
  height: 56%;
}
section#delegation .inner .bloc h2 {
  font-size: 25px;
  color: #000;
  text-align: center;
  padding: 35px 0 15px 0;
}
section#delegation .inner .bloc p {
  font-size: 16px;
  text-align: center;
}

section#contact {
  display: flex;
  background-color: #345e7d;
  background-image: url(../themes/aselles/assets/img/business-8.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 150px 25px;
  max-height: 800px;
  clip-path: url("#svgPath2");
}
section#contact .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin: auto;
}
section#contact .inner #right p {
  color: #abfeff;
  font-size: 24px;
  font-weight: bold;
}
section#contact .inner #right #form {
  background: #faf05f;
  padding: 25px;
  border-radius: 10px;
}
section#contact .inner #right #form form input, section#contact .inner #right #form form textarea {
  background: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 15px;
  width: 49%;
}
section#contact .inner #right #form form input[type=submit] {
  display: block;
  margin: auto;
  margin-top: 15px;
}
section#contact .inner #right #form form textarea {
  width: 100%;
  height: 150px;
}

footer {
  padding: 100px;
  min-height: 250px;
  background: #000;
}

/*/// FOOTER ///*/
.footer-2 {
  transition: all 0.1s;
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 1001;
  transition: all 0.1s ease-in;
  height: auto;
}

body.fixed .footer-2 .bg-fixed {
  display: flex;
}

body.fixed .footer-2:hover {
  opacity: 1;
  transition: all 0.2s;
}

body.fixed .footer-2:hover .bg-fixed {
  opacity: 0;
  transition: all 0.2s;
}

body.fixed.active .footer-2 {
  top: calc(100% - 40px);
  opacity: 1;
  z-index: 1001;
  transition: all 0.1s ease-in;
}

body.fixed.active .footer-2 .bg-fixed {
  display: flex;
}

body.fixed.active .footer-2:hover {
  opacity: 1;
  transition: all 0.2s;
}

body.fixed.active .footer-2:hover .bg-fixed {
  opacity: 0;
  transition: all 0.2s;
}

.footer-2 {
  background: #000;
  padding: 35px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 15px;
  clear: both;
}

.footer-2 > .container {
  position: relative;
  max-width: 1400px;
  margin: auto;
}

.footer-2 .bg-fixed {
  display: none;
  position: absolute;
  right: 15px;
  left: 15px;
  top: -30px;
  height: 40px;
  font-size: 18px;
  align-items: center;
}

.footer-2 .bg-fixed li {
  margin-right: 20px;
}

.footer-2 .bg-fixed:before {
  content: "\f0d8";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  font-size: 50px;
}

.footer-2.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translatey(calc(100% - 20px));
  z-index: 1001;
  transition: all 0.5s ease-in;
}

.footer-2.fixed:hover {
  transform: none;
}

.footer-2 .footer-fill {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-2 .footer-fill > div {
  margin-right: 30px;
  position: relative;
}

.footer-2 h3, .footer-2 .kariera-link {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 10px;
  color: #fff;
  padding: 10px 0 10px;
  border-bottom: 1px solid #090909;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 100;
}

.footer-2 .kariera-link {
  padding-right: 0;
}

.footer-2 .kariera-link a {
  color: #fff;
  font-weight: normal;
  display: block;
  text-align: left;
  height: 52px !important;
  width: 100%;
  font-size: 15px;
  letter-spacing: 4px;
  font-weight: 100;
}

.footer-2 ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}

.footer-2 ul li {
  margin: 0;
  padding: 0;
}

.footer-2 ul li a {
  text-decoration: none;
  color: #929292;
  display: block;
  line-height: 36px;
  font-weight: 400;
}

.footer-2 ul li a:hover {
  color: #fff;
}

.footer-2 .street {
  padding-left: 25px;
  position: relative;
  color: #fff;
  line-height: 28px;
  background: none;
  border: 0;
  font-size: inherit;
}

.footer-2 .street:before {
  content: "\e806";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #fff;
  position: absolute;
  left: 3px;
  top: 0;
}

.footer-2 .phone {
  padding-left: 0;
}

.footer-2 .phone:before {
  content: "\f3cd";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #fff;
  position: relative;
  left: 1px;
  top: 1px;
}

.footer-2 .email:before {
  content: "\f2b6";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #fff;
}

@media (max-width: 991px) {
  .footer-2 .bg-fixed {
    display: none;
  }
}
.footer-newsletter-form .succes {
  visibility: hidden;
  opacity: 0;
}

.footer-newsletter-form.added > * {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
}

.footer-newsletter-form.added .newsletter-accept {
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}

.footer-newsletter-form.added .succes {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.footer-n-s {
  padding: 20px;
  background: #171717;
  margin-bottom: 40px;
}

.footer-newsletter p {
  line-height: 28px;
  margin-bottom: 30px;
  font-size: 16px;
}

.footer-newsletter h3:before {
  content: "\f0f3";
  font-family: FontAwesome;
  color: #fff;
  margin-right: 10px;
  animation: bell 2s infinite;
}

.footer-newsletter .newsletter-accept {
  text-align: justify;
}

.wrapper-form {
  display: flex;
  width: 100%;
  height: 42px;
  overflow: visible;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
}

.wrapper-form input {
  height: 42px;
  line-height: 42px;
  background: none;
  padding-left: 15px;
  border: 0;
  width: calc(100% - 42px);
  border-right: 0;
  color: #fff;
}

.wrapper-form input::placeholder {
  color: #fff;
}

.wrapper-form button {
  background: #fff;
  border: 0;
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  color: #fff;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.wrapper-form button:before {
  content: "\f105";
  font-family: FontAwesome;
}

.footer-contact {
  color: #fff;
}

.footer-contact a {
  color: #fff !important;
  line-height: inherit;
}

.footer-contact ul li {
  line-height: 28px;
}

.footer-contact h4 {
  margin: 15px 0;
}

.rwd-breaker {
  display: none;
}

.footer-social a {
  font-size: 20px;
  display: inline-block !important;
  margin-right: 25px;
  position: relative;
  color: #fff !important;
}

.follow a {
  font-size: 20px;
  display: inline-block !important;
  margin-right: 25px;
  position: relative;
  color: #fff !important;
}

.footer-social a span, .follow a span {
  font-size: 12px;
  border-radius: 2px;
  padding: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  background: #E4D0AA;
  line-height: 13px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s;
  white-space: nowrap;
  color: #000;
}

.follow ul {
  display: flex;
}

.follow ul li {
  margin: auto;
}

.footer-social a:hover, .follow a:hover {
  padding: 0 !important;
  background: none !important;
}

.footer-social a:hover span, .follow a:hover span {
  opacity: 1;
  transition: all 0.1s;
  visibility: visible;
}

.fb:before {
  content: "\f39e";
  font-family: FontAwesome;
}

.instagram:before {
  content: "\f16d";
  font-family: FontAwesome;
}

.yt:before {
  content: "\f167";
  font-family: FontAwesome;
}

.gplus-foot:before {
  content: "\f0d5";
  font-family: FontAwesome;
}

.twitter:before {
  content: "\f099";
  font-family: FontAwesome;
}

.pinterest:before {
  content: "\f231";
  font-family: FontAwesome;
}

.linkedin:before {
  content: "\f0e1";
  font-family: FontAwesome;
}

@media (max-width: 1400px) {
  .footer-2 .footer-fill {
    justify-content: space-between;
  }
  .footer-2 .footer-fill > div {
    margin-right: 20px;
  }
}
@media (max-width: 1300px) {
  .footer-2 h3 {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .footer-2 ul li a:hover {
    padding-left: 0;
  }
}
@media (max-width: 1170px) {
  .footer-2 .footer-fill {
    justify-content: flex-start;
  }
  .footer-social {
    order: 1;
    flex: 1;
  }
  .footer-contact {
    order: 1;
    flex: 1;
  }
  .zakupy, .informacje, .promocje {
    order: 0;
    width: 33.333%;
    margin-bottom: 30px;
    flex: 1;
  }
  .rwd-breaker {
    display: block;
    order: 0;
    background: #fff;
    display: block;
    flex: 100%;
  }
}
@media (max-width: 600px) {
  .rwd-breaker {
    display: none;
  }
  .footer-2 {
    padding-top: 0;
  }
  .footer-2 .footer-fill {
    flex-direction: column;
    text-align: left !important;
  }
  .footer-2 .footer-fill .zakupy {
    order: 1;
  }
  .footer-2 .footer-fill h3 {
    margin-bottom: 0;
    transition: margin-bottom 0.2s;
  }
  .footer-2 .footer-fill > div {
    width: 100%;
    order: 2;
    max-height: 60px;
    margin-bottom: 0px;
    transition: max-height 0.2s;
    height: auto;
  }
  .footer-2 .footer-fill > div > * {
    height: 0px;
    overflow: hidden;
    position: relative;
  }
  .footer-2 .footer-fill > div > *.footer-button {
    height: 52px !important;
    display: block;
    width: 100%;
  }
  .footer-2 .footer-fill > div h3 {
    height: 52px !important;
    line-height: 52px;
    padding: 0;
    text-align: left !important;
  }
  .footer-2 .footer-fill > div.active {
    max-height: 999px;
    transition: max-height 0.2s;
    padding-bottom: 20px;
  }
  .footer-2 .footer-fill > div.active:before {
    content: "";
    background: rgba(255, 255, 255, 0.03);
    left: -15px;
    right: -15px;
    top: 60px;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .footer-2 .footer-fill > div.active h3 {
    border: 0;
  }
  .footer-2 .footer-fill > div.active > * {
    height: auto;
    overflow: visible;
  }
  .footer-2 .footer-fill .footer-contact {
    order: 0;
  }
  .footer-2 .footer-fill .footer-social {
    order: 1;
  }
  .footer-2 .footer-fill .footer-social .footer-newsletter {
    height: 60px;
  }
  .footer-2 .footer-fill .footer-social form {
    height: 0;
    overflow: hidden;
  }
  .footer-2 .footer-fill .footer-social.active * {
    height: auto;
  }
  .footer-2 .footer-fill .follow {
    margin-top: 0;
    order: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0;
    max-height: none;
    flex-wrap: wrap;
    padding-top: 15px;
  }
  .footer-2 .footer-fill .follow h3 {
    margin-right: 20px;
    border: 0;
    width: 100%;
  }
  .footer-2 .footer-fill .follow ul {
    height: auto !important;
    overflow: visible !important;
    margin-top: -2px;
    width: 100%;
    border-top: 1px solid #343434;
  }
  .footer-2 .footer-fill .follow ul li {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .footer-2 .footer-fill .follow ul li a {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }
  .footer-2 .footer-fill .follow ul li a:last-child {
    margin-right: 0;
  }
  .footer-2 .footer-fill .follow .footer-button {
    display: none;
  }
  .footer-button {
    display: block;
    transition: transform 0.2s;
    top: 4px;
    right: -15px;
    position: absolute !important;
  }
  .footer-button.active:before {
    background: #fff;
    transform: rotate(180deg) translatey(50%);
    transition: transform 0.2s;
  }
}
@media (max-width: 380px) {
  .footer-2 .footer-fill .follow ul li {
    display: flex;
    justify-content: space-between;
  }
  .footer-2 .footer-fill .follow ul li a {
    margin-right: 10px;
  }
}
@media (max-width: 350px) {
  .footer-2 .footer-fill .follow ul li a {
    margin-right: 5px;
    font-size: 20px;
  }
}
.copyrights {
  margin-top: 50px;
  font-size: 13px;
  width: 100%;
  color: #3b3b3b;
  text-align: center;
}

.copyrights p {
  margin: 0;
  height: auto !important;
  line-height: 22px;
  display: flex;
  align-items: center;
}

@media (max-width: 1170px) {
  .copyrights {
    order: 7;
  }
}
.promocje {
  margin-right: 0 !important;
}

.button-selsey, #go_to_cart form button, #wishlist_submits .goback, #copy_all_to_cart, .copy_to_cart {
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 20px;
  text-align: justify;
  border-radius: 300px;
  background: #000;
  border: 0;
  position: relative;
  background: #fff;
  margin: 0 auto;
}

.button-selsey:before, #go_to_cart form button:before, #wishlist_submits .goback:before, #copy_all_to_cart:before, .copy_to_cart:before {
  border: 1px solid #898989;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 300px;
}

.spacer-title {
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 25px 0;
  font-weight: 400;
  letter-spacing: 4px;
}

.close-app-widget, .fancybox-item.fancybox-close, .close-popup-newsletter, .remove-sidebar-rwd, .clear-attr, .delete_filters ul li a:after, .close-form-contact, .close-product-pop-up, .close-map, .close-rodo {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  width: 30px;
  height: 30px;
  background: url("../images/close_app.png?v01") no-repeat center right;
  background-size: 15px;
}

.nav-li-button, .footer-button {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
}

.nav-li-button:before, .footer-button:before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  border: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translatey(-50%);
  background: #0e0e0e;
  color: #fff;
  content: "\f107";
  font-family: FontAwesome;
}

.map-footer {
  visibility: hidden;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0 !important;
}

.map-footer.active {
  visibility: visible;
  z-index: 1;
}

.map-footer iframe {
  height: 100%;
}

@media (max-width: 600px) {
  .map-footer {
    display: none !important;
    margin-right: 0;
    margin: 15px 0 0;
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
  .map-footer.active {
    display: !important;
    padding-bottom: 0 !important;
    max-height: none;
    order: 1;
  }
  .map-footer.active:before {
    content: none !important;
  }
}
.header_contact_number {
  display: none;
}

.header_contact_form {
  min-width: 300px;
}

@media (max-width: 500px) {
  .header_contact_form {
    width: 100%;
    min-width: auto;
  }
}
.headline-box {
  padding: 0;
}

.headline-box h1 {
  text-transform: uppercase;
}

#livechat-compact-container {
  z-index: 2 !important;
}

.no_products {
  padding-top: 30px;
  padding-bottom: 70px;
}

.footer-newsletter p {
  margin-bottom: 15px;
}

@media (min-width: 601px) {
  .footer-newsletter-form .newsletter-accept {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }
  .footer-newsletter-form.collapse .newsletter-accept {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .footer-newsletter-form .newsletter-accept {
    margin-bottom: 15px;
  }
}
.newsletter-accept {
  font-size: 13px;
}

.newsletter-accept .checkbox {
  flex: 1 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  height: 18px !important;
}

.newsletter-accept .check_checkbox {
  flex: 1 100%;
}

.newsletter-accept .checkbox-box {
  display: flex;
}

.wrapper-form {
  margin-bottom: 25px;
}

@media (min-width: 1250px) {
  .footer-payments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-right: 0 !important;
    width: 100%;
  }
  .footer-payments .copyrights {
    order: -1;
    text-align: left;
    margin-top: 0;
  }
  .footer-payments ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .footer-payments ul li {
    margin-right: 40px;
    opacity: 0.25;
    transition: all 0.2s;
    font-size: 48px;
  }
  .footer-payments ul li img {
    max-width: none;
    max-height: auto;
  }
  .footer-payments ul li:hover {
    opacity: 0.4;
    transition: all 0.2s;
  }
  .footer-payments ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1249px) {
  .footer-payments {
    display: none;
  }
}
@media (max-width: 991px) {
  section#slider {
    height: 300px !important;
  }
  .navbar-toggler {
    margin: auto;
  }
}
.footer-social svg {
  height: 25px;
}

/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  section#about {
    padding: 25px;
  }
  section#about p {
    font-size: 26px;
  }
  section#about .inner {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  section#about .inner #right h2 {
    font-size: 60px;
    text-align: center;
  }
  section#about .inner #right p {
    font-size: 21px;
  }
  section#about .inner #right ul {
    text-align: left;
    margin-left: -30px;
  }
  section#about .inner #right ul li {
    font-size: 21px;
  }
  section#presta .inner {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  section#vosbesoins {
    padding: 25px;
  }
  section#vosbesoins h2 {
    font-size: 40px;
  }
  section#vosbesoins h3 {
    font-size: 20px;
  }
  section#vosbesoins .inner {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  section#solution-benefices .inner {
    padding: 25px;
    grid-template-columns: 1fr;
  }
  section#delegation h1 {
    font-size: 50px;
  }
  section#delegation h2 {
    font-size: 25px;
  }
  section#delegation .inner {
    grid-template-columns: 1fr 1fr;
  }
  section#contact .inner {
    grid-template-columns: 1fr;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  section#delegation h1 {
    font-size: 35px;
  }
  section#delegation h2 {
    font-size: 20px;
  }
  section#delegation .inner {
    grid-template-columns: 1fr;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  section#delegation h1 {
    font-size: 70px;
  }
  section#delegation h2 {
    font-size: 30px;
  }
  section#delegation .inner {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22%22%2C%22wp-content%5C%2Fcustom_codes%5C%2F7-scss-desktop.scss%22%2C%22wp-content%5C%2Fcustom_codes%5C%2F7-scss-tablet-l.scss%22%2C%22wp-content%5C%2Fcustom_codes%5C%2F7-scss-tablet-p.scss%22%2C%22wp-content%5C%2Fcustom_codes%5C%2F7-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACwBQ%3BAAxBR%3BAAAA%2CEACC%3BAAAA%2CEACA%3BAAAA%2CEACA%3BAAAA%2CEAIA%3BAAAA%2CEACA%3BAAAA%2CEACA%3BAAAA%3BAAGD%3BAAAA%2CEACC%3BAAAA%2CEACA%3BAAAA%2CEACA%3BAAAA%2CEAIA%3BAAAA%2CEACA%3BAAAA%2CEACA%3BAAAA%3BAAmBD%3BEAAG%3B%3B%3BAAEH%3BEACC%3BEACA%3BEACA%3B%3B%3BAAID%3BEACC%3BEACA%3BEACA%3B%3B%3BAAID%3BEACC%3B%3B%3BAAGD%3BEACC%3B%3B%3BAAID%3BEACC%3B%3BAACA%3BEACC%3BEACA%3BEACA%3B%3BAAID%3BEACC%3BEACA%3BEACA%3BEAEA%3B%3BAAKC%3BEACC%3B%3BAAIF%3BEACC%3BEACA%3BEACA%3B%3BAACA%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEACC%3BEACA%3B%3BAAEA%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEACC%3BEACA%3B%3BAAIF%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEACC%3BEACA%3B%3BAAEA%3BEACC%3B%3BAAOJ%3BEACC%3BEACA%3BEACA%3B%3BAACA%3BEACC%3BEACA%3BEAEA%3B%3BAAEA%3BEACC%3B%3BAAEA%3BEACC%2CMAhIF%3B%3BAAyIF%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEAEC%3B%3BAAEA%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEACC%2COA1JF%3B%3BAA8JA%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAEA%3BEACC%2COAvKF%3B%3B%3BAAwLN%3BEACC%3B%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3B%3B%3BAAMD%3BEAEC%2CYAxMM%3BEAyMN%3B%3BAAEA%3BEACC%3BEACA%2COA9MK%3BEA%2BML%3BEACA%3BEACA%3B%3BAAGD%3BEAEC%3BEACA%3BEAEA%3BEACA%3BEACA%3BEAEA%3B%3BAAIC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEAEA%3B%3BAAGD%3BEACC%2CYAlPE%3BEAmPF%3BEACA%3BEACA%3BEACA%3B%3BAAMD%3BEACC%3BEACA%2COAjQE%3BEAkQF%3BEACA%3B%3BAAEA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CYAzQE%3BEA0QF%3B%3BAAIF%3BEACC%3BEACA%2COA3QG%3BEA4QH%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3B%3BAACA%3BEACC%3BEACA%2COA1RE%3B%3B%3BAAmSP%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEAEC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%2CYA5TE%3BEA6TF%3BEACA%3BEACA%3B%3BAAEA%3BEACC%3BEACA%3BEACA%3BEACA%3BEAAS%3BEACT%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3B%3B%3BAAaL%3BEAEC%3B%3BAAEA%3BEACC%3BEACA%2COAlWI%3BEAmWJ%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CYA5WI%3BEA6WJ%3BEACA%3B%3BAAIF%3BEACC%3BEACA%2COA%5C%2FWK%3BEAgXL%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGC%3BEACC%3BEACA%3BEACA%3B%3BAAIF%3BEACC%3B%3BAACA%3BEACC%3BEACA%2COA%5C%2FYG%3BEAgZH%3BEACA%3BEACA%3B%3BAAEA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CYAzZE%3BEA0ZF%3B%3BAAIF%3BEACC%3B%3BAAEA%3BEACC%2COA7ZE%3B%3BAAmaN%3BEACC%3BEACA%2COAraK%3BEAsaL%3BEACA%3BEACA%3B%3B%3BAAMF%3BEACC%3BEACA%3BEACA%2CYApbK%3BEAqbL%3BEACA%3B%3BAACA%3BEAEC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAQC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%2COAhdQ%3BEAidR%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%2COA1dE%3BEA2dF%3B%3BAAGD%3BEACC%3B%3BAACA%3BEACC%3B%3BAACA%3BEACC%3BEACA%3B%3BAASH%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%2COArfQ%3BEAsfR%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%2COA%5C%2FfE%3BEAggBF%3B%3BAAGD%3BEACC%3B%3BAACA%3BEACC%3B%3BAACA%3BEACC%3BEACA%3B%3B%3BAAWN%3BEAEC%3BEACA%3B%3BAAEA%3BEACC%3BEACA%2COA3hBI%3BEA4hBJ%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEACC%3BEACA%3BEACA%3BEACA%2CYApiBI%3BEAqiBJ%3BEACA%3BEACA%3BEACA%3B%3BAAIF%3BEACC%3BEACA%2COAziBK%3BEA0iBL%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEACC%3BEACA%3BEACA%3BEAAQ%3BEACR%3BEACA%3BEACA%3BEACA%3BEACA%2CYAplBQ%3BEAqlBR%3B%3BAACA%3BEACC%3BEACA%3B%3BAAIF%3BEACC%3BEACA%2COA1lBG%3BEA2lBH%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3B%3B%3BAASJ%3BEACC%3BEACA%2CkBA%5C%2FmBK%3BEAgnBL%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAASC%3BEACC%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3B%3BAAQC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3B%3B%3BAAYN%3BEACC%3BEACA%3BEACA%3B%3B%3BAAGD%3BAACA%3BEAAU%3BEAAoB%3BEAAe%3BEAAO%3BEAAQ%3BEAAU%3BEAAa%3BEAA4B%3B%3B%3BAAAY%3BEAA%2BB%3B%3B%3BAAAa%3BEAA2B%3BEAAU%3B%3B%3BAAAoB%3BEAAqC%3BEAAU%3B%3B%3BAAAoB%3BEAA4B%3BEAAsB%3BEAAU%3BEAAa%3B%3B%3BAAA4B%3BEAAsC%3B%3B%3BAAAa%3BEAAkC%3BEAAU%3B%3B%3BAAAoB%3BEAA4C%3BEAAU%3B%3B%3BAAAoB%3BEAAU%3BEAAgB%3BEAAe%3BEAAW%3BEAAe%3BEAAkB%3BEAAa%3B%3B%3BAAAW%3BEAAqB%3BEAAmB%3BEACztB%3B%3B%3BAAAc%3BEAAoB%3BEAAa%3BEAAkB%3BEAAW%3BEAAU%3BEAAU%3BEAAY%3BEAAe%3B%3B%3BAAAmB%3BEAAuB%3B%3B%3BAAAkB%3BEAA2B%3BEAAgB%3BEAAwB%3BEAAW%3BEAAkB%3BEAAS%3BEAA2B%3BEAAU%3B%3B%3BAAAe%3BEAAgB%3BEAAe%3BEAAS%3BEAAO%3BEAAQ%3BEAAwC%3BEAAa%3B%3B%3BAAA4B%3BEAAsB%3B%3B%3BAAAe%3BEAAuB%3BEAAa%3BEAAe%3BEAAuB%3B%3B%3BAAA8B%3BEAA2B%3BEAAkB%3B%3B%3BAAAkB%3BEAAqC%3BEAAe%3BEAAyB%3BEAAmB%3BEAAgB%3BEAAW%3BEAAoB%3BEAAgC%3BEAAe%3BEAAmB%3B%3B%3BAAAgB%3BEAAwB%3B%3B%3BAAAgB%3BEAA0B%3BEAAW%3BEAAmB%3BEAAc%3BEAAgB%3BEAAuB%3BEAAW%3BEAAe%3BEAAmB%3B%3B%3BAAAgB%3BEAAa%3BEAAgB%3BEAAS%3B%3B%3BAAAgB%3BEAAgB%3BEAAS%3B%3B%3BAAAU%3BEAAkB%3BEAAqB%3BEAAc%3BEAAc%3BEAAiB%3B%3B%3BAAAgB%3BEAAwB%3B%3B%3BAAAW%3BEAAkB%3BEAAkB%3BEAAkB%3BEAAW%3BEAAiB%3BEAAgB%3BEAAS%3B%3B%3BAAAkB%3BEAAyB%3BEAAgB%3BEAAwB%3BEAAkB%3BEAAW%3BEAAkB%3BEAAS%3B%3B%3BAAAM%3BEAAiB%3B%3B%3BAAAe%3BEAAwB%3BEAAgB%3BEAAwB%3BEAAkB%3BEAAW%3BEAAkB%3BEAAS%3B%3B%3BAAAQ%3BEAAwB%3BEAAgB%3BEAAwB%3BEAAkB%3B%3B%3BAAAW%3BEAA0B%3BIAAoB%3B%3B%3BAAAc%3BEAAgC%3BEAAkB%3B%3B%3BAAAU%3BEAAgC%3BEAAkB%3BEAAU%3BEAAS%3B%3B%3BAAAS%3BEAAiD%3BEAA6B%3BEAAqB%3BEAAoB%3BEAAoB%3B%3B%3BAAAoB%3BEAAsC%3BEAAmB%3BEAAU%3B%3B%3BAAAY%3BEAAY%3BEAAa%3BEAAmB%3B%3B%3BAAAmB%3BEAAqB%3BEAAiB%3BEAAmB%3B%3B%3BAAAe%3BEAA6B%3BEAAgB%3BEAAwB%3BEAAW%3BEAAkB%3B%3B%3BAAA2B%3BEAAsC%3B%3B%3BAAAmB%3BEAAc%3BEAAa%3BEAAW%3BEAAY%3BEAAiB%3BEAAkB%3B%3B%3BAAAkC%3BEAAoB%3BEAAY%3BEAAiB%3BEAAgB%3BEAAkB%3BEAAS%3BEAAwB%3BEAAe%3B%3B%3BAAAW%3BEAAiC%3B%3B%3BAAAW%3BEAAqB%3BEAAgB%3BEAAS%3BEAAY%3BEAAiB%3BEAAW%3BEAAkB%3BEAAW%3BEAAgB%3BEAAkB%3B%3B%3BAAAkB%3BEAA4B%3BEAAgB%3B%3B%3BAAAwB%3BEAAgB%3B%3B%3BAAAW%3BEAAkB%3BEAAsB%3B%3B%3BAAAoB%3BEAAsB%3B%3B%3BAAAiB%3BEAAmB%3B%3B%3BAAAc%3BEAAa%3B%3B%3BAAAa%3BEAAiB%3BEAAe%3BEAAgC%3BEAAkB%3BEAAkB%3B%3B%3BAAAsB%3BEAAU%3BEAAe%3BEAAgC%3BEAAkB%3BEAAkB%3B%3B%3BAAAsB%3BEAAqC%3BEAAe%3BEAAkB%3BEAAY%3BEAAkB%3BEAAU%3BEAAO%3BEAAmB%3BEAAiB%3BEAAkB%3BEAAU%3BEAAmB%3BEAAmB%3B%3B%3BAAAW%3BEAAW%3B%3B%3BAAAa%3BEAAc%3B%3B%3BAAAY%3BEAAuC%3BEAAqB%3B%3B%3BAAA2B%3BEAAiD%3BEAAU%3BEAAmB%3B%3B%3BAAAmB%3BEAAW%3BEAAgB%3B%3B%3BAAAwB%3BEAAkB%3BEAAgB%3B%3B%3BAAAwB%3BEAAW%3BEAAgB%3B%3B%3BAAAwB%3BEAAmB%3BEAAgB%3B%3B%3BAAAwB%3BEAAgB%3BEAAgB%3B%3B%3BAAAwB%3BEAAkB%3BEAAgB%3B%3B%3BAAAwB%3BEAAiB%3BEAAgB%3B%3B%3BAAAwB%3BEAA2B%3BIAAuB%3B%3BEAA8B%3BIAA2B%3B%3B%3BAAAmB%3BEAA2B%3BIAAa%3B%3B%3BAAAoB%3BEAA2B%3BIAAwB%3B%3B%3BAAAgB%3BEAA2B%3BIAAuB%3B%3BEAA2B%3BIAAe%3BIAAQ%3B%3BEAAO%3BIAAgB%3BIAAQ%3B%3BEAAO%3BIAA8B%3BIAAQ%3BIAAc%3BIAAmB%3B%3BEAAO%3BIAAa%3BIAAc%3BIAAQ%3BIAAgB%3BIAAc%3B%3B%3BAAAW%3BEAA0B%3BIAAa%3B%3BEAAa%3BIAAU%3B%3BEAAc%3BIAAuB%3BIAAsB%3B%3BEAA2B%3BIAA%2BB%3B%3BEAAQ%3BIAA0B%3BIAAgB%3B%3BEAA8B%3BIAA2B%3BIAAW%3BIAAQ%3BIAAgB%3BIAAkB%3BIAA0B%3B%3BEAAY%3BIAA6B%3BIAAW%3BIAAgB%3B%3BEAAkB%3BIAA2C%3BIAAuB%3BIAAc%3B%3BEAAW%3BIAA8B%3BIAAuB%3BIAAiB%3BIAAU%3B%3BEAA2B%3BIAAkC%3BIAAiB%3BIAA0B%3B%3BEAAoB%3BIAAyC%3BIAAW%3BIAAkC%3BIAAW%3BIAAY%3BIAAS%3BIAAc%3BIAAkB%3B%3BEAAS%3BIAAqC%3B%3BEAAS%3BIAAoC%3BIAAY%3B%3BEAAiB%3BIAAuC%3B%3BEAAQ%3BIAAsC%3B%3BEAAQ%3BIAAyD%3B%3BEAAY%3BIAA2C%3BIAAS%3B%3BEAAgB%3BIAA%2BC%3B%3BEAAY%3BIAA%2BB%3BIAAa%3BIAAQ%3BIAAa%3BIAAmB%3BIAAyB%3BIAAY%3BIAAgB%3BIAAe%3B%3BEAAiB%3BIAAkC%3BIAAkB%3BIAAS%3B%3BEAAW%3BIAAkC%3BIAAuB%3BIAA4B%3BIAAgB%3BIAAW%3B%3BEAA6B%3BIAAqC%3BIAAmB%3BIAA2B%3BIAAa%3BIAAgB%3BIAAmB%3B%3BEAAkB%3BIAAuC%3BIAAqB%3BIAAe%3BIAAkB%3BIAAW%3BIAAY%3BIAAkB%3B%3BEAAiB%3BIAAkD%3B%3BEAAe%3BIAA8C%3B%3BEAAa%3BIAAe%3BIAAc%3BIAAyB%3BIAAQ%3BIAAY%3B%3BEAA6B%3BIAA6B%3BIAAgB%3BIAAyC%3B%3B%3BAAA2B%3BEAA0B%3BIAAqC%3BIAAa%3B%3BEAA8B%3BIAAuC%3B%3B%3BAAAmB%3BEAA0B%3BIAAuC%3BIAAiB%3B%3B%3BAAAgB%3BEAAY%3BEAAgB%3BEAAe%3BEAAW%3BEAAc%3B%3B%3BAAAkB%3BEAAc%3BEAAS%3BEAAuB%3BEAAiB%3BEAAa%3B%3B%3BAAAqB%3BEAA2B%3BIAAY%3B%3B%3BAAAS%3BEAAU%3B%3B%3BAAA0B%3BEAAiG%3BEAAY%3BEAAiB%3BEAAkB%3BEAAe%3BEAAmB%3BEAAoB%3BEAAgB%3BEAAS%3BEAAkB%3BEAAgB%3B%3B%3BAAAc%3BEAAoI%3BEAAyB%3BEAAkB%3BEAAO%3BEAAQ%3BEAAS%3BEAAM%3BEAAW%3B%3B%3BAAAoB%3BEAAc%3BEAAgB%3BEAAyB%3BEAAe%3BEAAkB%3BEAAgB%3B%3B%3BAAAmB%3BEAAuM%3BEAAkB%3BEAAW%3BEAAS%3BEAAS%3BEAAW%3BEAAY%3BEAAqE%3B%3B%3BAAAqB%3BEAA8B%3BEAAa%3BEAAW%3BEAAY%3BEAAS%3BEAAkB%3BEAAU%3BEAAQ%3B%3B%3BAAAgB%3BEAA4C%3BEAAW%3BEAAY%3BEAAkB%3BEAAiB%3BEAAkB%3BEAAS%3BEAAkB%3BEAAU%3BEAAQ%3BEAA2B%3BEAAmB%3BEAAW%3BEAAgB%3B%3B%3BAAAwB%3BEAAY%3BEAAkB%3BEAA6B%3BEAAO%3BEAAQ%3BEAAM%3BEAAS%3B%3B%3BAAA0B%3BEAAmB%3BEAAmB%3B%3B%3BAAAU%3BEAAmB%3B%3B%3BAAAY%3BEAA0B%3BIAAY%3BIAAwB%3BIAAe%3BIAAgB%3BIAAW%3BIAAkB%3BIAAU%3BIAAW%3BIAAY%3B%3BEAAS%3BIAAmB%3BIAAmB%3BIAA4B%3BIAAgB%3B%3BEAAQ%3BIAA0B%3B%3B%3BAAAyB%3BEAAuB%3B%3B%3BAAAa%3BEAAqB%3B%3B%3BAAAgB%3BEAA0B%3BIAAqB%3BIAAW%3B%3B%3BAAAgB%3BEAAc%3B%3B%3BAAAU%3BEAAiB%3B%3B%3BAAAyB%3BEAA4B%3B%3B%3BAAAqB%3BEAAa%3BEAAiB%3B%3B%3BAAAoB%3BEAAqB%3B%3B%3BAAAmB%3BEAA0B%3BIAA2C%3BIAAS%3BIAAU%3BIAAkB%3B%3BEAAoB%3BIAAoD%3BIAAY%3BIAAU%3BIAAmB%3BIAAmB%3B%3B%3BAAAoB%3BEAA0B%3BIAA2C%3B%3B%3BAAAoB%3BEAAmB%3B%3B%3BAAAe%3BEAA6B%3BEAAY%3BEAAkB%3BEAAkB%3BEAAQ%3B%3B%3BAAAuB%3BEAAmC%3B%3B%3BAAAY%3BEAAiC%3B%3B%3BAAAa%3BEAAc%3B%3B%3BAAAmB%3BEAA2B%3BIAAiB%3BIAAa%3BIAA8B%3BIAAmB%3BIAAgB%3BIAA0B%3B%3BEAAW%3BIAA6B%3BIAAS%3BIAAgB%3B%3BEAAa%3BIAAoB%3BIAAa%3BIAAmB%3B%3BEAAyB%3BIAAuB%3BIAAkB%3BIAAY%3BIAAoB%3B%3BEAAe%3BIAA2B%3BIAAe%3B%3BEAAgB%3BIAA6B%3BIAAW%3B%3BEAAoB%3BIAAkC%3B%3B%3BAAAgB%3BEAA2B%3BIAAiB%3B%3B%3BAAAc%3BEAA0B%3BIAAe%3B%3BEAAwB%3BIAAgB%3B%3B%3BAAG7lW%3BEACC%3B%3B%3BADztBD%3BAACA%3BEEJA%3BIACC%3B%3BEAEA%3BIACC%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAIC%3BIACC%3BIACA%3B%3BEAGD%3BIACC%3B%3BEAGD%3BIACC%3BIACA%3B%3BEACA%3BIACC%3B%3BEAaJ%3BIACC%3BIACA%3B%3BEAMF%3BIACC%3B%3BEAEA%3BIACC%3B%3BEAGD%3BIACC%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAQD%3BIACC%3BIACA%3B%3BEASD%3BIACC%3B%3BEAGD%3BIACC%3B%3BEAGD%3BIAEC%3B%3BEAUD%3BIACC%3B%3B%3BAF5FF%3BAACA%3BEGPC%3BIACC%3B%3BEAGD%3BIACC%3B%3BEAID%3BIAEC%3B%3B%3BAHAF%3BAACA%3BEIZC%3BIACC%3B%3BEAGD%3BIACC%3B%3BEAID%3BIAEC%22%7D */