/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[1].use[1]!./assets/react/style.css ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[1].use[1]!./assets/react/style.css (1) ***!
  \*******************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Readex+Pro:wght@160..700&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[1].use[1]!./assets/react/style.css (2) ***!
  \*******************************************************************************************************************/
/*
Theme Name: Ma Pause
Version: 0.9
Requires at least: 6.0
Author: Rl2b Design
 */
* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: -webkit-fill-available;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
html:has(.openGuide):has(.openGuide), html:has(.openGuide):has(.openFilter), html:has(.openGuide):has(.openMenu), html:has(.showSplashScreen):has(.openGuide), html:has(.showSplashScreen):has(.openFilter), html:has(.showSplashScreen):has(.openMenu), html:has(.openFilter):has(.openGuide), html:has(.openFilter):has(.openFilter), html:has(.openFilter):has(.openMenu), html:has(.openMenu):has(.openGuide), html:has(.openMenu):has(.openFilter), html:has(.openMenu):has(.openMenu), body:has(.openGuide):has(.openGuide), body:has(.openGuide):has(.openFilter), body:has(.openGuide):has(.openMenu), body:has(.showSplashScreen):has(.openGuide), body:has(.showSplashScreen):has(.openFilter), body:has(.showSplashScreen):has(.openMenu), body:has(.openFilter):has(.openGuide), body:has(.openFilter):has(.openFilter), body:has(.openFilter):has(.openMenu), body:has(.openMenu):has(.openGuide), body:has(.openMenu):has(.openFilter), body:has(.openMenu):has(.openMenu) {
  overflow: hidden !important;
}

body {
  --primary: #FFBD57;
  --primary-hover: #ffbd574d;
  --primary-button-text: #20334D;
  --secondary: #20334D;
  --secondary-hover: #394A60;
  --secondary-button-text: #fff;
  --text: #5B6066;
  --button-text: #262626;
  --light-text: #606060;
  --annex-background: #F4F4F4;
  --veganButton: #92BC35;
  --veganButtonHover: #789A2E;
  --veganButtonText: #20334D;
  /*
    --primary: #20334D;
    --primary-hover: #394A60;
    --primary-button-text: #fff;
    --secondary: #FFBD57;
    --secondary-hover: #ffbd574d;
    --secondary-button-text: #20334D;
    --text: #5B6066;
    --button-text: #262626;
    --light-text: #606060;
    --annex-background: #F4F4F4;
    --veganButton: #92BC35;
    --veganButtonHover: #789A2E;
    --veganButtonText : #20334D;
  */
  --veganBg: #789a2e26;
  --veganText: #789A2E;
  --veganTagText: #8CBF2E;
  --veganTagBg: #F9F3EA;
  --grey-light: #F9F3EA;
  --grey: #A1A1A1;
  --grey-light2: #EEEBE2;
  --bleuSoutien: #417DAC;
}

/*
$primary: #FCD400;
$primary-hover: #e6b003;
$text: #262626;
$light-text: #606060;
$annex-background: #F4F4F4;
 */
@font-face {
  font-family: "Bariyet";
  src: url(/build/fonts/Bariyet_Script.c993daac.otf);
}
header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: white;
}
header.noScrollYet .logo {
  width: 130px !important;
}
header .logo {
  position: relative;
  width: 108px !important;
  transition: height 0.35s ease-in-out, width 0.35s ease-in-out;
}
header .logo img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
header .header-right a {
  text-decoration: none;
  margin-right: 10px;
}
header .header-right .sav-button {
  padding: 10px 20px;
  font-weight: 500;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
}
header .menu-button {
  position: relative;
  height: 30px;
  width: 30px;
  user-select: none;
  transition: all 0.35s ease-in-out;
}
header .menu-button span {
  position: relative;
  left: 0;
  height: 2px;
  width: 24px;
  background: var(--secondary);
  border-radius: 20px;
  transition: all 0.35s ease-in-out;
}
header .menu-button span:before {
  position: absolute;
  top: -7px;
  left: 0;
  content: "";
  height: 2px;
  width: 24px;
  background: var(--secondary);
  border-radius: 20px;
  transition: all 0.35s ease-in-out;
}
header .menu-button span:after {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 2px;
  width: 24px;
  background: var(--secondary);
  border-radius: 20px;
  transition: all 0.35s ease-in-out;
}
header .menu-button.openMenu {
  transition: all 0.35s ease-in-out;
}
header .menu-button.openMenu span {
  background: transparent;
  transition: all 0.35s ease-in-out;
}
header .menu-button.openMenu span:before {
  top: 0;
  transform: rotate(45deg);
  transition: all 0.35s ease-in-out;
}
header .menu-button.openMenu span:after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.35s ease-in-out;
}

#menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -120vw;
  height: 100vh;
  width: 120vw;
  background: var(--primary);
  transition: right 0.65s cubic-bezier(0.72, -0.34, 0.77, 0.71) 0.4s;
}
#menu.open {
  right: -10vw;
  transition: right 0.65s cubic-bezier(0.3, 0.27, 0.35, 1.32) 0.4s;
}
#menu .menu-wrapper {
  position: relative;
  top: -30px;
}
#menu .menu-wrapper .menu-close-button {
  position: relative;
  margin: 0 0 50px;
  height: 45px;
  width: 45px;
  background: var(--secondary-button-text);
  border-radius: 14px;
  user-select: none;
}
#menu .menu-wrapper .menu-close-button span {
  position: relative;
  left: 0;
  height: 2px;
  width: 24px;
  background-color: var(--secondary);
  border-radius: 20px;
  transition: background-color 0.35s ease-in-out 0s;
}
#menu .menu-wrapper .menu-close-button span:before {
  position: absolute;
  left: 0;
  content: "";
  height: 2px;
  width: 24px;
  background: var(--secondary);
  border-radius: 20px;
  transform: rotate(0) translateY(-7px);
  transition: transform 0.35s ease-in-out 0s;
}
#menu .menu-wrapper .menu-close-button span:after {
  position: absolute;
  left: 0;
  content: "";
  height: 2px;
  width: 24px;
  background: var(--secondary);
  border-radius: 20px;
  transform: rotate(0) translateY(7px);
  transition: transform 0.35s ease-in-out 0s;
}
#menu .menu-wrapper .menu-close-button.openMenu span {
  background-color: transparent;
}
#menu .menu-wrapper .menu-close-button.openMenu span:before {
  transform: rotate(45deg) translateY(0);
}
#menu .menu-wrapper .menu-close-button.openMenu span:after {
  transform: rotate(-45deg) translateY(0);
}
#menu .menu-wrapper a {
  position: relative;
  text-decoration: none;
  margin-bottom: 20px;
}
#menu .menu-wrapper a .item {
  position: relative;
  padding: 16px 0;
  width: 214px;
  border-radius: 14px;
  background: var(--secondary) !important;
}
#menu .menu-wrapper a .item p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--secondary-button-text);
}
#menu .menu-wrapper a:last-child {
  margin-bottom: 0;
}

.anti-header {
  position: relative;
  height: 70px;
}

.btn-yellow {
  background-color: var(--primary) !important;
  border-radius: 14px !important;
  border-width: 0px;
  user-select: none !important;
  transition: background-color 0.35s ease-in-out;
  color: var(--primary-button-text);
}
.btn-yellow:hover {
  background-color: var(--primary-hover) !important;
  transition: background-color 0.35s ease-in-out;
}
.btn-yellow img {
  min-height: 24px;
  min-width: 24px;
}

.btn-primary-reverse {
  background-color: var(--primary-button-text) !important;
  border-radius: 14px !important;
  user-select: none !important;
  transition: background-color 0.35s ease-in-out;
  color: var(--primary);
}
.btn-primary-reverse:hover {
  background-color: var(--primary-hover) !important;
  transition: background-color 0.35s ease-in-out;
  color: var(--primary-button-text);
}

.btn-secondary {
  background-color: var(--secondary) !important;
  border-radius: 14px !important;
  user-select: none !important;
  transition: background-color 0.35s ease-in-out;
  color: var(--secondary-button-text);
}
.btn-secondary:hover {
  background-color: var(--secondary-hover) !important;
  transition: background-color 0.35s ease-in-out;
}

.btn-white {
  background-color: #fff !important;
  border: 2px solid var(--text);
  border-radius: 14px !important;
  user-select: none !important;
  transition: background-color 0.35s ease-in-out;
}
.btn-white:hover {
  background-color: var(--primary-hover) !important;
  transition: background-color 0.35s ease-in-out;
}

#contentPage {
  position: relative;
  padding: 23px 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#contentPage .title {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
#contentPage .content {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#contentPage .content h2 {
  position: relative;
  margin: 12px 0 8px;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
#contentPage .content p {
  position: relative;
  margin-bottom: 6px;
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--light-text);
}

.excuseMessage {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 10px;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--light-text);
}

#splash-screen {
  position: fixed;
  z-index: -1000;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-color: var(--grey-light);
}
#splash-screen.showSplashScreen {
  z-index: 1000;
  opacity: 1;
}
#splash-screen .logo {
  z-index: 1;
  top: 32%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
#splash-screen .logo img {
  position: relative;
  /*height: 80px;*/
  width: 208px;
  user-select: none;
}
#splash-screen .loader {
  position: relative;
  user-select: none;
  width: 60px;
  height: 60px;
  /*border: 4px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;*/
  display: block;
  margin: auto;
  box-sizing: border-box;
  animation: rotation 3s linear 1s infinite;
}
#splash-screen .loader img {
  max-width: 60px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

a:has(.back-button) {
  position: relative;
  text-decoration: none !important;
  display: flex;
  width: fit-content !important;
}
a:has(.back-button) .back-button {
  position: relative;
  margin: 25px 0 0 16px;
  width: fit-content;
  padding: 8px 17px;
  user-select: none;
  background-color: var(--secondary);
  border-radius: 14px;
  color: #fff;
}
a:has(.back-button) .back-button .img {
  background-color: #fff;
  mask-image: url(/build/images/left-white-arrow.a375f40d.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  width: 22px;
  height: 22px;
}
a:has(.back-button) .back-button img {
  position: relative;
  height: 22px;
  width: 22px;
}
a:has(.back-button) .back-button p {
  position: relative;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

section#searchBar a:has(.back-button) {
  display: none;
}

.allergen {
  position: relative;
  margin: 0 7px 7px 0;
  padding: 10px 15px;
  background-color: transparent;
  border: 2px solid var(--primary);
  border-radius: 5px;
  user-select: none !important;
  transition: all 0.35s ease-in-out;
}
.allergen p {
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text);
  transition: color 0.35s ease-in-out;
}
.allergen .img {
  position: relative;
  height: 13.5px;
  width: 13.5px;
  background: var(--text);
  mask-image: url(/build/images/cross-allergen.f66d7b30.svg);
  -webkit-mask-image: url(/build/images/cross-allergen.f66d7b30.svg);
  -webkit-mask-position: center;
  mask-position: center;
  transform: rotate(0);
  transition: transform 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.allergen.notActive {
  background-color: #b3b3b3;
  border: 2px solid #b3b3b3;
}
.allergen.notActive p {
  color: white;
}
.allergen.notActive .img {
  background: white;
  transform: rotate(225deg);
}

.products-wrapper {
  position: relative;
  width: 100%;
  margin-top: 19px;
  transition: height 0.35s ease-in-out;
}
.products-wrapper a {
  position: relative;
  text-decoration: none;
  margin-bottom: 19px;
}
.products-wrapper a .product {
  position: relative;
  height: auto;
  min-height: 180px;
  max-height: 190px;
  border-radius: 10px;
  background-color: var(--grey-light);
  user-select: none;
  overflow: hidden;
  padding: 10px 10px 10px 15px;
}
.products-wrapper a .product .left-part {
  position: relative;
  width: 32%;
  z-index: 1;
  min-width: 130px;
  min-height: 150px;
  height: 150px;
}
.products-wrapper a .product .left-part img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.products-wrapper a .product .right-part {
  position: relative;
  width: 68%;
  padding: 0 0 0 16px;
}
.products-wrapper a .product .right-part .name {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-wrapper a .product .right-part .type {
  position: relative;
  width: fit-content;
  padding: 3px 7px;
  margin: 2px 0 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: 35px;
  color: var(--primary-button-text);
  background-color: var(--primary);
}
.products-wrapper a .product .right-part .description {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
.products-wrapper a .product .right-part .description p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.products-wrapper a .product .right-part:before {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) scale(1);
  content: "";
  height: 125px;
  width: 125px;
  border-radius: 100%;
  background-color: #EFEFEF;
  opacity: 0;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.products-wrapper a .product .right-part:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(5);
}
.products-wrapper a:last-child {
  margin-bottom: 0;
}

.find-products-global-wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.find-products-global-wrapper .find-products-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0 !important;
  pointer-events: none !important;
}
.find-products-global-wrapper .find-products-wrapper.visible {
  opacity: 1 !important;
  pointer-events: all !important;
}

.find-products-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.find-products-wrapper a {
  position: relative;
  text-decoration: none;
}
.find-products-wrapper a .product {
  position: relative;
  margin-bottom: 0;
  height: 80px;
  width: 100%;
}
.find-products-wrapper a .product img {
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.find-products-wrapper a .product .text {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--primary-button-text);
}
.find-products-wrapper a .product.back {
  background: var(--secondary) !important;
}
.find-products-wrapper a .product.back .text {
  display: none;
}
.find-products-wrapper a .product.back .img {
  background-color: var(--secondary-button-text) !important;
}
.find-products-wrapper a .product.back img {
  height: 19px;
  width: 16px;
  margin-left: 0;
}
.find-products-wrapper .product {
  position: relative;
  margin-bottom: 0;
  height: 80px;
  width: 100%;
  flex-direction: row-reverse !important;
}
.find-products-wrapper .product img {
  position: relative;
  height: 24px;
  width: 24px;
  margin-left: 10px;
}
.find-products-wrapper .product .img {
  position: relative;
  height: 24px;
  width: 24px;
  margin-left: 10px;
  background: var(--secondary);
  background-repeat: no-repeat;
  mask-image: url(/build/images/search.6ba62495.svg);
  -webkit-mask-image: url(/build/images/search.6ba62495.svg);
  -webkit-mask-position: center;
  mask-position: center;
  mask-repeat: no-repeat;
}
.find-products-wrapper .product .text {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  text-align: center;
  max-width: 85px;
  color: var(--primary-button-text);
}
.find-products-wrapper .product .longText {
  max-width: 105px;
}
.find-products-wrapper .product.back {
  background: var(--secondary) !important;
}
.find-products-wrapper .product.back .text {
  display: none;
}
.find-products-wrapper .product.back .img {
  height: 19px;
  width: 16px;
  margin-left: 0;
  mask-image: url(/build/images/left-white-arrow.a375f40d.svg) !important;
  -webkit-mask-image: url(/build/images/left-white-arrow.a375f40d.svg) !important;
  background-color: var(--primary) !important;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
}
.find-products-wrapper .green {
  background-color: var(--veganButton) !important;
}
.find-products-wrapper .green:hover {
  background-color: var(--veganButtonHover) !important;
}
.find-products-wrapper .green .text {
  color: var(--primary-button-text) !important;
}
.find-products-wrapper .green .img {
  background: var(--secondary);
}
.find-products-wrapper.biggerSection {
  padding-top: 10px;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}
.find-products-wrapper.biggerSection .product {
  height: 68px;
  flex-direction: row-reverse !important;
}
.find-products-wrapper.biggerSection .product .img {
  margin-right: 0 !important;
  margin-left: 10px;
}
.find-products-wrapper.biggerSection .product .text {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--primary-button-text);
}
.find-products-wrapper.smallerSection {
  padding-top: 0;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.find-products-wrapper.smallerSection .product {
  height: 56px;
  flex-direction: row-reverse !important;
  /*
  &:last-child {
    grid-column: 1 / -1;
  }

   */
}
.find-products-wrapper.smallerSection .product img {
  margin-right: 0 !important;
  margin-left: 10px;
}
.find-products-wrapper.smallerSection .product .img {
  margin-right: 0 !important;
  margin-left: 10px;
}
.find-products-wrapper.smallerSection .product .img {
  background: var(--secondary);
  mask-image: url(/build/images/search.6ba62495.svg);
  -webkit-mask-image: url(/build/images/search.6ba62495.svg);
  -webkit-mask-position: center;
}
.find-products-wrapper.smallerSection .product .text {
  max-width: none;
}
.find-products-wrapper.smallerSection .product .longText {
  max-width: 105px;
}
.find-products-wrapper.smallerSection .product:nth-child(odd):last-child {
  grid-column: 1/-1;
}
.find-products-wrapper.smallerSection a {
  /*
  &:last-child {
    grid-column: 1 / -1;
  }

   */
}
.find-products-wrapper.smallerSection a:nth-child(odd):last-child {
  grid-column: 1/-1;
}
.find-products-wrapper.visible {
  opacity: 1 !important;
  pointer-events: all !important;
}

.form-searchBar {
  position: relative;
  margin: 25px 0 20px;
  width: 100%;
}
.form-searchBar .input-wrapper {
  position: relative;
  padding: 0 20px;
  width: 100%;
  border-radius: 70px;
  border: 2px solid #EEEBE2;
}
.form-searchBar .input-wrapper input[type=text] {
  position: relative;
  display: flex;
  flex-grow: 1;
  overflow: auto;
  padding: 16px 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
  outline: none;
  border: none;
  background-color: transparent;
}
.form-searchBar .input-wrapper input[type=text]::placeholder {
  position: relative;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(60, 60, 67, 0.6);
}
.form-searchBar .input-wrapper #searchButton {
  position: relative;
  outline: none;
  border: none;
  margin-left: 10px;
  height: 30px;
  width: 30px;
  background-color: var(--text);
  mask-image: url(/build/images/search.6ba62495.svg);
  -webkit-mask-image: url(/build/images/search.6ba62495.svg);
  -webkit-mask-position: center;
  mask-position: center;
  mask-repeat: no-repeat;
}

.single-news {
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.single-news .top-part {
  position: relative;
  border-radius: 5px 5px 0 0;
  height: 110px;
  width: 100%;
  overflow: hidden;
}
.single-news .top-part img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-news .bottom-part {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--annex-background);
  padding: 10px;
}
.single-news .bottom-part .name {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
.single-news .bottom-part .description {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--light-text);
}

#welcome {
  position: fixed;
  overflow: hidden;
  padding: 10px 20px 5.5vh;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  display: flex;
  background-color: white;
  opacity: 1;
  z-index: 40;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, left 0.5s ease-in-out;
  background-image: url(/build/images/welcome-bg.62d3e961.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
#welcome.closeWelcome {
  top: -100vh;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}
#welcome .wrapper {
  position: relative;
  height: 100%;
}
#welcome .wrapper .logo {
  position: relative;
  margin: 0;
  height: auto;
  width: 130px;
}
#welcome .wrapper .logo img {
  position: relative;
  height: 100%;
  width: 100%;
}
#welcome .wrapper .middle-wrapper .loader img {
  max-width: 60px;
  margin: auto;
  display: block;
  -webkit-animation: rotate-loader 3s linear 3s infinite both;
  animation: rotate-loader 3s linear 3s infinite both;
}
#welcome .wrapper .middle-wrapper .title {
  position: relative;
  margin: 22px 0 0px;
  font-family: "Readex Pro", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
  text-align: center;
}
#welcome .wrapper .middle-wrapper .sous-title {
  color: var(--secondary);
  font-family: "Readex Pro", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  transform: rotate(-5.22deg);
  text-align: center;
}
#welcome .wrapper .middle-wrapper .sous-title span {
  font-family: "Bariyet";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
}
#welcome .wrapper .middle-wrapper .sous-title span:first-child {
  color: var(--veganTagText);
}
#welcome .wrapper .middle-wrapper .sous-title span:last-child {
  color: var(--bleuSoutien);
}
#welcome .wrapper .bottom-wrapper .personnage {
  margin: 0vh auto 3.5vh auto;
  display: block;
  max-width: 210px;
}
#welcome .wrapper .bottom-wrapper .button {
  position: relative;
  width: 100%;
  padding: 16.5px 0;
  margin: 40px 0 27px;
}
@media screen and (max-width: 360px) {
  #welcome .wrapper .bottom-wrapper .button {
    margin: 25px 0;
  }
}
@media screen and (max-height: 575px) {
  #welcome .wrapper .bottom-wrapper .button {
    margin: 15px 0 15px;
  }
}
#welcome .wrapper .bottom-wrapper .button p {
  position: relative;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--primary-button-text);
}

@-webkit-keyframes rotate-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#guide {
  position: fixed;
  overflow: hidden;
  padding: 10px 20px 5.5vh;
  top: 0;
  left: -100vw;
  height: 100%;
  width: 100vw;
  display: flex;
  background: white !important;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, left 0.5s ease-in-out;
}
#guide.openGuide {
  left: 0;
  opacity: 1;
  pointer-events: all;
}
#guide .wrapper {
  position: relative;
  height: 100%;
}
#guide .wrapper .logo {
  position: relative;
  margin: 0;
  height: auto;
  width: 130px;
}
#guide .wrapper .logo img {
  position: relative;
  height: 100%;
  width: 100%;
}
#guide .wrapper .middle-wrapper .loupe {
  position: relative;
  height: 7vh;
  width: 7vh;
}
@media screen and (max-height: 575px) {
  #guide .wrapper .middle-wrapper .loupe {
    display: none;
  }
}
#guide .wrapper .middle-wrapper .loupe .img {
  position: relative;
  height: 100%;
  width: 100%;
  background: var(--secondary);
  mask-image: url(/build/images/loupe-mask.750cb2c0.svg);
  -webkit-mask-image: url(/build/images/loupe-mask.750cb2c0.svg);
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
}
#guide .wrapper .middle-wrapper .title {
  position: relative;
  margin: 0px 0 13px;
  font-family: "Readex Pro", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
}
#guide .wrapper .middle-wrapper .title span:nth-child(1) {
  color: var(--veganTagText);
}
#guide .wrapper .middle-wrapper .title span:nth-child(3) {
  color: var(--bleuSoutien);
}
#guide .wrapper .middle-wrapper .paragraph {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--light-text);
}
#guide .wrapper .middle-wrapper .paragraph span {
  text-decoration: underline;
  text-decoration-color: var(--light-text);
}
#guide .wrapper .middle-wrapper .paragraph.bold {
  font-weight: 900;
}
#guide .wrapper .bottom-wrapper {
  position: relative;
  width: 100%;
}
#guide .wrapper .bottom-wrapper .info-text {
  position: relative;
  margin: 2.5vh 0 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: left;
  color: #959595;
}
#guide .wrapper .bottom-wrapper .button {
  position: relative;
  width: 100%;
  padding: 16.5px 0;
  margin: 10px 0 27px;
}
@media screen and (max-width: 360px) {
  #guide .wrapper .bottom-wrapper .button {
    margin: 2.5vh 0;
  }
}
@media screen and (max-height: 575px) {
  #guide .wrapper .bottom-wrapper .button {
    margin: 15px 0 15px;
  }
}
#guide .wrapper .bottom-wrapper .button .img {
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 13px;
  background: var(--primary-button-text);
  mask-image: url(/build/images/check.838ba3a1.svg);
  -webkit-mask-image: url(/build/images/check.838ba3a1.svg);
  -webkit-mask-position: center;
  mask-position: center;
}
#guide .wrapper .bottom-wrapper .button p {
  position: relative;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--primary-button-text);
}
#guide .wrapper .bottom-wrapper .hide-tutorial {
  position: relative;
  user-select: none;
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox {
  --border-default: #EEEBE2;
  --border-hover: #EEEBE2;
  --active: var(--primary);
  --active-tick: #ffffff;
  display: block;
  width: 18px;
  height: 18px;
  background: #EEEBE2;
  border-radius: 36%/36%;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox svg {
  display: block;
  position: absolute;
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox input {
  display: block;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: #EEEBE2;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 36%/36%;
  box-shadow: inset 0 0 0 1.5px var(--border, var(--border-default));
  background: var(--background, transparent);
  transition: background 0.25s linear, box-shadow 0.25s linear;
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox input + svg {
  width: 21px;
  height: 18px;
  left: 0;
  top: 0;
  color: var(--active);
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox input + svg .tick {
  stroke-dasharray: 20;
  stroke-dashoffset: var(--stroke-dashoffset, 20);
  transition: stroke-dashoffset 0.2s;
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox input + svg .tick.mask {
  stroke: var(--active-tick);
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox input + svg + svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: var(--active);
  strokeWidth: 1.25;
  strokeLinecap: round;
  top: -6px;
  right: -10px;
  stroke-dasharray: 4.5px;
  stroke-dashoffset: 13.5px;
  pointer-events: none;
  animation: var(--animation, none) 0.2s ease 0.175s;
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox input:checked {
  --background: var(--active);
  --border: var(--active);
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox input:checked + svg {
  --stroke-dashoffset: 0;
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox input:checked + svg + svg {
  --animation: check;
}
#guide .wrapper .bottom-wrapper .hide-tutorial .checkbox:hover input:not(:checked) {
  --border: var(--border-hover);
}
@keyframes check {
  100% {
    stroke-dashoffset: 4.5px;
  }
}
#guide .wrapper .bottom-wrapper .hide-tutorial label {
  position: relative;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--light-text);
}

#searchBar {
  position: relative;
  height: auto;
  border-radius: 0 0 20px 20px;
  padding: 53px 16px 37px;
  background-color: white;
  z-index: 1;
  overflow: hidden;
  transition: padding 0.35s cubic-bezier(0.72, -0.34, 0.77, 0.71);
}
#searchBar.small {
  padding: 40px 16px 37px;
  transition: padding 0.35s cubic-bezier(0.3, 0.27, 0.35, 1.32);
}
#searchBar .title {
  position: relative;
  margin-bottom: 15px;
  font-family: "Readex Pro", sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
  transition: font-size 0.35s cubic-bezier(0.72, -0.34, 0.77, 0.71), line-height 0.35s cubic-bezier(0.72, -0.34, 0.77, 0.71);
}
#searchBar .title.small {
  font-size: 22px !important;
  line-height: 28px !important;
  transition: font-size 0.35s cubic-bezier(0.3, 0.27, 0.35, 1.32), line-height 0.35s cubic-bezier(0.3, 0.27, 0.35, 1.32);
}
@media screen and (max-width: 350px) {
  #searchBar .title {
    font-size: 30px !important;
    line-height: 39px !important;
  }
  #searchBar .title.small {
    font-size: 21px !important;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 330px) {
  #searchBar .title {
    font-size: 28px !important;
    line-height: 33px !important;
  }
  #searchBar .title.small {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
#searchBar .paragraph {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--light-text);
  display: none;
}
#searchBar .findProducts-container {
  position: relative;
  overflow: hidden;
  left: -16px;
  width: 200vw;
  display: flex;
  flex-direction: row;
  transition: left 0.35s cubic-bezier(0.72, -0.34, 0.77, 0.71), height 0.35s cubic-bezier(0.72, -0.34, 0.77, 0.71);
}
#searchBar .findProducts-container.showingRightPart {
  overflow: visible;
  left: -105vw;
  transition: left 0.35s cubic-bezier(0.3, 0.27, 0.35, 1.32), height 0.35s cubic-bezier(0.3, 0.27, 0.35, 1.32);
}
#searchBar .findProducts-container.showingRightPart .left-part {
  height: auto;
}
#searchBar .findProducts-container .left-part, #searchBar .findProducts-container .right-part {
  position: relative;
  height: 100%;
  width: 100vw;
  padding: 0 15px;
}
#searchBar .findProducts-container .green {
  background-color: var(--veganTagText) !important;
}
#searchBar .findProducts-container .green:hover {
  background-color: var(--veganButtonHover) !important;
}

#nouveautes {
  position: relative;
  padding: 57px 23px 50px;
  margin-top: -20px;
  width: 100%;
  background-color: var(--grey-light);
  height: 468px !important;
}
#nouveautes .title {
  position: relative;
  margin-bottom: 25px;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
}
#nouveautes a {
  position: relative;
  text-decoration: none;
  margin-bottom: 19px;
}
#nouveautes a .product {
  position: relative;
  user-select: none;
  overflow: hidden;
}
#nouveautes a .product .top-part {
  position: relative;
}
#nouveautes a .product .top-part .name {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 65%;
}
#nouveautes a .product .top-part .type {
  position: relative;
  width: fit-content;
  padding: 3px 7px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: 35px;
  color: var(--primary-button-text);
  background-color: var(--primary);
}
#nouveautes a .product .middle-part {
  height: 185px;
  margin-top: 10px;
}
#nouveautes a .product .middle-part img {
  position: relative;
  border-radius: 10px 10px 10px 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#nouveautes a .product .bottom-part {
  margin-top: 10px;
}
#nouveautes a .product .bottom-part div {
  padding: 16px;
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--primary-button-text);
}
#nouveautes a:last-child {
  margin-bottom: 0;
}
#nouveautes .carousel-item {
  padding: 0 5px;
}
#nouveautes .carousel-indicators {
  position: relative;
  display: flex;
  margin: 15px auto 0;
}
#nouveautes .carousel-indicators button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 10px;
  opacity: 1;
  background-color: var(--primary);
  transition: background-color 0.35s ease-in-out;
}
#nouveautes .carousel-indicators button.active {
  background-color: var(--secondary);
}

#howItWorks {
  position: relative;
  padding: 70px 23px 50px;
  margin-top: -20px;
  width: 100%;
  background-color: var(--annex-background);
  display: none;
}
#howItWorks .title {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
#howItWorks .paragraph {
  position: relative;
  margin-bottom: 22px;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #939393;
}
#howItWorks .simple-wrapper {
  position: relative;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  background-color: white;
}
#howItWorks .simple-wrapper .paragraph {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--light-text);
}
#howItWorks .middle-wrapper {
  position: relative;
  margin: 15px 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-column-gap: 15px;
  grid-row-gap: 0;
}
#howItWorks .middle-wrapper .wrapper {
  position: relative;
  padding: 11px;
  background-color: white;
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 370px) {
  #howItWorks .middle-wrapper .wrapper {
    padding: 13px;
  }
}
@media screen and (min-width: 380px) {
  #howItWorks .middle-wrapper .wrapper {
    padding: 16px;
  }
}
#howItWorks .middle-wrapper .wrapper .cardTitle {
  position: relative;
  margin-bottom: 10px;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--light-text);
}
#howItWorks .middle-wrapper .wrapper .bottom-part {
  position: relative;
  border-radius: 10px;
  padding: 23.5px 10px;
  height: 100%;
  width: 100%;
  background: rgba(238, 235, 226, 0.5);
}
#howItWorks .middle-wrapper .wrapper .bottom-part.img {
  padding: 10px;
}
#howItWorks .middle-wrapper .wrapper .bottom-part.img img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#howItWorks .middle-wrapper .wrapper .bottom-part .line {
  position: relative;
  margin-bottom: 10px;
}
#howItWorks .middle-wrapper .wrapper .bottom-part .line img {
  position: relative;
  margin-right: 5px;
  height: 24px;
  width: 24px;
}
#howItWorks .middle-wrapper .wrapper .bottom-part .line p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--light-text);
}
#howItWorks .middle-wrapper .wrapper .bottom-part .line:last-child {
  margin-bottom: 0;
}

#news {
  position: relative;
  background-color: var(--annex-background);
  padding: 40px 16px;
  width: 100%;
}
#news .title {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
#news .paragraph {
  position: relative;
  margin-bottom: 30px;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #939393;
}
#news .news-wrapper {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}
#news .seeAllNews {
  position: relative;
  margin-top: 30px;
  padding: 16px 0;
  width: 100%;
}
#news .seeAllNews img {
  position: relative;
  height: 24px;
  width: 24px;
  transform: rotate(-90deg);
}
#news .seeAllNews p {
  position: relative;
  margin-left: 10px;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--text);
}

#discoverDabb {
  position: relative;
  background-color: var(--annex-background);
  padding: 40px 16px;
  margin-top: -15px;
  width: 100%;
}
#discoverDabb .title {
  position: relative;
  margin-bottom: 30px;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
#discoverDabb .wrapper {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
#discoverDabb .wrapper .left-part {
  position: relative;
  border-radius: 5px;
  height: 123px;
  width: 50%;
  overflow: hidden;
}
#discoverDabb .wrapper .left-part img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#discoverDabb .wrapper p {
  position: relative;
  width: 50%;
  margin-left: 22px;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--light-text);
}
#discoverDabb a {
  position: relative;
  text-decoration: none;
}
#discoverDabb a .discoverDabb {
  position: relative;
  padding: 16px 0;
  width: 100%;
}
#discoverDabb a .discoverDabb .img {
  position: relative;
  height: 24px;
  width: 24px;
  transform: rotate(-180deg);
  background: var(--button-text);
  mask-image: url(/build/images/go-back-arrow.f5a1e8c6.svg);
  -webkit-mask-image: url(/build/images/go-back-arrow.f5a1e8c6.svg);
  -webkit-mask-position: center;
}
#discoverDabb a .discoverDabb p {
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--button-text);
}

#contact {
  position: relative;
  background-color: var(--primary);
  padding: 40px 23px 60px 23px;
  width: 100%;
}
#contact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
#contact .overlay img {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  max-width: 60px;
  -webkit-animation: rotate-loader 3s linear 1s infinite both;
  animation: rotate-loader 3s linear 1s infinite both;
}
#contact .overlay.show {
  opacity: 1;
  z-index: 10;
}
#contact .title {
  position: relative;
  margin-bottom: 20px;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
}
#contact .sous-title {
  font-size: 17px;
  margin-bottom: 50px;
  color: var(--text);
}
#contact .paragraph {
  position: relative;
  margin-bottom: 35px;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #939393;
}
#contact .global-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 280px;
  width: 100%;
  transition: height 0.35s ease-in-out;
}
#contact .global-wrapper .main-wrapper, #contact .global-wrapper .form-wrapper, #contact .global-wrapper .problem-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
#contact .global-wrapper .form-wrapper {
  padding-top: 13px;
  height: 800px !important;
  position: relative;
}
#contact .global-wrapper .form-wrapper .input-wrapper {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#contact .global-wrapper .form-wrapper .input-wrapper label {
  position: relative;
  margin-left: 10px;
  margin-bottom: 6px;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
#contact .global-wrapper .form-wrapper .input-wrapper textarea {
  position: relative;
  padding: 16px 20px;
  border-radius: 5px;
  background: white;
  height: 135px;
  width: 100%;
  outline: none;
  border: none;
  resize: none;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
#contact .global-wrapper .form-wrapper .input-wrapper textarea::placeholder {
  position: relative;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #A5A5A5;
  font-style: italic;
}
#contact .global-wrapper .form-wrapper .input-wrapper.file-input label {
  margin-left: 0;
  margin-bottom: 0;
}
#contact .global-wrapper .form-wrapper .input-wrapper input {
  position: relative;
  padding: 16px 20px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  border: none;
  background: white;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
  transition: background 0.35s ease;
}
#contact .global-wrapper .form-wrapper .input-wrapper input.disabled {
  background-color: #E1DFD6;
  color: #ACACAC;
}
#contact .global-wrapper .form-wrapper .input-wrapper input.disabled::placeholder {
  color: #ACACAC;
}
#contact .global-wrapper .form-wrapper .input-wrapper input::placeholder {
  position: relative;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #A5A5A5;
  font-style: italic;
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox {
  position: relative;
  user-select: none;
  flex-direction: row;
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox {
  --border-default: #ffffff;
  --border-hover: #ffffff;
  --active: var(--text);
  --active-tick: #ffffff;
  display: block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 36%/36%;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox svg {
  display: block;
  position: absolute;
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox input {
  display: block;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: #EEEBE2;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 36%/36%;
  box-shadow: inset 0 0 0 1.5px var(--border, var(--border-default));
  background: var(--background, transparent);
  transition: background 0.25s linear, box-shadow 0.25s linear;
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox input + svg {
  width: 21px;
  height: 18px;
  left: 0;
  top: 0;
  color: var(--active);
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox input + svg .tick {
  stroke-dasharray: 20;
  stroke-dashoffset: var(--stroke-dashoffset, 20);
  transition: stroke-dashoffset 0.2s;
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox input + svg .tick.mask {
  stroke: var(--active-tick);
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox input + svg + svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: var(--active);
  strokeWidth: 1.25;
  strokeLinecap: round;
  top: -6px;
  right: -10px;
  stroke-dasharray: 4.5px;
  stroke-dashoffset: 13.5px;
  pointer-events: none;
  animation: var(--animation, none) 0.2s ease 0.175s;
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox input:checked {
  --background: var(--border-hover);
  --border: var(--border-hover);
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox input:checked + svg {
  --stroke-dashoffset: 0;
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox input:checked + svg + svg {
  --animation: check;
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox .checkbox:hover input:not(:checked) {
  --border: var(--border-hover);
}
@keyframes check {
  100% {
    stroke-dashoffset: 4.5px;
  }
}
#contact .global-wrapper .form-wrapper .input-wrapper.input-checkbox label {
  position: relative;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--light-text);
}
#contact .global-wrapper .form-wrapper .input-wrapper .form__error-message {
  font-family: "Readex Pro", sans-serif;
  color: #c26161;
  font-size: 13px;
  margin: 5px 5px 0px;
}
#contact .global-wrapper .form-wrapper .input-wrapper:last-child {
  margin-bottom: 0;
}
#contact .global-wrapper .form-wrapper .addImage {
  position: relative;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin: 31px 0 15px;
  border-radius: 14px;
  width: 100%;
  border: 2px solid var(--secondary);
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  background: transparent;
  color: var(--secondary) !important;
  transition: all 0.35s ease-in-out;
}
#contact .global-wrapper .form-wrapper .addImage input {
  display: none;
}
#contact .global-wrapper .form-wrapper .addImage .img {
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  background: var(--secondary);
  mask-image: url(/build/images/upload.667c949f.svg);
  -webkit-mask-image: url(/build/images/upload.667c949f.svg);
  -webkit-mask-position: center;
  transition: background-color 0.35s ease-in-out;
}
#contact .global-wrapper .form-wrapper input[type=submit] {
  position: relative;
  padding: 16px 0;
  border-radius: 14px;
  border: none;
  width: 100%;
  background: var(--secondary) !important;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--secondary-button-text);
}
#contact .global-wrapper .problem-wrapper .title {
  position: relative;
  margin-bottom: 50px;
  margin-top: 40px;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--secondary);
}
#contact .global-wrapper .problem-wrapper .title-with-image {
  padding-right: 34px;
}
#contact .global-wrapper .problem-wrapper .title-with-image img {
  height: 24px;
  width: 24px;
  margin-bottom: 5px;
  margin-right: 10px;
}
#contact .global-wrapper .problem-wrapper .paragraph {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--light-text);
}
#contact .global-wrapper .problem-wrapper .paragraph ol {
  padding-left: 1.5rem !important;
  margin-bottom: 0 !important;
}
#contact .global-wrapper .problem-wrapper .paragraph li:not(:last-child) {
  margin-bottom: 20px;
}
#contact .global-wrapper .problem-wrapper .paragraph.last {
  margin-bottom: 26px;
}
#contact .global-wrapper .problem-wrapper .bold {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text);
}
#contact .global-wrapper .problem-wrapper .table-horaires {
  font-family: "Readex Pro", sans-serif;
}
#contact .global-wrapper .problem-wrapper .table-horaires td {
  padding-left: 30px;
}
#contact .global-wrapper .problem-wrapper.final-wrapper, #contact .global-wrapper .problem-wrapper.success-wrapper {
  background: #fff;
  padding: 30px 10px 10px 10px;
  border-radius: 20px;
  margin-top: 30px;
}
#contact .global-wrapper .problem-wrapper.final-wrapper .title, #contact .global-wrapper .problem-wrapper.success-wrapper .title {
  margin-top: 10px;
}
#contact .global-wrapper .tel-wrapper .title {
  color: var(--secondary);
}
#contact .global-wrapper .btn-contact {
  position: relative;
  margin-bottom: 20px;
  padding: 16px 10px;
  width: 100%;
  background-color: #fff !important;
}
#contact .global-wrapper .btn-contact:last-child {
  margin-bottom: 0;
}
#contact .global-wrapper .btn-contact p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--primary-button-text);
}
#contact .global-wrapper .btn-contact.back {
  position: relative;
  padding: 18px 10px;
  background: var(--secondary) !important;
}
#contact .global-wrapper .btn-contact.back .img {
  height: 19px;
  width: 16px;
  background-color: var(--secondary-button-text);
  mask-image: url(/build/images/left-white-arrow.a375f40d.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
#contact .global-wrapper .btn-contact.back img {
  position: relative;
  height: 19px;
  width: 16px;
}
#contact .global-wrapper .btn-contact.btn-secondary {
  background: var(--secondary) !important;
}
#contact .global-wrapper .btn-contact.btn-secondary p {
  color: var(--secondary-button-text);
}
#contact .global-wrapper .main-wrapper {
  opacity: 1;
  pointer-events: visible;
}
#contact .global-wrapper .success-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
#contact .global-wrapper .success-wrapper .messageSendText {
  position: relative;
  margin-bottom: 20px;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0f960e;
}

#searchBarResult {
  position: relative;
  padding: 23px 16px 18px;
}
#searchBarResult .title {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
}
#searchBarResult #filterButton {
  position: relative;
  padding: 18px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 14px;
}
#searchBarResult #filterButton .img {
  position: relative;
  margin-right: 10px;
  height: 24px;
  width: 24px;
  background: var(--secondary);
  mask-image: url(/build/images/filter-black.69c573eb.svg);
  -webkit-mask-image: url(/build/images/filter-black.69c573eb.svg);
  -webkit-mask-position: center;
  mask-position: center;
}
#searchBarResult #filterButton p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--primary-button-text);
}
#searchBarResult #filterButton:hover {
  color: var(--primary);
}

#searchResults {
  position: relative;
  padding: 0 16px 40px;
}

#proposeProduct {
  position: relative;
  padding: 0 16px 52px;
}
#proposeProduct .paragraph {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
  max-width: 85vw;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--light-text);
}
#proposeProduct a {
  position: relative;
  padding: 16px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  text-decoration: none;
  border: 2px solid var(--secondary);
  background-color: transparent;
  transition: background-color 0.35s ease-in-out;
}
#proposeProduct a p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--secondary);
  transition: color 0.35s ease-in-out;
}
#filterPopup {
  position: fixed;
  overflow: hidden;
  z-index: 20;
  height: 100%;
  width: 100vw;
  top: 0;
  right: -100%;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: right 0.65s cubic-bezier(0.72, -0.34, 0.77, 0.71), opacity 0.35s ease-in-out 0.2s;
}
#filterPopup.openFilter {
  opacity: 1;
  right: 0;
  transition: right 0.65s cubic-bezier(0.3, 0.27, 0.35, 1.32), opacity 0.35s ease-in-out;
}
#filterPopup .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
}
#filterPopup .wrapper .top-part {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#filterPopup .wrapper .top-part h4 {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--secondary);
}
@media screen and (max-width: 330px) {
  #filterPopup .wrapper .top-part h4 {
    font-size: 22px;
    line-height: 27px;
  }
}
#filterPopup .wrapper .top-part img {
  position: relative;
  height: 24px;
  width: 24px;
}
#filterPopup .wrapper .middlePart {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  margin: 20px 0px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ededed;
}
#filterPopup .wrapper .middlePart .allergenText {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(60, 60, 67, 0.6);
}
#filterPopup .wrapper .middlePart .allergens-wrapper {
  position: relative;
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
}
#filterPopup .wrapper .middlePart .allergens-wrapper .allergen {
  position: relative;
  margin: 0 7px 7px 0;
  padding: 10px 15px;
  height: fit-content;
  width: fit-content;
  background-color: #b3b3b3;
  border: 2px solid #b3b3b3;
  border-radius: 5px;
  user-select: none !important;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-height: 570px) {
  #filterPopup .wrapper .middlePart .allergens-wrapper .allergen {
    padding: 6px 10px;
  }
}
#filterPopup .wrapper .middlePart .allergens-wrapper .allergen p {
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: white;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-height: 570px) {
  #filterPopup .wrapper .middlePart .allergens-wrapper .allergen p {
    font-size: 14px;
  }
}
#filterPopup .wrapper .middlePart .allergens-wrapper .allergen .img {
  position: relative;
  height: 13.5px;
  width: 13.5px;
  background: white;
  transform: rotate(225deg);
  mask-image: url(/build/images/cross-allergen.f66d7b30.svg);
  -webkit-mask-image: url(/build/images/cross-allergen.f66d7b30.svg);
  mask-position: center;
  -webkit-mask-position: center;
  transition: transform 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
#filterPopup .wrapper .middlePart .allergens-wrapper .allergen.active {
  background-color: transparent;
  border: 2px solid var(--primary);
}
#filterPopup .wrapper .middlePart .allergens-wrapper .allergen.active p {
  color: var(--secondary);
}
#filterPopup .wrapper .middlePart .allergens-wrapper .allergen.active .img {
  background: var(--secondary);
  transform: rotate(0);
}
#filterPopup .wrapper .middlePart .calories {
  position: relative;
  width: 100%;
  margin: 25px 0 30px;
}
@media screen and (max-height: 570px) {
  #filterPopup .wrapper .middlePart .calories {
    margin: 15px 20px;
  }
}
#filterPopup .wrapper .middlePart .calories .infos {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#filterPopup .wrapper .middlePart .calories .infos p {
  position: relative;
  margin-bottom: 0;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(60, 60, 67, 0.6);
}
#filterPopup .wrapper .middlePart .calories .infos h6 {
  position: relative;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: right;
  color: var(--secondary);
}
#filterPopup .wrapper .middlePart .calories input[type=range] {
  width: 100%;
  background: var(--text);
  -webkit-appearance: none;
  border-radius: 5px;
}
#filterPopup .wrapper .middlePart .calories input[type=range]:focus {
  outline: none;
}
#filterPopup .wrapper .middlePart .calories input[type=range]::-webkit-slider-runnable-track {
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
#filterPopup .wrapper .middlePart .calories input[type=range]::-webkit-slider-thumb {
  margin-top: -12px;
  width: 28px;
  height: 28px;
  background: #eeebe2;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
#filterPopup .wrapper .middlePart .calories input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffe977;
}
#filterPopup .wrapper .middlePart .calories input[type=range]::-moz-range-track {
  background: var(--primary);
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
#filterPopup .wrapper .middlePart .calories input[type=range]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  background: #eeebe2;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
}
#filterPopup .wrapper .middlePart .calories input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 18.6px 0;
  color: transparent;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
#filterPopup .wrapper .middlePart .calories input[type=range]::-ms-fill-lower {
  background: #826d00;
  border: 0;
  border-radius: 50px;
}
#filterPopup .wrapper .middlePart .calories input[type=range]::-ms-fill-upper {
  background: var(--primary);
  border: 0;
  border-radius: 50px;
}
#filterPopup .wrapper .middlePart .calories input[type=range]::-ms-thumb {
  width: 28px;
  height: 28px;
  background: #eeebe2;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
}
#filterPopup .wrapper .middlePart .calories input[type=range]:focus::-ms-fill-lower {
  background: var(--primary);
}
#filterPopup .wrapper .middlePart .calories input[type=range]:focus::-ms-fill-upper {
  background: #ffe977;
}
@supports (-ms-ime-align: auto) {
  #filterPopup .wrapper .middlePart .calories input[type=range] {
    margin: 0;
  }
}
#filterPopup .wrapper .middlePart .showOnlyText {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(60, 60, 67, 0.6);
}
#filterPopup .wrapper .middlePart .showOnly {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 5px;
}
#filterPopup .wrapper .middlePart .showOnly .left-part {
  position: relative;
}
#filterPopup .wrapper .middlePart .showOnly .left-part p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text);
}
#filterPopup .wrapper .middlePart .showOnly .left-part p.name-bio, #filterPopup .wrapper .middlePart .showOnly .left-part p.name-vegan {
  color: var(--veganTagText);
}
#filterPopup .wrapper .middlePart .showOnly .left-part img {
  position: relative;
  margin-left: 15px;
  height: 30px;
  width: 30px;
}
#filterPopup .wrapper .middlePart .showOnly .left-part.bio .img, #filterPopup .wrapper .middlePart .showOnly .left-part.vegan .img {
  position: relative;
  background-color: var(--veganTagText);
  mask-image: url(/build/images/mask-bio.43570e20.svg);
  height: 24px;
  width: 24px;
  mask-repeat: no-repeat;
  mask-position: center;
  margin-left: 10px;
}
#filterPopup .wrapper .middlePart .showOnly .left-part.vegan .img {
  mask-image: url(/build/images/mask-vegan.5c3fcc5a.svg);
}
#filterPopup .wrapper .middlePart .showOnly .knobs,
#filterPopup .wrapper .middlePart .showOnly .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#filterPopup .wrapper .middlePart .showOnly .button {
  position: relative;
  width: 45px;
  height: 28px;
  overflow: hidden;
}
#filterPopup .wrapper .middlePart .showOnly .button.r,
#filterPopup .wrapper .middlePart .showOnly .button.r .layer {
  border-radius: 100px;
}
#filterPopup .wrapper .middlePart .showOnly .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
#filterPopup .wrapper .middlePart .showOnly .knobs {
  z-index: 2;
}
#filterPopup .wrapper .middlePart .showOnly .layer {
  width: 100%;
  background-color: #A1A1A1;
  transition: 0.3s ease all;
  z-index: 1;
}
#filterPopup .wrapper .middlePart .showOnly #button-1 .knobs:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 20px;
  height: 20px;
  padding: 9px 4px;
  background-color: white;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
#filterPopup .wrapper .middlePart .showOnly #button-1 .checkbox:checked + .knobs:before {
  content: "";
  left: 21px;
}
#filterPopup .wrapper .middlePart .showOnly #button-1 .checkbox:checked ~ .layer {
  background-color: var(--secondary);
}
#filterPopup .wrapper .middlePart .showOnly #button-1 .knobs,
#filterPopup .wrapper .middlePart .showOnly #button-1 .knobs:before,
#filterPopup .wrapper .middlePart .showOnly #button-1 .layer {
  transition: 0.3s ease all;
}
#filterPopup .wrapper .filterResult, #filterPopup .wrapper .resetFilterResult {
  position: relative;
  padding: 14px 0;
  width: 100%;
  transition: background-color 0.35s ease-in-out;
  border: 2px solid var(--primary);
}
#filterPopup .wrapper .filterResult p, #filterPopup .wrapper .resetFilterResult p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  text-align: center;
  transition: color 0.35s ease-in-out;
}
#filterPopup .wrapper .resetFilterResult {
  margin-top: 15px;
  background-color: transparent !important;
  border: 2px solid var(--secondary);
}
#filterPopupBackground {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.65s ease-in-out;
}
#filterPopupBackground.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.65s ease-in-out;
}

#presentation {
  position: relative;
  padding: 20px 0 25px;
}
#presentation .imageOfProduct {
  position: relative;
  height: 180px;
  width: 100%;
  padding: 0 13px;
}
@media screen and (min-width: 576px) {
  #presentation .imageOfProduct {
    height: 245px;
  }
}
#presentation .imageOfProduct img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
#presentation .wrapper {
  position: relative;
  margin-top: 18px;
  padding: 0 23px;
}
#presentation .wrapper .type {
  position: relative;
  height: fit-content;
  width: fit-content;
  padding: 3px 7px;
  margin: 2px 0 8px;
  border-radius: 35px;
  background-color: var(--primary);
}
#presentation .wrapper .type p {
  position: relative;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--secondary);
}
#presentation .wrapper .name {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
}
#presentation .wrapper .description {
  position: relative;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--button-text);
}
#presentation .wrapper .description p {
  margin-bottom: 0;
}
#presentation .wrapper .typeWrapper {
  position: relative;
  margin-top: 14px;
}
#presentation .wrapper .typeWrapper .vegan, #presentation .wrapper .typeWrapper .bio {
  position: relative;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 14px;
  background-color: var(--veganTagBg);
}
#presentation .wrapper .typeWrapper .vegan .img, #presentation .wrapper .typeWrapper .bio .img {
  position: relative;
  background-color: var(--veganTagText);
  mask-image: url(/build/images/mask-bio.43570e20.svg);
  height: 24px;
  width: 24px;
  mask-repeat: no-repeat;
  mask-position: center;
}
#presentation .wrapper .typeWrapper .vegan p, #presentation .wrapper .typeWrapper .bio p {
  position: relative;
  margin-left: 10px;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--veganTagText);
}
#presentation .wrapper .typeWrapper .vegan {
  margin-right: 10px;
}
#presentation .wrapper .typeWrapper .vegan .img {
  mask-image: url(/build/images/mask-vegan.5c3fcc5a.svg);
}
#presentation .wrapper .scoreWrapper {
  max-width: 75%;
  margin-top: 10px;
}
#presentation .wrapper .scoreWrapper div {
  margin-right: 35px;
}
#presentation .wrapper .scoreWrapper .nutriscore img {
  max-width: 94px;
  height: auto;
}
#presentation .wrapper .scoreWrapper .nova img {
  max-width: 25px;
  height: auto;
}
#presentation .wrapper .scoreWrapper .ecoscore img {
  max-width: 74px;
  height: auto;
}

#composition {
  position: relative;
  width: 100%;
  background-color: var(--grey-light);
  padding: 25px 23px;
}
#composition .title {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
}
#composition .selectInfo {
  position: relative;
  height: 46px;
  margin: 25px 0;
  width: 100%;
  border-radius: 14px;
  background-color: white;
}
#composition .selectInfo p {
  position: relative;
  margin-bottom: 0;
  width: 50%;
  padding: 12px;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--primary);
  transition: color 0.35s ease-in-out, width 0.15s ease-in-out;
}
#composition .selectInfo:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  border-radius: 14px;
  background-color: var(--primary);
  transition: left 0.15s ease-in-out, right 0.15s ease-in-out, width 0.15s ease-in-out;
}
#composition .selectInfo.infoFull:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 14px;
  background-color: var(--primary);
}
#composition .selectInfo.infoFull p {
  width: 100%;
}
#composition .selectInfo.right:before {
  right: 0;
}
#composition .selectInfo.right p:nth-child(1) {
  color: var(--secondary);
}
#composition .selectInfo.right p:nth-child(2) {
  color: var(--secondary);
}
#composition .selectInfo.left:before {
  right: 50%;
}
#composition .selectInfo.left p:nth-child(1) {
  color: var(--secondary);
}
#composition .selectInfo.left p:nth-child(2) {
  color: var(--secondary);
}
#composition .wrapper {
  position: relative;
}
#composition .wrapper p {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
#composition .wrapper p .yellowSpan {
  position: relative;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 7px;
  margin-right: 5px;
  color: var(--primary-button-text);
  background-color: var(--primary);
}
#composition .wrapper p.recipe span:not(.yellowSpan) {
  font-weight: 700;
  padding: 0;
  border: 0;
  margin: 0;
}
#composition .wrapper p:last-child {
  margin-bottom: 0;
}
#composition .wrapper p:first-line {
  line-height: 25px;
}
#composition .wrapper p.bigMargin {
  margin-bottom: 25px;
}
#composition .wrapper p .allergenes-item:not(:last-child)::after {
  content: ", ";
}
#composition .wrapper .grid {
  position: relative;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
#composition .wrapper .grid p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text);
}
#composition .wrapper .grid p span {
  position: relative;
  border-radius: 35px;
  font-size: 14px;
  padding: 3px 7px;
  margin-right: 5px;
  color: var(--primary-button-text);
  background-color: var(--primary);
}
#composition .wrapper .preventionText {
  position: relative;
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--light-text);
}
#composition .wrapper .preventionText:first-line {
  line-height: 120%;
}
#composition .wrapper .unity, #composition .wrapper .grams {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease-in-out;
}
#composition .wrapper .unity.active, #composition .wrapper .grams.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

#similarProducts {
  position: relative;
  padding: 30px 16px;
  background: white;
}
#similarProducts .title {
  position: relative;
}
#similarProducts .title h3 {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
}
#similarProducts .allergens-wrapper {
  position: relative;
  margin: 19px 0;
  display: none !important;
}
#similarProducts .allergens-wrapper .no-allergen {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--light-text);
}
#similarProducts .typeOfSimilarProducts {
  position: relative;
  width: 100%;
  margin: 10px 0 20px;
}
#similarProducts .typeOfSimilarProducts .typeWrapper {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
#similarProducts .typeOfSimilarProducts .typeWrapper p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--secondary);
}
#similarProducts .typeOfSimilarProducts .typeWrapper p.name-bio, #similarProducts .typeOfSimilarProducts .typeWrapper p.name-vegan {
  color: var(--veganTagText);
}
#similarProducts .typeOfSimilarProducts .typeWrapper .wrapperImg {
  background-color: var(--veganTagBg);
  padding: 4px;
  border-radius: 15px;
  margin-left: 10px;
}
#similarProducts .typeOfSimilarProducts .typeWrapper .wrapperImg .img {
  position: relative;
  background-color: var(--veganTagText);
  mask-image: url(/build/images/mask-bio.43570e20.svg);
  height: 24px;
  width: 24px;
  mask-repeat: no-repeat;
  mask-position: center;
}
#similarProducts .typeOfSimilarProducts .typeWrapper .wrapperImg .img.vegan {
  mask-image: url(/build/images/mask-vegan.5c3fcc5a.svg);
}
#similarProducts .typeOfSimilarProducts .typeWrapper .knobs,
#similarProducts .typeOfSimilarProducts .typeWrapper .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#similarProducts .typeOfSimilarProducts .typeWrapper .button {
  position: relative;
  width: 45px;
  height: 28px;
  overflow: hidden;
  min-width: 45px !important;
}
#similarProducts .typeOfSimilarProducts .typeWrapper .button.r,
#similarProducts .typeOfSimilarProducts .typeWrapper .button.r .layer {
  border-radius: 100px;
}
#similarProducts .typeOfSimilarProducts .typeWrapper .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
#similarProducts .typeOfSimilarProducts .typeWrapper .knobs {
  z-index: 2;
}
#similarProducts .typeOfSimilarProducts .typeWrapper .layer {
  width: 100%;
  background-color: #A1A1A1;
  transition: 0.3s ease all;
  z-index: 1;
}
#similarProducts .typeOfSimilarProducts .typeWrapper #button-1 .knobs:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 20px;
  height: 20px;
  padding: 9px 4px;
  background-color: white;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
#similarProducts .typeOfSimilarProducts .typeWrapper #button-1 .checkbox:checked + .knobs:before {
  content: "";
  left: 21px;
}
#similarProducts .typeOfSimilarProducts .typeWrapper #button-1 .checkbox:checked ~ .layer {
  background-color: var(--secondary);
}
#similarProducts .typeOfSimilarProducts .typeWrapper #button-1 .knobs,
#similarProducts .typeOfSimilarProducts .typeWrapper #button-1 .knobs:before,
#similarProducts .typeOfSimilarProducts .typeWrapper #button-1 .layer {
  transition: 0.3s ease all;
}
#similarProducts .typeOfSimilarProducts .calories {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-height: 570px) {
  #similarProducts .typeOfSimilarProducts .calories {
    margin: 15px 20px;
  }
}
#similarProducts .typeOfSimilarProducts .calories .infos {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#similarProducts .typeOfSimilarProducts .calories .infos p {
  position: relative;
  margin-bottom: 0;
  width: fit-content;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(60, 60, 67, 0.6);
}
#similarProducts .typeOfSimilarProducts .calories .infos h6 {
  position: relative;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: right;
  color: var(--text);
}
#similarProducts .typeOfSimilarProducts .calories input[type=range] {
  width: 100%;
  background: var(--text);
  -webkit-appearance: none;
  background: linear-gradient(to right, var(--primary) 0%, var(--primary) 50%, var(--text) 50%, var(--text) 100%);
  border-radius: 5px;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]:focus {
  outline: none;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]::-webkit-slider-runnable-track {
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]::-webkit-slider-thumb {
  margin-top: -12px;
  width: 28px;
  height: 28px;
  background: #eeebe2;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffe977;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]::-moz-range-track {
  background: var(--primary);
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  background: #eeebe2;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 18.6px 0;
  color: transparent;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]::-ms-fill-lower {
  background: #826d00;
  border: 0;
  border-radius: 50px;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]::-ms-fill-upper {
  background: var(--primary);
  border: 0;
  border-radius: 50px;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]::-ms-thumb {
  width: 28px;
  height: 28px;
  background: #eeebe2;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]:focus::-ms-fill-lower {
  background: var(--primary);
}
#similarProducts .typeOfSimilarProducts .calories input[type=range]:focus::-ms-fill-upper {
  background: #ffe977;
}
@supports (-ms-ime-align: auto) {
  #similarProducts .typeOfSimilarProducts .calories input[type=range] {
    margin: 0;
  }
}
#similarProducts .showMoreButton {
  position: relative;
  margin: 15px auto 0;
  padding: 16px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  text-decoration: none;
  border: 2px solid var(--secondary);
  user-select: none;
  background-color: transparent !important;
  transition: background-color 0.35s ease-in-out;
}
#similarProducts .showMoreButton p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--secondary);
  transition: color 0.35s ease-in-out;
}

#findProducts {
  position: relative;
  padding: 0 16px 76px;
  width: 100%;
}
#findProducts .presentation {
  position: relative;
  max-width: 90%;
  margin: 0 auto 15px;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--light-text);
}

.typeWrapper .left-part {
  position: relative;
}
.typeWrapper .left-part p {
  position: relative;
  margin-bottom: 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text);
}
.typeWrapper .left-part img {
  position: relative;
  margin-left: 15px;
  height: 30px;
  width: 30px;
}

footer {
  position: relative;
  width: 100%;
}
footer .top-part {
  position: relative;
  padding: 20px 40px;
  width: 100%;
  background-color: var(--grey-light);
}
footer .top-part .left-part {
  position: relative;
}
footer .top-part .left-part a {
  position: relative;
  text-decoration: none;
  margin-bottom: 10px;
}
footer .top-part .left-part a p {
  position: relative;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-align: left;
  color: var(--secondary);
}
footer .top-part .left-part a:last-child {
  margin-bottom: 0;
}
footer .top-part .right-part {
  position: relative;
}
footer .top-part .right-part .logo {
  position: relative;
  padding: 6px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
footer .top-part .right-part .logo img {
  position: relative;
  height: 54px;
  width: auto;
}
footer .bottom-part {
  position: relative;
  padding: 15px 0;
  width: 100%;
  background-color: var(--secondary);
}
footer .bottom-part p {
  position: relative;
  margin: 0 auto 4px;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--grey-light2);
}
footer .bottom-part a {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-align: center;
  color: var(--grey);
}

#errorpage {
  position: relative;
  padding: 70px 23px;
  font-family: "Readex Pro", sans-serif;
}
#errorpage .title {
  position: relative;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--text);
}
#errorpage .back-button {
  margin-left: 0;
}

body:has(#errorpage) footer {
  position: fixed;
  left: 0;
  bottom: 0;
}

/*# sourceMappingURL=style.css.map */


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLmNzcyIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7OztBQUFBOzs7OztFQUFBO0FBT0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUNFRjs7QURDQTtFQUNFO0FDRUY7O0FEQ0E7QUFDQTtFQUNFO0lBQ0U7SUFDQTtJQUNBO0VDRUY7QUFDRjtBRE1JO0VBQ0U7QUNKTjs7QURTQTtFQUVFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0Y7Ozs7Ozs7Ozs7Ozs7O0dBQUE7RUFpQkU7RUFDQTtFQUVBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtBQ1hGOztBRGVBOzs7Ozs7RUFBQTtBQVlBO0VBQ0U7RUFDQTtBQ2pCRjtBQ3JGQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FEdUZGO0FDbkZJO0VBRUU7QURvRk47QUMvRUU7RUFDRTtFQUVBO0VBQ0E7QURnRko7QUM5RUk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtBRGdGTjtBQ3pFRTtFQUNFO0VBQ0E7QUQyRUo7QUN4RUk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtBRDBFTjtBQ3RFRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUR3RUo7QUN0RUk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBRHdFTjtBQ3RFTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBRHdFUjtBQ3JFTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBRHVFUjtBQ2xFSTtFQUNFO0FEb0VOO0FDbEVNO0VBQ0U7RUFDQTtBRG9FUjtBQ2xFUTtFQUNFO0VBQ0E7RUFDQTtBRG9FVjtBQ2pFUTtFQUNFO0VBQ0E7RUFDQTtBRG1FVjs7QUN4REE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FEMkRGO0FDekRFO0VBQ0U7RUFDQTtBRDJESjtBQ3hERTtFQUNFO0VBQ0E7QUQwREo7QUN4REk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBRDBETjtBQ3hETTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FEMERSO0FDeERRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FEMERWO0FDdkRRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FEeURWO0FDbERRO0VBQ0U7QURvRFY7QUNsRFU7RUFDRTtBRG9EWjtBQ2pEVTtFQUNFO0FEbURaO0FDMUNJO0VBQ0U7RUFDQTtFQUNBO0FENENOO0FDMUNNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBRDRDUjtBQzFDUTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBRDRDVjtBQ3ZDTTtFQUNFO0FEeUNSOztBQ2hDQTtFQUNFO0VBQ0E7QURtQ0Y7O0FFaFJBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FGbVJGO0FFalJFO0VBQ0U7RUFDQTtBRm1SSjtBRWhSRTtFQUNFO0VBQ0E7QUZrUko7O0FFN1FBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBRmdSRjtBRTlRRTtFQUNFO0VBQ0E7RUFDQTtBRmdSSjs7QUUzUUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FGOFFGO0FFNVFFO0VBQ0U7RUFDQTtBRjhRSjs7QUV6UUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FGNFFGO0FFMVFFO0VBQ0U7RUFDQTtBRjRRSjs7QUV4UUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FGMlFGO0FFelFFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FGMlFKO0FFeFFFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QUYwUUo7QUV4UUk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUYwUU47QUV2UUk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUZ5UU47O0FFbFFBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FGcVFGOztBRWxRQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FGcVFGO0FFblFFO0VBQ0U7RUFDQTtBRnFRSjtBRTlQRTtFQUVFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUtBO0FGMlBKO0FFelBJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QUYyUE47QUV0UEU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztzQkFBQTtFQUdBO0VBQ0E7RUFDQTtFQUNBO0FGd1BKO0FFdFBJO0VBQ0U7QUZ3UE47QUVuUEU7RUFDRTtJQUNFO0VGcVBKO0VFblBFO0lBQ0U7RUZxUEo7QUFDRjs7QUcvYkE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtBSGtjRjtBR2hjRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUhrY0o7QUdoY0k7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUhrY047QUcvYkk7RUFDRTtFQUNBO0VBQ0E7QUhpY047QUc5Ykk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FIZ2NOOztBR3hiQTtFQUNFO0FIMmJGOztBR3RiQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUh5YkY7QUd2YkU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FIeWJKO0FHdGJFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUh3Yko7QUdyYkU7RUFDRTtFQUNBO0FIdWJKO0FHcmJJO0VBQ0U7QUh1Yk47QUdwYkk7RUFDRTtFQUNBO0FIc2JOOztBRzdhQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0FIZ2JGO0FHOWFFO0VBQ0U7RUFDQTtFQUNBO0FIZ2JKO0FHOWFJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FIZ2JOO0FHOWFNO0VBQ0U7RUFFQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0FIOGFSO0FHNWFRO0VBQ0U7RUFFQTtFQUNBO0VBQ0E7QUg2YVY7QUd4YU07RUFDRTtFQUNBO0VBQ0E7QUgwYVI7QUd4YVE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSDBhVjtBR3ZhUTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSHdhVjtBR3JhUTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSHVhVjtBR3JhVTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSHVhWjtBR2xhUTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSG9hVjtBRy9aVTtFQUNFO0VBQ0E7QUhpYVo7QUd4Wkk7RUFDRTtBSDBaTjs7QUdqWkE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FIb1pGO0FHbFpFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FIb1pKO0FHbFpJO0VBQ0U7RUFDQTtBSG9aTjs7QUc3WUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUhnWkY7QUc5WUU7RUFDRTtFQUNBO0FIZ1pKO0FHOVlJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QUhnWk47QUc5WU07RUFDRTtFQUNBO0VBQ0E7RUFDQTtBSGdaUjtBRzdZTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSCtZUjtBRzVZTTtFQUNFO0FIOFlSO0FHNVlRO0VBQ0U7QUg4WVY7QUczWVE7RUFDRTtBSDZZVjtBRzFZUTtFQUNFO0VBQ0E7RUFDQTtBSDRZVjtBR25ZRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUhxWUo7QUduWUk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtBSHFZTjtBR2xZSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUhvWU47QUdqWUk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSG1ZTjtBR2hZSTtFQUNFO0FIa1lOO0FHL1hJO0VBQ0U7QUhpWU47QUcvWE07RUFDRTtBSGlZUjtBRzlYTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUhnWVI7QUd0WEU7RUFDRTtBSHdYSjtBR3RYSTtFQUNFO0FId1hOO0FHclhJO0VBQ0U7QUh1WE47QUdwWEk7RUFDRTtBSHNYTjtBR2pYRTtFQUNFO0VBQ0E7RUFDQTtBSG1YSjtBR2pYSTtFQUNFO0VBQ0E7QUhtWE47QUdqWE07RUFDRTtFQUNBO0FIbVhSO0FHaFhNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FIa1hSO0FHM1dFO0VBQ0U7RUFDQTtFQUNBO0FINldKO0FHM1dJO0VBQ0U7RUFDQTtFQStCQTs7Ozs7SUFBQTtBSG9WTjtBR2pYTTtFQUNFO0VBQ0E7QUhtWFI7QUdoWE07RUFDRTtFQUNBO0FIa1hSO0FHL1dNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QUhpWFI7QUc5V007RUFDRTtBSGdYUjtBRzdXTTtFQUNFO0FIK1dSO0FHNVdNO0VBQ0U7QUg4V1I7QUdsV0k7RUFNRTs7Ozs7SUFBQTtBSG9XTjtBR3hXTTtFQUNFO0FIMFdSO0FHNVZFO0VBQ0U7RUFDQTtBSDhWSjs7QUd2VkE7RUFDRTtFQUNBO0VBQ0E7QUgwVkY7QUd4VkU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FIMFZKO0FHdlZJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FIeVZOO0FHdlZNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSHlWUjtBR3BWSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSHNWTjs7QUc3VUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FIZ1ZGO0FHOVVFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSGdWSjtBRzlVSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0FIZ1ZOO0FHM1VFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FINlVKO0FHM1VJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FINlVOO0FHMVVJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FINFVOOztBSTc4QkE7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7QUo4OEJGO0FJNThCRTtFQUNFO0VBQ0E7RUFDQTtBSjg4Qko7QUkzOEJFO0VBQ0U7RUFDQTtBSjY4Qko7QUkxOEJJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QUo0OEJOO0FJMThCTTtFQUNFO0VBQ0E7RUFDQTtBSjQ4QlI7QUlwOEJRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSnM4QlY7QUlqOEJNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUptOEJSO0FJaDhCTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSms4QlI7QUloOEJRO0VBRUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FKaThCVjtBSS83QlU7RUFDRTtBSmk4Qlo7QUk3N0JVO0VBQ0U7QUorN0JaO0FJbjdCTTtFQUNFO0VBRUE7RUFDQTtBSm83QlI7QUlqN0JNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QUptN0JSO0FJajdCUTtFQU5GO0lBT0k7RUpvN0JSO0FBQ0Y7QUlsN0JRO0VBVkY7SUFXSTtFSnE3QlI7QUFDRjtBSW43QlE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FKcTdCVjs7QUkzNkJBO0VBQ0U7SUFDRTtJQUNBO0VKODZCRjtFSTU2QkE7SUFDRTtJQUNBO0VKODZCRjtBQUNGO0FJNTZCQTtFQUNFO0lBQ0U7SUFDQTtFSjg2QkY7RUk1NkJBO0lBQ0U7SUFDQTtFSjg2QkY7QUFDRjtBS25sQ0E7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTG9sQ0Y7QUtsbENFO0VBQ0U7RUFDQTtFQUNBO0FMb2xDSjtBS2psQ0U7RUFDRTtFQUNBO0FMbWxDSjtBS2hsQ0k7RUFDRTtFQUNBO0VBQ0E7RUFDQTtBTGtsQ047QUtobENNO0VBQ0U7RUFDQTtFQUNBO0FMa2xDUjtBSzVrQ007RUFDRTtFQUVBO0VBRUE7QUw0a0NSO0FLeGtDUTtFQVRGO0lBVUk7RUwya0NSO0FBQ0Y7QUt6a0NRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTDJrQ1Y7QUt0a0NNO0VBQ0U7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FMdWtDUjtBS3BrQ1U7RUFDRTtBTHNrQ1o7QUtua0NVO0VBQ0U7QUxxa0NaO0FLL2pDTTtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUxna0NSO0FLOWpDUTtFQUNFO0VBQ0E7QUxna0NWO0FLN2pDUTtFQUNFO0FMK2pDVjtBS3hqQ0k7RUFDRTtFQUNBO0FMMGpDTjtBS3hqQ007RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FMeWpDUjtBS3RqQ007RUFDRTtFQUNBO0VBQ0E7RUFDQTtBTHdqQ1I7QUt0akNRO0VBTkY7SUFPSTtFTHlqQ1I7QUFDRjtBS3RqQ1E7RUFYRjtJQVlJO0VMeWpDUjtBQUNGO0FLdmpDUTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTHlqQ1Y7QUt0akNRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTHdqQ1Y7QUtuakNNO0VBQ0U7RUFDQTtBTHFqQ1I7QUtuakNRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FMcWpDVjtBS25qQ1U7RUFDRTtFQUNBO0FMcWpDWjtBS2xqQ1U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTG9qQ1o7QUtsakNZO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTG9qQ2Q7QUtsakNjO0VBQ0U7RUFDQTtFQUNBO0FMb2pDaEI7QUtsakNnQjtFQUNFO0FMb2pDbEI7QUtoakNjO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FMa2pDaEI7QUs5aUNZO0VBQ0U7RUFDQTtBTGdqQ2Q7QUs5aUNjO0VBQ0U7QUxnakNoQjtBSzlpQ2dCO0VBQ0U7QUxnakNsQjtBS3hpQ2M7RUFDRTtBTDBpQ2hCO0FLcGlDUTtFQUNFO0lBQ0U7RUxzaUNWO0FBQ0Y7QUtuaUNRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUxxaUNWOztBTWwwQ0E7RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FObzBDRjtBTWwwQ0U7RUFDRTtFQUNBO0FObzBDSjtBTWowQ0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7QU5rMENKO0FNaDBDSTtFQUNFO0VBQ0E7RUFDQTtBTmswQ047QU0vekNJO0VBbEJGO0lBbUJJO0lBQ0E7RU5rMENKO0VNaDBDSTtJQUNFO0lBQ0E7RU5rMENOO0FBQ0Y7QU05ekNJO0VBN0JGO0lBOEJJO0lBQ0E7RU5pMENKO0VNL3pDSTtJQUNFO0lBQ0E7RU5pMENOO0FBQ0Y7QU0zekNFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU42ekNKO0FNMXpDRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FONHpDSjtBTTF6Q0k7RUFDRTtFQUVBO0VBQ0E7QU4yekNOO0FNenpDTTtFQUNFO0FOMnpDUjtBTXR6Q0k7RUFDRTtFQUNBO0VBQ0E7RUFDQTtBTnd6Q047QU1qekNJO0VBQ0U7QU5tekNOO0FNanpDTTtFQUNFO0FObXpDUjs7QU12eUNBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOMHlDRjtBTXh5Q0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU4weUNKO0FNdnlDRTtFQUNFO0VBQ0E7RUFDQTtBTnl5Q0o7QU12eUNJO0VBQ0U7RUFDQTtFQUNBO0FOeXlDTjtBTXZ5Q007RUFDRTtBTnl5Q1I7QU12eUNRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTnl5Q1Y7QU10eUNRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOdXlDVjtBTWx5Q007RUFFRTtFQUNBO0FObXlDUjtBTWp5Q1E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FObXlDVjtBTTl4Q007RUFDRTtBTmd5Q1I7QU05eENRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU5neUNWO0FNMXhDSTtFQUNFO0FONHhDTjtBTXZ4Q0U7RUFDRTtBTnl4Q0o7QU10eENFO0VBQ0U7RUFDQTtFQUNBO0FOd3hDSjtBTXR4Q0k7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTnd4Q047QU10eENNO0VBQ0U7QU53eENSOztBTTl3Q0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU5peENGO0FNL3dDRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTml4Q0o7QU05d0NFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOZ3hDSjtBTTd3Q0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOK3dDSjtBTTd3Q0k7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU4rd0NOO0FNMXdDRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTjR3Q0o7QU0xd0NJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTjR3Q047QU0xd0NNO0VBUEY7SUFRSTtFTjZ3Q047QUFDRjtBTTN3Q007RUFYRjtJQVlJO0VOOHdDTjtBQUNGO0FNNXdDTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTjh3Q1I7QU0zd0NNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FONndDUjtBTTN3Q1E7RUFDRTtBTjZ3Q1Y7QU0zd0NVO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QU42d0NaO0FNeHdDUTtFQUNFO0VBQ0E7QU4wd0NWO0FNeHdDVTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0FOMHdDWjtBTXZ3Q1U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU55d0NaO0FNdHdDVTtFQUNFO0FOd3dDWjs7QU14dkNBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QU4ydkNGO0FNenZDRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTjJ2Q0o7QU14dkNFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOMHZDSjtBTXZ2Q0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTnl2Q0o7QU10dkNFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QU53dkNKO0FNdHZDSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0FOd3ZDTjtBTXJ2Q0k7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTnV2Q047O0FNOXVDQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU5pdkNGO0FNL3VDRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTml2Q0o7QU05dUNFO0VBQ0U7RUFDQTtFQUNBO0FOZ3ZDSjtBTTl1Q0k7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOZ3ZDTjtBTTl1Q007RUFDRTtFQUNBO0VBQ0E7RUFDQTtBTmd2Q1I7QU0zdUNJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTjZ1Q047QU14dUNFO0VBQ0U7RUFDQTtBTjB1Q0o7QU14dUNJO0VBQ0U7RUFDQTtFQUNBO0FOMHVDTjtBTXh1Q007RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOMHVDUjtBTXZ1Q007RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTnl1Q1I7O0FNOXRDQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0FOaXVDRjtBTS90Q0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU5pdUNKO0FNL3RDSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTml1Q047QU05dENJO0VBQ0U7RUFDQTtBTmd1Q047QU0zdENFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FONnRDSjtBTTF0Q0U7RUFFRTtFQUVBO0VBQ0E7QU4wdENKO0FNdnRDRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTnl0Q0o7QU10dENFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU53dENKO0FNdHRDSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU53dENOO0FNcnRDSTtFQUNFO0VBQ0E7RUFDQTtBTnV0Q047QU1ydENNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTnV0Q1I7QU1ydENRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU51dENWO0FNcHRDUTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOc3RDVjtBTW50Q1U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU5xdENaO0FNL3NDVTtFQUNFO0VBQ0E7QU5pdENaO0FNN3NDUTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtBTjhzQ1Y7QU01c0NVO0VBQ0U7RUFDQTtBTjhzQ1o7QU01c0NZO0VBQ0U7QU44c0NkO0FNenNDVTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTjJzQ1o7QU10c0NRO0VBQ0U7RUFDQTtFQUNBO0FOd3NDVjtBTXRzQ1U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7QU51c0NaO0FNcnNDWTtFQUNFO0VBQ0E7QU51c0NkO0FNcHNDWTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOc3NDZDtBTXBzQ2M7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOc3NDaEI7QU1wc0NnQjtFQUNFO0VBQ0E7RUFDQTtBTnNzQ2xCO0FNcHNDa0I7RUFDRTtBTnNzQ3BCO0FNbHNDZ0I7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU5vc0NsQjtBTWhzQ2M7RUFDRTtFQUNBO0FOa3NDaEI7QU1oc0NnQjtFQUNFO0FOa3NDbEI7QU1oc0NrQjtFQUNFO0FOa3NDcEI7QU0xckNnQjtFQUNFO0FONHJDbEI7QU10ckNVO0VBQ0U7SUFDRTtFTndyQ1o7QUFDRjtBTXJyQ1U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTnVyQ1o7QU1sckNRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QU5vckNWO0FNanJDUTtFQUNFO0FObXJDVjtBTTlxQ007RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTmdyQ1I7QU05cUNRO0VBQ0U7QU5nckNWO0FNN3FDUTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTitxQ1Y7QU0xcUNNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU40cUNSO0FNcnFDTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FOdXFDUjtBTXBxQ007RUFDRTtBTnNxQ1I7QU1ycUNRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QU51cUNWO0FNbnFDTTtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU5vcUNSO0FNbHFDUTtFQUNFO0VBQ0E7QU5vcUNWO0FNanFDUTtFQUNFO0FObXFDVjtBTWhxQ1E7RUFDRTtBTmtxQ1Y7QU03cENNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU4rcENSO0FNNXBDTTtFQUNFO0FOOHBDUjtBTTVwQ1E7RUFDRTtBTjhwQ1Y7QU0xcENNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QU40cENSO0FNMXBDUTtFQUNFO0FONHBDVjtBTXBwQ007RUFDRTtBTnNwQ1I7QU1scENJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTm9wQ047QU1scENNO0VBQ0U7QU5vcENSO0FNanBDTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTm1wQ1I7QU1ocENNO0VBQ0U7RUFDQTtFQUNBO0FOa3BDUjtBTWhwQ1E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTmtwQ1Y7QU0vb0NRO0VBQ0U7RUFDQTtFQUNBO0FOaXBDVjtBTTVvQ007RUFDRTtBTjhvQ1I7QU01b0NRO0VBQ0U7QU44b0NWO0FNeG9DSTtFQUNFO0VBQ0E7QU4wb0NOO0FNdm9DSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QU55b0NOO0FNdm9DTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTnlvQ1I7O0FPeGtFQTtFQUNFO0VBQ0E7QVAya0VGO0FPemtFRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUDJrRUo7QU94a0VFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUDBrRUo7QU94a0VJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FQMGtFTjtBT3ZrRUk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVB5a0VOO0FPdGtFSTtFQUNFO0FQd2tFTjs7QU8vakVBO0VBQ0U7RUFDQTtBUGtrRUY7O0FPN2pFQTtFQUNFO0VBQ0E7QVBna0VGO0FPOWpFRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUGdrRUo7QU83akVFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUCtqRUo7QU83akVJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVArakVOO0FPN2lFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUCtpRUY7QU83aUVFO0VBQ0U7RUFDQTtFQUNBO0FQK2lFSjtBTzVpRUU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FQOGlFSjtBTzVpRUk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FQOGlFTjtBTzVpRU07RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVA4aUVSO0FPNWlFUTtFQVhGO0lBWUk7SUFDQTtFUCtpRVI7QUFDRjtBTzNpRU07RUFDRTtFQUNBO0VBQ0E7QVA2aUVSO0FPeGlFSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FQMGlFTjtBT3hpRU07RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FQeWlFUjtBT3RpRU07RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FQd2lFUjtBT3RpRVE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUHdpRVY7QU90aUVVO0VBWkY7SUFhSTtFUHlpRVY7QUFDRjtBT3ZpRVU7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUHdpRVo7QU90aUVZO0VBYkY7SUFjSTtFUHlpRVo7QUFDRjtBT3JpRVU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUHVpRVo7QU9waUVVO0VBQ0U7RUFDQTtBUHNpRVo7QU9waUVZO0VBQ0U7QVBzaUVkO0FPbmlFWTtFQUNFO0VBQ0E7QVBxaUVkO0FPNWhFTTtFQUNFO0VBQ0E7RUFDQTtBUDhoRVI7QU81aEVRO0VBTEY7SUFNSTtFUCtoRVI7QUFDRjtBTzdoRVE7RUFDRTtFQUNBO0VBQ0E7QVAraEVWO0FPN2hFVTtFQUNFO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUDhoRVo7QU8zaEVVO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUDZoRVo7QU9wZ0ZFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QVBzZ0ZKO0FPcGdGRTtFQUNFO0FQc2dGSjtBT3BnRkU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FQc2dGSjtBT3BnRkU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVBzZ0ZKO0FPcGdGRTtFQUNFO0FQc2dGSjtBT3BnRkU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVBzZ0ZKO0FPcGdGRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FQc2dGSjtBT3BnRkU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUHNnRko7QU9wZ0ZFO0VBQ0U7RUFDQTtFQUNBO0FQc2dGSjtBT3BnRkU7RUFDRTtFQUNBO0VBQ0E7QVBzZ0ZKO0FPcGdGRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVBzZ0ZKO0FPcGdGRTtFQUNFO0FQc2dGSjtBT3BnRkU7RUFDRTtBUHNnRko7QU9uZ0ZFO0VBQ0U7SUFDRTtFUHFnRko7QUFDRjtBTzNtRU07RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FQNG1FUjtBT3ptRU07RUFDRTtFQUNBO0VBQ0E7RUFDQTtBUDJtRVI7QU96bUVRO0VBQ0U7QVAybUVWO0FPem1FVTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUDJtRVo7QU96bUVZO0VBQ0U7QVAybUVkO0FPdG1FVTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0FQd21FWjtBT3BtRVk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FQc21FZDtBT2ptRVk7RUFDRTtBUG1tRWQ7QU9sakZFOztFQUVFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVBvakZKO0FPampGRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0FQbWpGSjtBT2hqRkU7O0VBRUU7QVBrakZKO0FPL2lGRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVBpakZKO0FPOWlGRTtFQUNFO0FQZ2pGSjtBTzdpRkU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtBUCtpRko7QU81aUZFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUDhpRko7QU8zaUZFO0VBQ0U7RUFDQTtBUDZpRko7QU8xaUZFO0VBQ0U7QVA0aUZKO0FPemlGRTs7O0VBR0U7QVAyaUZKO0FPcnBFSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVB1cEVOO0FPcnBFTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtBUHNwRVI7QU9qcEVJO0VBQ0U7RUFDQTtFQUNBO0FQbXBFTjtBTzVuRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUDhuRUY7QU81bkVFO0VBQ0U7RUFDQTtFQUNBO0FQOG5FSjs7QVE1a0ZBO0VBQ0U7RUFDQTtBUitrRkY7QVE3a0ZFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QVIra0ZKO0FRN2tGSTtFQU5GO0lBT0k7RVJnbEZKO0FBQ0Y7QVE5a0ZJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QVJnbEZOO0FRM2tGRTtFQUNFO0VBQ0E7RUFDQTtBUjZrRko7QVEza0ZJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVI2a0ZOO0FRM2tGTTtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVI0a0ZSO0FRdmtGSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUnlrRk47QVF0a0ZJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVJ3a0ZOO0FRdGtGTTtFQUNFO0FSd2tGUjtBUW5rRkk7RUFDRTtFQUNBO0FScWtGTjtBUW5rRk07RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FScWtGUjtBUW5rRlE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUnFrRlY7QVFsa0ZRO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVJva0ZWO0FRL2pGTTtFQUVFO0FSZ2tGUjtBUTlqRlE7RUFDRTtBUmdrRlY7QVExakZJO0VBRUU7RUFDQTtBUjJqRk47QVF6akZNO0VBQ0U7QVIyakZSO0FRdmpGUTtFQUNFO0VBQ0E7QVJ5akZWO0FRcGpGUTtFQUNFO0VBQ0E7QVJzakZWO0FRampGUTtFQUNFO0VBQ0E7QVJtakZWOztBUXhpRkE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtBUjJpRkY7QVF6aUZFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSMmlGSjtBUXhpRkU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVIwaUZKO0FReGlGSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUjBpRk47QVF2aUZJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSeWlGTjtBUXJpRk07RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVJ1aUZSO0FRcGlGTTtFQUNFO0FSc2lGUjtBUS9oRk07RUFDRTtBUmlpRlI7QVE1aEZRO0VBQ0U7QVI4aEZWO0FRM2hGUTtFQUNFO0FSNmhGVjtBUW5oRk07RUFDRTtBUnFoRlI7QVFoaEZRO0VBQ0U7QVJraEZWO0FRL2dGUTtFQUNFO0FSaWhGVjtBUXhnRkU7RUFDRTtBUjBnRko7QVF4Z0ZJO0VBQ0U7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUnlnRk47QVF2Z0ZNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUnlnRlI7QVF0Z0ZNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QVJ3Z0ZSO0FRcmdGTTtFQUNFO0FSdWdGUjtBUXBnRk07RUFDRTtBUnNnRlI7QVFuZ0ZNO0VBQ0U7QVJxZ0ZSO0FRbGdGTTtFQUNFO0FSb2dGUjtBUS8vRUk7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUmlnRk47QVEvL0VNO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSaWdGUjtBUS8vRVE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUmlnRlY7QVExL0VJO0VBQ0U7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUjIvRU47QVF6L0VNO0VBQ0U7QVIyL0VSO0FRdC9FSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUncvRU47QVF0L0VNO0VBQ0U7RUFDQTtFQUNBO0FSdy9FUjs7QVE3K0VBO0VBQ0U7RUFDQTtFQUNBO0FSZy9FRjtBUTkrRUU7RUFDRTtBUmcvRUo7QVE5K0VJO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSZy9FTjtBUTMrRUU7RUFDRTtFQUNBO0VBQ0E7QVI2K0VKO0FReitFSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUjIrRU47QVF0K0VFO0VBQ0U7RUFDQTtFQUNBO0FSdytFSjtBUXQrRUk7RUFDRTtFQUNBO0VBQ0E7QVJ3K0VOO0FRdCtFTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUncrRVI7QVF0K0VRO0VBQ0U7QVJ3K0VWO0FRbitFTTtFQUVFO0VBQ0E7RUFDQTtFQUNBO0FSbytFUjtBUWwrRU07RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUm8rRVI7QVFsK0VRO0VBQ0U7QVJvK0VWO0FRemhHRTs7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSMmhHSjtBUXhoR0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSMGhHSjtBUXZoR0U7O0VBRUU7QVJ5aEdKO0FRdGhHRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVJ3aEdKO0FRcmhHRTtFQUNFO0FSdWhHSjtBUXBoR0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtBUnNoR0o7QVFuaEdFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUnFoR0o7QVFsaEdFO0VBQ0U7RUFDQTtBUm9oR0o7QVFqaEdFO0VBQ0U7QVJtaEdKO0FRaGhHRTs7O0VBR0U7QVJraEdKO0FRemhGSTtFQUNFO0VBQ0E7RUFDQTtBUjJoRk47QVF6aEZNO0VBTEY7SUFNSTtFUjRoRk47QUFDRjtBUTFoRk07RUFDRTtFQUNBO0VBQ0E7QVI0aEZSO0FRMWhGUTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSNGhGVjtBUXpoRlE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSMmhGVjtBUTN0R0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSNnRHSjtBUTN0R0U7RUFDRTtBUjZ0R0o7QVEzdEdFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUjZ0R0o7QVEzdEdFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSNnRHSjtBUTN0R0U7RUFDRTtBUjZ0R0o7QVEzdEdFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSNnRHSjtBUTN0R0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUjZ0R0o7QVEzdEdFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVI2dEdKO0FRM3RHRTtFQUNFO0VBQ0E7RUFDQTtBUjZ0R0o7QVEzdEdFO0VBQ0U7RUFDQTtFQUNBO0FSNnRHSjtBUTN0R0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSNnRHSjtBUTN0R0U7RUFDRTtBUjZ0R0o7QVEzdEdFO0VBQ0U7QVI2dEdKO0FRMXRHRTtFQUNFO0lBQ0U7RVI0dEdKO0FBQ0Y7QVF4bUZFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVIwbUZKO0FReG1GSTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSMG1GTjs7QVFqbUZBO0VBQ0U7RUFDQTtFQUNBO0FSb21GRjtBUWxtRkU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUm9tRko7O0FRL2xGQTtFQUNFO0FSa21GRjtBUWhtRkU7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVJrbUZKO0FRL2xGRTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0FSaW1GSjs7QVN0M0dBO0VBQ0U7RUFDQTtBVHkzR0Y7QVN2M0dFO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7QVR5M0dKO0FTdjNHSTtFQUNFO0FUeTNHTjtBU3YzR007RUFDRTtFQUNBO0VBQ0E7QVR5M0dSO0FTdjNHUTtFQUNFO0VBQ0E7RUFFQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0FUdTNHVjtBU3AzR1E7RUFDRTtBVHMzR1Y7QVMvMkdJO0VBQ0U7QVRpM0dOO0FTLzJHTTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBVGkzR1I7QVM5MkdRO0VBQ0U7RUFDQTtFQUNBO0FUZzNHVjtBU3YyR0U7RUFDRTtFQUNBO0VBQ0E7RUFDQTtBVHkyR0o7QVN2MkdJO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FUdzJHTjtBU3IyR0k7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBVHMyR047O0FVbDhHQTtFQUNJO0VBQ0E7RUFDQTtBVnE4R0o7QVVuOEdJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FWcThHUjtBVWw4R0k7RUFDSTtBVm84R1I7O0FVOTdHQTtFQUNJO0VBQ0E7RUFDQTtBVmk4R0o7O0FBRUEsb0NBQW9DIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3JlYWN0L3N0eWxlLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3JlYWN0L3N0eWxlLmNzcyIsIndlYnBhY2s6Ly8vLi9hc3NldHMvcmVhY3Qvc2Nzcy9faGVhZGVyLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3JlYWN0L3Njc3MvX2dlbmVyYWwuc2NzcyIsIndlYnBhY2s6Ly8vLi9hc3NldHMvcmVhY3Qvc2Nzcy9fY29tcG9uZW50cy5zY3NzIiwid2VicGFjazovLy8uL2Fzc2V0cy9yZWFjdC9zY3NzL193ZWxjb21lLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3JlYWN0L3Njc3MvX2d1aWRlLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3JlYWN0L3Njc3MvX2hvbWUuc2NzcyIsIndlYnBhY2s6Ly8vLi9hc3NldHMvcmVhY3Qvc2Nzcy9fc2VhcmNoLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3JlYWN0L3Njc3MvX3Byb2R1Y3Quc2NzcyIsIndlYnBhY2s6Ly8vLi9hc3NldHMvcmVhY3Qvc2Nzcy9fZm9vdGVyLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3JlYWN0L3Njc3MvX2Vycm9ycGFnZS5zY3NzIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9*/