@charset "UTF-8";
/* xl - DESKTOP STYLES */
@import url("https://fonts.googleapis.com/css2?family=Girassol&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
* {
  font-family: Montserrat;
  margin: 0;
  padding: 0;
}
a.see-prod {
  display: flex;
  line-height: 18px;
  color: #10182B;
}
a.see-prod::before {
  content: url("../themes/scaphandr/assets/img/arrow-rigth.svg");
  display: none;
  width: 10px;
  margin-right: 15px;
  transition: all 0.15s ease-out;
}
a.see-prod:hover::before {
  margin-right: 20px;
  transition: all 0.15s ease-out;
}
body.soon {
  background-color: #FFF;
  padding: 0 50px;
}
body.soon section {
  display: flex;
  height: 100%;
}
body.soon section div {
  margin: auto;
}
body.soon section div img {
  max-height: 150px;
}
body.soon section div p {
  text-align: center;
  color: #FFFFFF;
  margin: auto;
  padding-top: 50px;
  letter-spacing: 15px;
}
body {
  background-color: #FFFFFF;
}
#top-bar {
  height: 30px;
  background: #eebb6f;
}
#top-bar #inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
}
#top-bar #inner p {
  text-align: center;
  margin: auto;
  line-height: 30px;
}
header.site-header {
  background-color: #10182B;
  position: sticky;
  z-index: 1400;
  top: 0;
  border-bottom: 1px solid #43506B;
  padding: 0 20px;
}
header.site-header .header-container {
  display: grid;
  grid-template-columns: 2fr 10fr;
  grid-gap: 50px;
  max-width: 1340px;
  margin: auto;
  height: 120px;
  align-items: center;
  padding-top: 10px;
}
header.site-header .header-container #logo img {
  height: 75px;
}
header.site-header .header-container #navigation {
  display: flex;
  flex-direction: column;
  gap: 0px;
  height: 100%;
}
header.site-header .header-container #navigation #navigation-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 50%;
  align-items: center;
}
header.site-header .header-container #navigation #navigation-top #recherche {
  display: flex;
  gap: 50px;
}
header.site-header .header-container #navigation #navigation-top #recherche i {
  font-size: 32px;
  color: #eebb6f;
  cursor: pointer;
  display: none;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form {
  padding-right: 25px;
  display: flex;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form input {
  display: inline-block;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form input[type="search"] {
  background: #fff;
  color: #10182B;
  border-right: 1px solid #6F7E9B;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  padding: 8px 15px;
  border-radius: 20px 0 0 20px;
  width: 300px;
  transition: width 0.2s ease-out;
  outline: none;
  font-size: 14px;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form input[type="search"]:focus, header.site-header .header-container #navigation #navigation-top #recherche form.search-form input[type="search"]:hover {
  width: 400px;
  transition: width 0.1s ease-out;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form input[type="search"]::placeholder {
  color: #10182B;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form button[type="submit"] {
  background: #43506B;
  color: #ccc;
  border: none;
  padding: 6px;
  border-radius: 0 20px 20px 0;
  width: 50px;
  cursor: pointer;
  height: 34px;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form button[type="submit"] svg {
  height: 24px;
  fill: #ccc;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form button[type="submit"] svg:hover {
  scale: 0.9;
}
header.site-header .header-container #navigation #navigation-top #account-cart {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
header.site-header .header-container #navigation #navigation-top #account-cart a {
  display: flex;
  flex-direction: row-reverse;
  color: #eebb6f;
  position: relative;
}
header.site-header .header-container #navigation #navigation-top #account-cart a img {
  height: 20px;
  margin-right: 10px;
}
header.site-header .header-container #navigation #navigation-top #account-cart a span {
  position: absolute;
  left: 2px;
  top: 4px;
  font-size: 11px;
  color: #FFFFFF;
  opacity: 0.8;
  text-align: center;
  width: 14px;
}
header.site-header .header-container #navigation #navigation-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 50%;
  align-items: center;
}
header.site-header .header-container #navigation #navigation-bottom i {
  display: none;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu {
  width: 100%;
  height: 100%;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item.blink a {
  color: #10182B;
  animation: blink 2s infinite linear forwards;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item.new-product a {
  color: #10182B;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item {
  isplay: flex;
  position: relative;
  /* padding-bottom: 15px; */
  padding: auto;
  /* height: 50px; */
  height: 100%;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item a {
  color: #FFFFFF;
  letter-spacing: -0.03em;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item a:hover {
  color: #eebb6f;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item ul.sub-menu {
  position: absolute;
  flex-direction: column;
  justify-items: start;
  width: max-content;
  padding: 5px 20px;
  background: #eebb6f;
  top: 55px;
  z-index: 999999999;
  border-radius: 0 0 4px 4px;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item ul.sub-menu li {
  padding: 5px 0;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item ul.sub-menu li a {
  color: #000;
  font-size: 14px;
  display: block;
  max-width: fit-content;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item ul.sub-menu li a:hover {
  color: #10182B;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item:hover ul.sub-menu {
  grid-template-columns: 1fr 1fr;
}
.content-area section#video video {
  width: 100%;
  height: 700px;
  object-fit: fill;
}
section h1 {
  font-size: 70px;
  color: #10182B;
  font-family: DM Serif Display;
}
section#nourriture h1 {
  color: #FFFFFF;
}
section .swiper {
  padding: 20px;
}
section .swiper-slide {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
section#bestseller {
  min-height: 420px;
  background: #eff4ff;
  padding: 25px 50px 0 50px;
}
section#bestseller #over-swipeslide {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  padding-bottom: 25px;
}
section#bestseller #over-swipeslide p {
  font-size: 13px;
  color: #10182B;
  text-align: justify;
}
section#bestseller #over-swipeslide #swiper-button {
  position: relative;
  width: 60%;
  height: 100%;
}
section#bestseller .swiper {
  max-width: 1400px;
  position: relative;
  padding-bottom: 25px;
}
section#bestseller .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 330px;
  border-radius: 10px;
  padding: 15px 0;
}
section#bestseller .swiper-slide h2 {
  font-size: 24px;
}
section#bestseller .swiper-slide h3 {
  font-size: 14px;
  font-weight: 500;
}
section#bestseller .swiper-slide a {
  background: #10182B;
  color: #eebb6f;
  padding: 5px 15px;
  border-radius: 5px;
}
section#bestseller .swiper-slide img {
  display: block;
  height: 70%;
  object-fit: cover;
}
section#bestseller .swiper-button-next, section#bestseller .swiper-button-prev {
  color: #10182B;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
}
section#bestseller .swiper-button-next::after, section#bestseller .swiper-button-prev::after {
  font-size: 32px;
}
section#bestseller .swiper-button-next:hover, section#bestseller .swiper-button-prev:hover {
  background: rgba(255, 247, 235, 0.46);
}
section#bestseller .swiper-pagination-bullet-active {
  background: #10182B;
}
section#materiel {
  background: #fff8f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 25px 0 25px 0;
}
section#materiel span.back-title {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff8f4;
  font-size: 300px;
  opacity: 0.5;
  z-index: 0;
  translate: 15%;
}
section#materiel #wrap-materiel {
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
section#materiel #wrap-materiel .top {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 50px;
}
section#materiel #wrap-materiel p {
  color: #10182b;
  font-size: 15px;
  font-weight: 500;
  max-width: 50%;
}
section#materiel #wrap-materiel #categories {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 25px;
}
section#materiel #wrap-materiel #categories a.cat {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 1px solid #4990ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
section#materiel #wrap-materiel #categories a.cat h2 {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
}
section#materiel #wrap-materiel #categories a.cat img {
  height: 55px;
}
section#materiel #wrap-materiel #categories .swiper {
  width: 100%;
  position: relative;
}
section#materiel #wrap-materiel #categories .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 330px;
  border-radius: 10px;
  padding: 15px 0;
}
section#materiel #wrap-materiel #categories .swiper-slide h2 {
  font-size: 21px;
}
section#materiel #wrap-materiel #categories .swiper-slide h3 {
  font-size: 14px;
  font-weight: 500;
}
section#materiel #wrap-materiel #categories .swiper-slide a {
  background: #10182B;
  color: #eebb6f;
  padding: 5px 15px;
  border-radius: 5px;
}
section#materiel #wrap-materiel #categories .swiper-slide img {
  border-radius: 5px;
}
section#materiel #wrap-materiel #categories .swiper-slide img {
  display: block;
  height: 70%;
  object-fit: cover;
}
section#materiel #wrap-materiel #categories .swiper-button-next, section#materiel #wrap-materiel #categories .swiper-button-prev {
  color: #10182B;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
}
section#materiel #wrap-materiel #categories .swiper-button-next::after, section#materiel #wrap-materiel #categories .swiper-button-prev::after {
  font-size: 32px;
}
section#materiel #wrap-materiel #categories .swiper-button-next:hover, section#materiel #wrap-materiel #categories .swiper-button-prev:hover {
  background: rgba(255, 247, 235, 0.46);
}
section#materiel #wrap-materiel #categories .swiper-pagination-bullet-active {
  background: #10182B;
}
section {
  position: relative;
  padding: 25px 0;
  transition: all 0.5s cubic-bezier(0.18, 0.9, 0.33, 1.03);
}
section:hover {
  transition: all 0.5s cubic-bezier(0.18, 0.9, 0.33, 1.03);
}
section#decoration {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80%;
  background-color: #fff;
}
section#decoration span.back-title {
  position: absolute;
  left: 0;
  top: 0;
  color: #FAC67A;
  font-size: 150px;
  z-index: 0;
  display: none;
}
section#decoration #wrap-decoration .top {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 50px;
}
section#decoration #wrap-decoration .top a {
  color: #10182B;
}
section#decoration #wrap-decoration .top a.see-prod::before {
  display: none;
}
section#decoration #wrap-decoration p {
  color: #10182B;
  font-size: 15px;
  font-weight: 400;
  max-width: 50%;
}
section#decoration #wrap-decoration #categories {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
section#decoration #wrap-decoration #categories a.cat {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
section#decoration #wrap-decoration #categories a.cat h2 {
  color: #10182B;
  font-size: 14px;
  text-transform: uppercase;
}
section#decoration #wrap-decoration #categories a.cat img {
  height: 55px;
}
section#decoration #wrap-decoration #categories .swiper {
  width: 100%;
  position: relative;
}
section#decoration #wrap-decoration #categories .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 330px;
  border-radius: 10px;
  padding: 15px 0;
}
section#decoration #wrap-decoration #categories .swiper-slide h2 {
  font-size: 24px;
}
section#decoration #wrap-decoration #categories .swiper-slide h3 {
  font-size: 14px;
  font-weight: 500;
}
section#decoration #wrap-decoration #categories .swiper-slide a {
  background: #10182B;
  color: #eebb6f;
  padding: 5px 15px;
  border-radius: 5px;
}
section#decoration #wrap-decoration #categories .swiper-slide img {
  border-radius: 5px;
}
section#decoration #wrap-decoration #categories .swiper-slide img {
  display: block;
  height: 70%;
  object-fit: cover;
}
section#decoration #wrap-decoration #categories .swiper-button-next, section#decoration #wrap-decoration #categories .swiper-button-prev {
  color: #10182B;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
}
section#decoration #wrap-decoration #categories .swiper-button-next::after, section#decoration #wrap-decoration #categories .swiper-button-prev::after {
  font-size: 32px;
}
section#decoration #wrap-decoration #categories .swiper-button-next:hover, section#decoration #wrap-decoration #categories .swiper-button-prev:hover {
  background: rgba(255, 247, 235, 0.46);
}
section#decoration #wrap-decoration #categories .swiper-pagination-bullet-active {
  background: #10182B;
}
section#nourriture {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 70%;
  background-color: #eff4ff;
}
section#nourriture #wrap-nourriture .top {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 50px;
}
section#nourriture #wrap-nourriture .top h1 {
  color: #10182B;
}
section #wrap-decoration, section #wrap-nourriture {
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
section #wrap-decoration .top, section #wrap-nourriture .top {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}
section #wrap-decoration p, section #wrap-nourriture p {
  color: #eebb6f;
  font-size: 15px;
  font-weight: 300;
  max-width: 50%;
}
section #wrap-decoration #categories, section #wrap-nourriture #categories {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
section #wrap-decoration #categories a.cat, section #wrap-nourriture #categories a.cat {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 1px solid #4990ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
section #wrap-decoration #categories a.cat h2, section #wrap-nourriture #categories a.cat h2 {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
}
section #wrap-decoration #categories a.cat img, section #wrap-nourriture #categories a.cat img {
  height: 55px;
}
section #wrap-decoration #categories .swiper, section #wrap-nourriture #categories .swiper {
  width: 100%;
  position: relative;
}
section #wrap-decoration #categories .swiper-slide, section #wrap-nourriture #categories .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 330px;
  border-radius: 10px;
  padding: 15px 0;
}
section #wrap-decoration #categories .swiper-slide h2, section #wrap-nourriture #categories .swiper-slide h2 {
  font-size: 24px;
}
section #wrap-decoration #categories .swiper-slide h3, section #wrap-nourriture #categories .swiper-slide h3 {
  font-size: 14px;
  font-weight: 500;
}
section #wrap-decoration #categories .swiper-slide a, section #wrap-nourriture #categories .swiper-slide a {
  background: #10182B;
  color: #eebb6f;
  padding: 5px 15px;
  border-radius: 5px;
}
section #wrap-decoration #categories .swiper-slide img, section #wrap-nourriture #categories .swiper-slide img {
  border-radius: 5px;
}
section #wrap-decoration #categories .swiper-slide img, section #wrap-nourriture #categories .swiper-slide img {
  display: block;
  height: 70%;
  object-fit: cover;
}
section #wrap-decoration #categories .swiper-button-next, section #wrap-decoration #categories .swiper-button-prev, section #wrap-nourriture #categories .swiper-button-next, section #wrap-nourriture #categories .swiper-button-prev {
  color: #10182B;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
}
section #wrap-decoration #categories .swiper-button-next::after, section #wrap-decoration #categories .swiper-button-prev::after, section #wrap-nourriture #categories .swiper-button-next::after, section #wrap-nourriture #categories .swiper-button-prev::after {
  font-size: 32px;
}
section #wrap-decoration #categories .swiper-button-next:hover, section #wrap-decoration #categories .swiper-button-prev:hover, section #wrap-nourriture #categories .swiper-button-next:hover, section #wrap-nourriture #categories .swiper-button-prev:hover {
  background: rgba(255, 247, 235, 0.46);
}
section #wrap-decoration #categories .swiper-pagination-bullet-active, section #wrap-nourriture #categories .swiper-pagination-bullet-active {
  background: #10182B;
}
section#contact {
  height: auto;
  background-image: url(../themes/scaphandr/assets/img/bg-contact.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 100px 25px 50px 25px;
}
section#contact #wrap-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin: auto;
  gap: 100px;
}
section#contact #wrap-contact #left {
  position: relative;
}
section#contact #wrap-contact #left img {
  height: 100px;
  display: block;
  margin-bottom: 50px;
}
section#contact #wrap-contact #left h2 {
  font-size: 52px;
  color: #eebb6f;
  font-weight: 500;
  padding-bottom: 25px;
}
section#contact #wrap-contact #left p {
  color: #FFFFFF;
  font-size: 14px;
  padding-bottom: 25px;
}
section#contact #wrap-contact #left #container-map {
  position: absolute;
  bottom: -950px;
  left: -200px;
  border-radius: 400px;
  background-color: #F5FF2E;
  width: 800px;
  height: 800px;
  transition: all 1s cubic-bezier(0.36, 1.29, 0.52, 0.99);
}
section#contact #wrap-contact #left #container-map iframe {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 400px;
  background-color: #F5FF2E;
  width: 780px;
  height: 780px;
  transition: all 1s ease-out;
  opacity: 0;
}
section#contact #wrap-contact #left #container-map span {
  margin: auto;
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
  top: 25px;
  font-weight: 500;
  cursor: pointer;
}
section#contact #wrap-contact #right form {
  max-width: 800px;
  margin: 0 auto;
}
section#contact #wrap-contact #right form #wrap-input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}
section#contact #wrap-contact #right form input, section#contact #wrap-contact #right form textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1rem;
  outline: none;
  width: 100%;
}
section#contact #wrap-contact #right form input::placeholder, section#contact #wrap-contact #right form textarea::placeholder {
  color: #c0c0c0;
}
section#contact #wrap-contact #right form input[type="text"], section#contact #wrap-contact #right form input[type="email"], section#contact #wrap-contact #right form input[type="tel"] {
  width: 100%;
}
section#contact #wrap-contact #right form textarea {
  grid-column: span 2;
  height: 150px;
}
section#contact #wrap-contact #right form button {
  grid-column: span 2;
  padding: 15px;
  background-color: #eebb6f;
  color: #10182B;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 200px;
  margin-top: 25px;
}
section#contact #wrap-contact #right form button:hover {
  background-color: #151F38;
  color: #eebb6f;
  border: 1px solid #FFFFFF;
}
section#contact #wrap-contact #right form .checkbox-container {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}
section#contact #wrap-contact #right form .checkbox-container label {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  display: block;
  width: 90%;
}
section#contact #wrap-contact #right form .checkbox-container input {
  display: block;
  width: 50px;
}
/*/// RESULTAT PRODUIT ///*/
section#resultats {
  max-width: 1400px;
  margin: auto;
  padding-bottom: 50px;
}
section#resultats .container {
  padding-top: 50px;
}
section#resultats .container header.page-header {
  background: transparent;
  position: realtive;
  z-index: 0;
}
section#resultats .container header.page-header h1 {
  color: #10182B;
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}
section#resultats .container ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 100px;
  padding-top: 75px;
}
section#resultats .container ul.products li.product {
  overflow: hidden;
  position: relative;
}
section#resultats .container ul.products li.product img {
  object-fit: cover;
  height: auto;
  width: 100%;
  transition: all 0.25s ease-out;
  overflow: hidden;
}
section#resultats .container ul.products li.product .outofstock {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  padding: 5px;
}
section#resultats .container p.woocommerce-result-count, section#resultats .container a.button {
  display: none;
}
section#resultats .container h2.woocommerce-loop-product__title {
  padding: 5px 0 5px 0;
  color: #10182B;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  text-align: center;
}
section#resultats .container span.price {
  text-align: center;
  margin: auto;
  display: block;
}
section#resultats .container span.price bdi {
  text-align: center;
  color: #000;
  font-family: century gothic;
  font-size: 21px;
  font-weight: lighter;
  text-align: center;
  font-style: italic;
}
section#resultats .container span.price bdi span {
  font-family: century gothic;
  text-align: center;
}
.page-template section#mentions {
  padding: 50px 25px;
  max-width: 1200px;
  margin: auto;
}
.page-template section#mentions h1 {
  font-size: 32px;
  padding-bottom: 50px;
}
.page-template section#mentions p {
  padding-top: 5px;
  padding-bottom: 0px;
  display: block;
}
footer {
  padding: 100px;
  min-height: 250px;
  background: #111111;
}
/*/// FOOTER ///*/
.footer-contact ul li i, .informacje ul li i {
  display: none;
}
.informacje ul li {
  line-height: 24px;
}
.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;
  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: "";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  font-size: 50px;
}
.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 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFC877;
  padding: 10px 0 10px;
  border-bottom: 1px solid #090909;
  font-size: 13px;
  letter-spacing: 3px;
}
.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;
  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;
  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: "";
  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: "";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #fff;
  position: relative;
  left: 1px;
  top: 1px;
}
.footer-2 .email:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #fff;
}
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.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-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;
  margin-bottom: 15px;
}
.footer-newsletter h3:before {
  content: "";
  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);
  margin-bottom: 25px;
}
.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: "";
  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;
}
.footer-social 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;
}
.footer-social a:hover {
  padding: 0 !important;
  background: none !important;
}
.footer-social a:hover span {
  opacity: 1;
  transition: all 0.1s;
  visibility: visible;
}
.follow a {
  font-size: 20px;
  display: inline-block !important;
  margin-right: 25px;
  position: relative;
  color: #fff !important;
}
.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 a:hover {
  padding: 0 !important;
  background: none !important;
}
.follow a:hover span {
  opacity: 1;
  transition: all 0.1s;
  visibility: visible;
}
.follow ul {
  display: flex;
}
.follow ul li {
  margin: auto;
}
.fb:before {
  content: "";
  font-family: FontAwesome;
}
.instagram:before {
  content: "";
  font-family: FontAwesome;
}
.yt:before {
  content: "";
  font-family: FontAwesome;
}
.gplus-foot:before {
  content: "";
  font-family: FontAwesome;
}
.twitter:before {
  content: "";
  font-family: FontAwesome;
}
.pinterest:before {
  content: "";
  font-family: FontAwesome;
}
.linkedin:before {
  content: "";
  font-family: FontAwesome;
}
.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;
}
.promocje {
  margin-right: 0 !important;
}
.button-selsey {
  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 {
  border: 1px solid #898989;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 300px;
}
#go_to_cart form button {
  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;
}
#go_to_cart form button:before {
  border: 1px solid #898989;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 300px;
}
#wishlist_submits .goback {
  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;
}
#wishlist_submits .goback:before {
  border: 1px solid #898989;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 300px;
}
#copy_all_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;
}
#copy_all_to_cart:before {
  border: 1px solid #898989;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 300px;
}
.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;
}
.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 {
  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;
}
.fancybox-item.fancybox-close {
  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;
}
.close-popup-newsletter {
  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;
}
.remove-sidebar-rwd {
  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;
}
.clear-attr {
  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;
}
.delete_filters ul li a:after {
  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;
}
.close-form-contact {
  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;
}
.close-product-pop-up {
  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;
}
.close-map {
  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;
}
.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 {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
}
.nav-li-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: "";
  font-family: FontAwesome;
}
.footer-button {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
}
.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: "";
  font-family: FontAwesome;
}
.map-footer {
  visibility: hidden;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0 !important;
}
.map-footer iframe {
  height: 100%;
}
.map-footer.active {
  visibility: visible;
  z-index: 1;
}
.header_contact_number {
  display: none;
}
.header_contact_form {
  min-width: 300px;
}
.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;
}
.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;
}
@media (max-width: 991px) {
  .footer-2 .bg-fixed {
    display: none;
  }
  section#slider {
    height: 300px !important;
  }
  .navbar-toggler {
    margin: auto;
  }
}
@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 {
    order: 0;
    width: 33.333%;
    margin-bottom: 30px;
    flex: 1;
  }
  .informacje {
    order: 0;
    width: 33.333%;
    margin-bottom: 30px;
    flex: 1;
  }
  .promocje {
    order: 0;
    width: 33.333%;
    margin-bottom: 30px;
    flex: 1;
  }
  .rwd-breaker {
    display: block;
    order: 0;
    background: #fff;
    display: block;
    flex: 100%;
  }
  .copyrights {
    order: 7;
  }
}
@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;
  }
  .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;
  }
  .footer-newsletter-form .newsletter-accept {
    margin-bottom: 15px;
  }
}
@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;
  }
}
@media (max-width: 500px) {
  .header_contact_form {
    width: 100%;
    min-width: auto;
  }
}
@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 (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: 20px;
    opacity: 0.25;
    transition: all 0.2s;
    font-size: 48px;
  }
  .footer-payments ul li img {
    max-width: none;
    max-height: auto;
    height: 42px;
  }
  .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;
  }
}
.zakupy h3.avantages {
  padding-top: 20px;
  color: #eebb6f;
}
.zakupy ul.avantages li {
  padding: 8px 0;
}
.zakupy ul.avantages li i {
  margin-right: 5px;
  padding-bottom: 5px;
  display: none;
}
.footer-social {
  height: 25px;
}
.footer-social p {
  padding-top: 25px;
}
.footer-social img {
  margin: 10px 0;
  filter: grayscale(1);
  opacity: 0.25;
}
.footer-social img.partner {
  height: 50px;
  margin-bottom: 20px;
  opacity: 0.45;
}
.footer-social img:nth-child(4) {
  height: 55px;
}
/* Conteneur principal */
.scrolling-container {
  padding: 50px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* Masque pour empêcher le texte de dépasser */
.mask {
  width: 100vw;
  /* S'adapte à la largeur de la fenêtre */
  overflow: hidden;
  /* Masque le débordement */
  display: flex;
  align-items: center;
}
/* Texte avec dégradé */
.scrolling-text {
  white-space: nowrap;
  font-size: 200px;
  font-family: Girassol;
  background: linear-gradient(90deg, #EEBB6F, #10182B, #cbfaff);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  transition: all 0.5s cubic-bezier(0.15, 0.14, 0.48, 1);
}
#about {
  width: 1400px;
  padding: 75px;
  margin: auto;
  background: #10182B;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
#about #about-left h3 {
  color: #FFFFFF;
  font-size: 38px;
  line-height: 40x;
  padding-bottom: 40px;
}
#about #about-left h3 span {
  color: #eebb6f;
  font-family: Girassol;
  font-weight: lighter;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 36px;
}
#about #about-left h3::after {
  content: "";
  height: 5px;
  width: 75px;
  background: #eebb6f;
  display: block;
  border-radius: 10px;
  margin-top: 30px;
}
#about #about-left p {
  color: #FFFFFF;
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}
#about #about-right #wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 75px;
  gap: 50px;
}
#about #about-right #wrap article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#about #about-right #wrap article img {
  height: 50px;
}
#about #about-right #wrap article h4 {
  color: #eebb6f;
  font-size: 16px;
}
#about #about-right #wrap article p {
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
/* Styles pour le menu latéral */
.side-menu {
  position: fixed;
  top: 0;
  left: -300px;
  /* Position hors de l'écran */
  height: 100%;
  width: 300px;
  /* Largeur du menu */
  background: #FFFFFF;
  color: #fff;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  z-index: 99999;
  padding: 30px;
}
.side-menu ul li a {
  color: #10182B;
}
.side-menu ul li a:hover {
  color: #c7995f;
}
/* Bouton pour fermer le menu */
.side-menu .menu-toggle {
  background: none;
  border: none;
  color: #10182B;
  font-size: 2rem;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.side-menu.open {
  left: 0;
}
.side-menu #socials {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 25px 20px;
}
.side-menu #socials i {
  color: #10182B;
  font-size: 20px;
}
/* Sous-menus cachés par défaut */
.main-menu .sub-menu {
  display: none;
  /* Caché de base */
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.main-menu .sub-menu a {
  font-size: 13px;
  padding: 3px 0 3px 25px;
  transition: translate 0.2s ease-out;
}
.main-menu .sub-menu a:hover {
  color: #c7995f;
  translate: 5px;
  transition: translate 0.2s ease-out;
}
/* Sous-menus visibles lorsque le parent est actif */
.main-menu li.open > .sub-menu {
  display: block;
  /* Afficher lorsqu'il est ouvert */
}
/* Lien dans le menu */
.main-menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
}
/* Indicateur pour les éléments parents ayant des sous-menus */
.main-menu li.has-submenu > a {
  position: relative;
}
/* Ajouter un indicateur visuel pour les sous-menus */
.main-menu li.has-submenu > a:after {
  content: "▼";
  /* Flèche indicatrice */
  position: absolute;
  right: 10px;
  font-size: 0.8rem;
  color: #ccc;
}
.main-menu li.has-submenu > a:after:hover {
  color: #eebb6f;
}
#close-menu:hover {
  color: #c7995f;
}
/*///// FILTRE FACET WP /////*/
.noUi-horizontal .noUi-handle {
  border-radius: 20px;
  background: #10182B;
  cursor: pointer;
}
#wrapper-filtre-produits > div.left.filtres > div.facetwp-facet.facetwp-facet-promotion.facetwp-type-checkboxes.not-empty.not-active {
  margin-bottom: 0px;
}
#wrapper-filtre-produits > div.left.filtres > div.facetwp-facet.facetwp-facet-visibility.facetwp-type-checkboxes.not-empty.not-active > div:nth-child(2) {
  display: none;
}
#wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-banner-container.rounded-xl.wll-flex.wll-flex-col.items-center.justify-start.px-3.lg\:px-4.py-3.lg\:py-4.w-full.shadow-card_1 {
  background-color: #242c41 !important;
}
#wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-header-container.wll-flex.lg\:h-14.h-11.items-center.justify-between.w-full.p-3 > div {
  background-color: #242c41 !important;
}
#wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-points-rewards-container.wll-flex.w-full.lg\:gap-x-3.gap-x-2 > div.wll-earn-points-container.wll-flex.wll-flex-col.cursor-pointer.p-3.lg\:p-4.w-1\/2.gap-y-3.lg\:gap-y-4.rounded-xl.shadow-launcher {
  background-color: #242c41 !important;
}
#wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-points-rewards-container.wll-flex.w-full.lg\:gap-x-3.gap-x-2 > div.wll-earn-points-container.wll-flex.wll-flex-col.cursor-pointer.p-3.lg\:p-4.w-1\/2.gap-y-3.lg\:gap-y-4.rounded-xl.shadow-launcher p, #wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-points-rewards-container.wll-flex.w-full.lg\:gap-x-3.gap-x-2 > div.wll-earn-points-container.wll-flex.wll-flex-col.cursor-pointer.p-3.lg\:p-4.w-1\/2.gap-y-3.lg\:gap-y-4.rounded-xl.shadow-launcher span, #wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-points-rewards-container.wll-flex.w-full.lg\:gap-x-3.gap-x-2 > div.wll-earn-points-container.wll-flex.wll-flex-col.cursor-pointer.p-3.lg\:p-4.w-1\/2.gap-y-3.lg\:gap-y-4.rounded-xl.shadow-launcher i {
  color: #eebb6f !important;
}
#wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-points-rewards-container.wll-flex.w-full.lg\:gap-x-3.gap-x-2 > div.wll-rewards-container.wll-flex.wll-flex-col.cursor-pointer.p-3.lg\:p-4.w-1\/2.gap-y-3.lg\:gap-y-4.rounded-xl.shadow-launcher {
  background-color: #242c41 !important;
}
#wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-points-rewards-container.wll-flex.w-full.lg\:gap-x-3.gap-x-2 > div.wll-rewards-container.wll-flex.wll-flex-col.cursor-pointer.p-3.lg\:p-4.w-1\/2.gap-y-3.lg\:gap-y-4.rounded-xl.shadow-launcher p, #wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-points-rewards-container.wll-flex.w-full.lg\:gap-x-3.gap-x-2 > div.wll-rewards-container.wll-flex.wll-flex-col.cursor-pointer.p-3.lg\:p-4.w-1\/2.gap-y-3.lg\:gap-y-4.rounded-xl.shadow-launcher span, #wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-points-rewards-container.wll-flex.w-full.lg\:gap-x-3.gap-x-2 > div.wll-rewards-container.wll-flex.wll-flex-col.cursor-pointer.p-3.lg\:p-4.w-1\/2.gap-y-3.lg\:gap-y-4.rounded-xl.shadow-launcher i {
  color: #eebb6f !important;
}
#wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-points-rewards-container.wll-flex.w-full.lg\:gap-x-3.gap-x-2 > div.wll-earn-points-container.wll-flex.wll-flex-col.cursor-pointer.p-3.lg\:p-4.w-1\/2.gap-y-3.lg\:gap-y-4.rounded-xl.shadow-launcher > div.wll-points-icon-image-container.h-8.w-8 > i {
  color: #eebb6f !important;
}
#wll-site-launcher > div > div.wll-content-container.bg-white.wll-flex.wll-flex-col.\32 xl\:gap-y-3.gap-y-2.shadow-launcher.overflow-hidden.rounded-3xl.wll-fixed.w-\[300px\].sm\:w-\[340px\].min-w-\[300px\] > div > div.wll-home-card-container.wll-flex.wll-flex-col.overflow-y-auto.lg\:px-3.px-4.py-2.gap-y-3.w-full.max-h-\[49vh\].h-max > div.wll-points-rewards-container.wll-flex.w-full.lg\:gap-x-3.gap-x-2 > div.wll-rewards-container.wll-flex.wll-flex-col.cursor-pointer.p-3.lg\:p-4.w-1\/2.gap-y-3.lg\:gap-y-4.rounded-xl.shadow-launcher > div.wll-rewards-icon-image-container.h-8.w-8 > i {
  color: #eebb6f !important;
}
.facetwp-type-sort select {
  width: 100%;
  padding: 5px;
}
.fs-wrap {
  width: 100% !important;
}
/*////// AJUSTEMENTS PLUGINS ///////*/
a.xoo-wsc-ft-btn-checkout .amount {
  font-style: normal !important;
}
#wll-site-launcher > div > div {
  background-color: #10182B !important;
}
#wll-site-launcher .text-white, #wll-site-launcher > div > div > div > i {
  color: #FFC877 !important;
}
/*///// MEGA MENU /*/
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
  width: max-content;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  body {
    font-size: 100%;
  }
  header {
    background-color: #10182B;
    position: sticky;
    z-index: 9999;
    top: 0;
    border-bottom: 1px solid #43506B;
  }
  header .header-container {
    display: grid;
    grid-template-columns: 2fr 8fr;
    grid-gap: 100px;
    max-width: 1340px;
  }
  section#bestseller {
    padding: 50px 50px 50px 50px;
  }
  section#bestseller #over-swipeslide {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  section#bestseller #over-swipeslide h1 {
    font-size: 12vw;
  }
  section#bestseller #over-swipeslide #swiper-button {
    width: inherit;
  }
  section#materiel span.back-title {
    position: absolute;
    left: 0;
    top: 0;
    color: #151F38;
    font-size: 40vw;
    opacity: 0.5;
    z-index: 0;
    translate: -15%;
  }
  section#materiel #wrap-materiel {
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    padding: 0 25px;
  }
  section#materiel #wrap-materiel p {
    max-width: 100%;
  }
  section#materiel #wrap-materiel .top {
    flex-direction: column;
    gap: 20px;
  }
  section#materiel #wrap-materiel .top h1 {
    color: #fff;
    font-size: 12vw;
    letter-spacing: 25px;
  }
  section#materiel #wrap-materiel .top a {
    color: #4990ff;
  }
  section#materiel #wrap-materiel #categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    padding-top: 50px;
    gap: 25px;
  }
  section#materiel #wrap-materiel #categories a.cat {
    border-radius: 100px;
  }
  #wrap-section {
    flex-direction: column;
  }
  #wrap-section span.back-title {
    display: none;
  }
  #wrap-section section {
    width: 100%;
    padding: 25px;
  }
  #wrap-section section#decoration #wrap-decoration .top h1, #wrap-section section #wrap-nourriture .top h1 {
    font-size: 10vw;
    letter-spacing: 5px;
  }
  #wrap-section section#decoration #wrap-decoration p, #wrap-section section#decoration #wrap-nourriture p, #wrap-section section#nourriture #wrap-decoration p, #wrap-section section#nourriture #wrap-nourriture p {
    max-width: 100%;
  }
  #wrap-section section#decoration #wrap-decoration #categories, #wrap-section section#decoration #wrap-nourriture #categories, #wrap-section section#nourriture #wrap-decoration #categories, #wrap-section section#nourriture #wrap-nourriture #categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding-top: 50px;
    gap: 25px;
  }
  #wrap-section section#decoration #wrap-decoration #categories a.cat, #wrap-section section#decoration #wrap-nourriture #categories a.cat, #wrap-section section#nourriture #wrap-decoration #categories a.cat, #wrap-section section#nourriture #wrap-nourriture #categories a.cat {
    border-radius: 100px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F14-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F14-scss-tablet-l.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACQA%3BAACA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAqBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAgBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAD5jCL%3BAC8kCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAgBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1sCA%3BACwtCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAEE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAEE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAKK%3BAAAA%3BAAAA%3BAAAA%3BAAQL%3BAAEE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAKK%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADh3EF%3BAC03EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD13EA%3BACq4EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADr4EA%3BAC64EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADt%2BEJ%3BACw%2FEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAD3gFJ%3BACohFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAD5iFF%3BACqjFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhkFF%3BACykFA%3BAAAA%3BAAAA%3BAAAA%3BADzkFA%3BACglFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhlFA%3BAC0lFA%3BAAAA%3BAAAA%3BAD1lFA%3BACgmFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAD%2FmFD%3BACunFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADpqFA%3BAC0qFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADnrFA%3BAC2rFA%3BAAAA%3BAAAA%3BAD3rFA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%22%7D */