@charset "UTF-8";
/* xl - DESKTOP STYLES */
@import url("https://fonts.googleapis.com/css2?family=Elsie+Swash+Caps:wght@400;900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap");
@font-face {
  font-family: "Boiling";
  src: url("../themes/laconciergerie/assets/fonts/Boiling-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  font-family: montserrat;
  text-decoration: none;
  list-style: none;
}
span.turquoise {
  background: #009aae;
  font-family: Josefin Slab;
  -webkit-background-clip: text;
}
span.jaune {
  background: #009aae;
  font-family: Josefin Slab;
  -webkit-background-clip: text;
  display: contents;
  color: #f9ff00;
}
span.rose {
  background: #ff57b3;
  font-family: Josefin Slab;
  -webkit-background-clip: text;
  display: contents;
  color: #ff57b3;
}
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: 250px;
  margin: auto;
  display: block;
}
body.soon section div p {
  text-align: center;
  color: #16957f;
  margin: auto;
  padding-top: 50px;
  letter-spacing: 15px;
  font-family: arial;
}
section .inner {
  max-width: 1400px;
  margin: auto;
}
section#hero {
  background: #f5ced5;
  background: url("../themes/laconciergerie/assets/img/glitter01.png"), linear-gradient(115deg, #fd75c7 0%, #f59348 75%);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
section#hero dotlottie-wc {
  position: absolute;
  right: -10%;
  top: 10%;
  width: 1200px;
  height: 1200px;
  z-index: 0;
  filter: blur(50px);
  mix-blend-mode: normal;
}
section#hero #topbar {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  margin: auto;
  max-width: 1400px;
}
section#hero #topbar #logo #wrap-logo {
  height: 120px;
  width: 100px;
  background: #fff;
  border-radius: 0 0 80px 80px;
  padding: 0 15px 15px 15px;
  display: flex;
  align-items: flex-end;
}
section#hero #topbar #logo #wrap-logo img {
  display: block;
  width: 100px;
  height: 100px;
}
section#hero #topbar nav {
  padding: 50px 0 100px 0;
}
section#hero #topbar nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section#hero #topbar nav ul li a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
section#hero #topbar #right {
  padding: 50px 0 100px 0;
}
section#hero #topbar #right ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
section#hero #topbar #right ul li i {
  color: #fff;
}
section#hero .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
section#hero .inner #left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section#hero .inner #left p#p1 {
  margin: auto;
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  text-transform: uppercase;
}
section#hero .inner #left p#p2 {
  margin: auto;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 25px;
}
section#hero .inner #left p#p2 span {
  background: #ff3970;
  padding: 0px 8px 0 8px;
  border-radius: 12px;
  height: 17px;
  display: inline-block;
  line-height: 2px;
}
section#hero .inner #left a.rejoindre, section#hero .inner #left a.decouvrir {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  background: #ff3970;
  border-radius: 50px;
  padding: 8px 20px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.1s ease-out;
}
section#hero .inner #left a.rejoindre:hover, section#hero .inner #left a.decouvrir:hover {
  scale: 1.05;
  transition: all 0.1s ease-out;
}
section#hero .inner #left a.rejoindre img, section#hero .inner #left a.decouvrir img {
  display: block;
  height: 35px;
  margin-right: 10px;
}
section#hero .inner #left a.decouvrir {
  background: #009aae;
}
section#hero .inner #right {
  display: flex;
}
section#hero .inner #right img {
  margin: auto;
  position: relative;
  z-index: 5;
}
section#apropos {
  padding: 100px 0;
}
section#apropos .inner {
  background: #ff6186;
  background-size: cover;
  background-position: center;
  height: auto;
  border-radius: 40px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
}
section#apropos .inner #left {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
section#apropos .inner #left::before {
  content: "";
  display: block;
  position: absolute;
  width: 475px;
  /* taille à ajuster */
  height: 475px;
  background-image: url("../themes/laconciergerie/assets/img/rond-transp.png");
  background-size: cover;
  /* ou contain selon ton besoin */
  background-repeat: no-repeat;
  background-position: center;
  left: -60px;
  top: -130px;
}
section#apropos .inner #left img {
  display: block;
  height: 450px;
  position: relative;
  z-index: 5;
  bottom: 0;
}
section#apropos .inner #right {
  padding-right: 75px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
section#apropos .inner #right h2 {
  margin: auto;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  color: transparent;
  /* rend le texte transparent */
  -webkit-text-stroke: 1px #fff;
  /* épaisseur + couleur du contour */
  text-transform: uppercase;
  font-family: Arial;
  padding-top: 15px;
  font-family: Josefin Slab;
}
section#apropos .inner #right span {
  margin: auto;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  display: block;
  padding-bottom: 15px;
  font-family: Josefin Slab;
}
section#apropos .inner #right p {
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 35px;
}
section#apropos .inner #right ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  padding-bottom: 15px;
}
section#apropos .inner #right ul li {
  text-align: center;
  color: #ff3970;
  font-size: 14px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
}
section#apropos .inner #right ul li span {
  padding: 0;
}
section#apropos .inner #right a.rejoindre {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  background: #00a6a6;
  border-radius: 50px;
  padding: 8px 20px;
  width: fit-content;
  border: 2px solid #fff;
  display: block;
  transition: all 0.1s ease-out;
}
section#apropos .inner #right a.rejoindre:hover {
  scale: 1.05;
  transition: all 0.1s ease-out;
}
section#prestataires {
  background: #009aae;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 50px 0 100px 0;
}
section#prestataires .inner {
  /*&::before {
	content:'';
	display:block;
	height:45px;
	width:100%;
	background-image: url("../themes/laconciergerie/assets/img/forme-03.png");
	background-size: cover;
	background-position: center;
	position:absolute;
	top:-43px;
	left:0;
}*/
}
section#prestataires .inner h2 {
  margin: auto;
  color: #fff;
  font-size: 92px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  /* rend le texte transparent */
  font-family: Josefin Slab;
  padding-bottom: 60px;
}
section#prestataires .inner .swiper-slide {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  border: 1px solid #ffaec0;
}
section#prestataires .inner .swiper-slide h3 {
  color: #ffb4bf;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
section#prestataires .inner .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  width: auto;
  overflow: hidden;
}
section#prestataires .inner a {
  text-align: center;
  display: block;
  color: #fff;
  padding-top: 50px;
}
section#philo {
  padding: 50px 0 50px 0;
}
section#philo .inner {
  padding-top: 50px;
}
section#philo .inner h2 {
  background: #009aae;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Josefin Slab;
  background-clip: text;
  /* pour certains navigateurs */
  color: transparent;
  /* fallback */
  font-size: 92px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}
section#philo .inner p {
  margin: auto;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 25px;
  text-align: center;
}
section#valeurs {
  padding: 50px 0 50px 0;
}
section#valeurs h2 {
  background: linear-gradient(90deg, #ffb4bf 0%, #ca102c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Josefin Slab;
  background-clip: text;
  /* pour certains navigateurs */
  color: transparent;
  /* fallback */
  font-size: 92px;
  font-weight: 700;
  text-align: center;
}
section#valeurs .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  padding-top: 50px;
}
section#valeurs .inner .bloc {
  display: flex;
  flex-direction: column;
  padding: 25px;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
section#valeurs .inner .bloc img {
  height: 50px;
  width: auto;
}
section#valeurs .inner .bloc h3 {
  color: #009aae;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
section#valeurs .inner .bloc blockquote p {
  font-style: italic;
  color: #009aae;
  font-size: 14px;
  padding-bottom: 15px;
}
section#valeurs .inner .bloc p {
  text-align: center;
  font-size: 14px;
}
section#temoignages {
  background: #f5ced5;
  background: url(../themes/laconciergerie/assets/img/glitter01.png), linear-gradient(150deg, #f4ff4b 27%, #fff8c4 92%);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding: 75px 0 100px 0;
}
section#temoignages .inner h2 {
  margin: auto;
  color: #222;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  font-family: Josefin Slab;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#temoignages .inner .swiper-slide {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  align-items: center;
  gap: 25px;
}
section#temoignages .inner .swiper-slide h3 {
  color: #009aae;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
section#temoignages .inner .swiper-slide img {
  height: 200px;
  width: auto;
}
section#newletter {
  padding: 100px 0;
}
section#newletter .inner #wrap {
  height: 350px;
  width: 850px;
  margin: auto;
  background-color: #009aae;
  background-size: cover;
  /* ou contain selon ton besoin */
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  margin-bottom: -150px;
  position: relative;
  z-index: 10;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
section#newletter .inner #wrap h3 {
  margin: auto;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  color: transparent;
  /* rend le texte transparent */
  -webkit-text-stroke: 1px #fff;
  /* épaisseur + couleur du contour */
  text-transform: uppercase;
  font-family: Arial;
}
section#newletter .inner #wrap span {
  margin: auto;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  display: block;
  padding-bottom: 25px;
  text-transform: uppercase;
}
section#newletter .inner #wrap form {
  display: flex;
  flex-direction: column;
  padding: 25px;
  align-items: center;
}
section#newletter .inner #wrap form input {
  padding: 8px 25px;
  background: #fff;
  width: 500px;
  height: 40px;
  border: 0;
  margin: auto;
  border-radius: 50px;
}
footer {
  background: #f5ced5;
  background: url("../themes/laconciergerie/assets/img/glitter01.png"), linear-gradient(298deg, #fd75c7 0%, #f59348 75%);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding: 100px 0 25px 0;
}
footer ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
footer ul li a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
footer ul#social {
  justify-content: center;
  padding: 55px 0 25px 0;
  gap: 20px;
}
footer ul#social i {
  font-size: 25px;
}
#bottombar {
  padding: 25px 0;
}
#bottombar p {
  text-align: center;
}
/*///// TEXTE DEFILANT /////*/
.menu {
  padding: 2vh 0 0;
  overflow: hidden;
  --item-font-size: 3vw;
}
.marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  padding-top: 30px;
}
.marquee__inner {
  display: flex;
  white-space: nowrap;
}
.marquee__inner span {
  text-align: center;
  font-size: var(--item-font-size);
  font-family: Josefin Slab;
  font-weight: 900;
  padding: 0 2vw;
  background: #009aae;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#editor-toolbar {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-family: Montserrat;
}
#editor-toolbar #toggle-edit {
  background: #00a6a6;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
}
#editor-toolbar #edit-panel {
  display: none;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
#editor-toolbar #edit-panel label {
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
body.edit-mode *:hover {
  outline: 2px dashed #00a6a6;
  cursor: pointer;
}
.editing {
  outline: 3px solid #ffb4bf !important;
}
/*# 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%2F9-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACGA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BADvsBD%3BACgtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%22%7D */