﻿:root{border-color:var(--color-primary);border:none;--font: "Montserrat Regular";--h-font: "playfair_displaybold";--vpd: 30px;--hpd: 15px;--px-content: 15px;--navtop: 70px;--navtop-scroll: 40px;--footer: 50px;--color-primary: #8F2929;--color-secondary: #F7F3E9;--color-body: #393939;--color-lightgrey:rgb(161, 161, 161)}@media screen and (min-width:992px){:root{--vpd: 50px;--hpd: 25px;--px-content: 35px}}@media screen and (min-width:1200px){:root{--hpd: 7.5vw;--px-content: 70px}}@media screen and (min-width:1980px){:root{--hpd: 23vw;--px-content: 7.5vw}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*{margin:0;padding:0;text-decoration:none;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}ul{list-style-type:none}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{color:var(--color-primary);font-weight:800}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none;vertical-align:top}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,input{overflow:visible}button,select{text-transform:none}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:0px 0px;display:inline-block;cursor:pointer;transition-property:opacity, filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:var(--color-primary)}.hamburger-box{width:40px;height:23px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-0.5px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:1px;background-color:var(--color-primary);border-radius:0px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-11px}.hamburger-inner::after{bottom:-11px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0, 11px, 0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0, -11px, 0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{transform:translate3d(0, 11px, 0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{transform:translate3d(0, -11px, 0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy .hamburger-inner::before,.hamburger--3dy .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner::before{transform:translate3d(0, 11px, 0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner::after{transform:translate3d(0, -11px, 0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy-r .hamburger-inner::before,.hamburger--3dy-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner::before{transform:translate3d(0, 11px, 0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner::after{transform:translate3d(0, -11px, 0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy .hamburger-inner::before,.hamburger--3dxy .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner::before{transform:translate3d(0, 11px, 0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner::after{transform:translate3d(0, -11px, 0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy-r .hamburger-inner::before,.hamburger--3dxy-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner::before{transform:translate3d(0, 11px, 0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner::after{transform:translate3d(0, -11px, 0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner::before{transform:translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrow.is-active .hamburger-inner::after{transform:translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrow-r.is-active .hamburger-inner::before{transform:translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrow-r.is-active .hamburger-inner::after{transform:translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowalt .hamburger-inner::before{transition:top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt .hamburger-inner::after{transition:bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt.is-active .hamburger-inner::before{top:0;transform:translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);transition:top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt.is-active .hamburger-inner::after{bottom:0;transform:translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);transition:bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt-r .hamburger-inner::before{transition:top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt-r .hamburger-inner::after{transition:bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt-r.is-active .hamburger-inner::before{top:0;transform:translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);transition:top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt-r.is-active .hamburger-inner::after{bottom:0;transform:translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);transition:bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner::before{transform:translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrowturn.is-active .hamburger-inner::after{transform:translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner::before{transform:translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowturn-r.is-active .hamburger-inner::after{transform:translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::before,.hamburger--boring .hamburger-inner::after{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse .hamburger-inner::after{top:-22px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear}.hamburger--collapse .hamburger-inner::before{transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0, -11px, 0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse-r .hamburger-inner::after{top:-22px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear}.hamburger--collapse-r .hamburger-inner::before{transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0, -11px, 0) rotate(45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear}.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--elastic .hamburger-inner{top:0.5px;transition-duration:0.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic .hamburger-inner::before{top:11px;transition:opacity 0.125s 0.275s ease}.hamburger--elastic .hamburger-inner::after{top:22px;transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0, 11px, 0) rotate(135deg);transition-delay:0.075s}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0, -22px, 0) rotate(-270deg);transition-delay:0.075s}.hamburger--elastic-r .hamburger-inner{top:0.5px;transition-duration:0.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r .hamburger-inner::before{top:11px;transition:opacity 0.125s 0.275s ease}.hamburger--elastic-r .hamburger-inner::after{top:22px;transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0, 11px, 0) rotate(-135deg);transition-delay:0.075s}.hamburger--elastic-r.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner::after{transform:translate3d(0, -22px, 0) rotate(270deg);transition-delay:0.075s}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color 0.125s 0.175s ease-in}.hamburger--emphatic .hamburger-inner::before{left:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in}.hamburger--emphatic .hamburger-inner::after{top:1px10px;right:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent !important}.hamburger--emphatic.is-active .hamburger-inner::before{left:-80px;top:-80px;transform:translate3d(80px, 80px, 0) rotate(45deg);transition:left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic.is-active .hamburger-inner::after{right:-80px;top:-80px;transform:translate3d(-80px, 80px, 0) rotate(-45deg);transition:right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color 0.125s 0.175s ease-in}.hamburger--emphatic-r .hamburger-inner::before{left:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in}.hamburger--emphatic-r .hamburger-inner::after{top:1px10px;right:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent !important}.hamburger--emphatic-r.is-active .hamburger-inner::before{left:-80px;top:80px;transform:translate3d(80px, -80px, 0) rotate(-45deg);transition:left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic-r.is-active .hamburger-inner::after{right:-80px;top:80px;transform:translate3d(-80px, -80px, 0) rotate(45deg);transition:right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after{transition:bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear}.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after{opacity:0;transition:bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear}.hamburger--minus.is-active .hamburger-inner::before{top:0}.hamburger--minus.is-active .hamburger-inner::after{bottom:0}.hamburger--slider .hamburger-inner{top:0.5px}.hamburger--slider .hamburger-inner::before{top:11px;transition-property:transform, opacity;transition-timing-function:ease;transition-duration:0.15s}.hamburger--slider .hamburger-inner::after{top:22px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0, 11px, 0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner::before{transform:rotate(-45deg) translate3d(40px/-7, -10px, 0);opacity:0}.hamburger--slider.is-active .hamburger-inner::after{transform:translate3d(0, -22px, 0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:0.5px}.hamburger--slider-r .hamburger-inner::before{top:11px;transition-property:transform, opacity;transition-timing-function:ease;transition-duration:0.15s}.hamburger--slider-r .hamburger-inner::after{top:22px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0, 11px, 0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner::before{transform:rotate(45deg) translate3d(40px/7, -10px, 0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner::after{transform:translate3d(0, -22px, 0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:0.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin .hamburger-inner::before{transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r .hamburger-inner{transition-duration:0.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r .hamburger-inner::before{transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in}.hamburger--spin-r .hamburger-inner::after{transition:bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out}.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg);transition:bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring .hamburger-inner{top:0.5px;transition:background-color 0s 0.13s linear}.hamburger--spring .hamburger-inner::before{top:11px;transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring .hamburger-inner::after{top:22px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:0.22s;background-color:transparent !important}.hamburger--spring.is-active .hamburger-inner::before{top:0;transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 11px, 0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 11px, 0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r .hamburger-inner::after{top:-22px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear}.hamburger--spring-r .hamburger-inner::before{transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0, -11px, 0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear}.hamburger--spring-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand .hamburger-inner{transition:transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear}.hamburger--stand .hamburger-inner::before{transition:top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand .hamburger-inner::after{transition:bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent !important;transition:transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear}.hamburger--stand.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r .hamburger-inner{transition:transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear}.hamburger--stand-r .hamburger-inner::before{transition:top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r .hamburger-inner::after{transition:bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent !important;transition:transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear}.hamburger--stand-r.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze .hamburger-inner{transition-duration:0.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 0.075s 0.12s ease, opacity 0.075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.075s ease, opacity 0.075s 0.12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--vortex .hamburger-inner{transition-duration:0.2s;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex .hamburger-inner::before,.hamburger--vortex .hamburger-inner::after{transition-duration:0s;transition-delay:0.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{transition-property:top, opacity}.hamburger--vortex .hamburger-inner::after{transition-property:bottom, transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex.is-active .hamburger-inner::before,.hamburger--vortex.is-active .hamburger-inner::after{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:0.2s;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex-r .hamburger-inner::before,.hamburger--vortex-r .hamburger-inner::after{transition-duration:0s;transition-delay:0.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner::before{transition-property:top, opacity}.hamburger--vortex-r .hamburger-inner::after{transition-property:bottom, transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex-r.is-active .hamburger-inner::before,.hamburger--vortex-r.is-active .hamburger-inner::after{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}body{font-family:var(--font)}.vpd{padding-top:var(--vpd);padding-bottom:var(--vpd)}.hpd{padding-left:var(--hpd);padding-right:var(--hpd)}.px-content{padding-left:var(--px-content);padding-right:var(--px-content)}.full{width:100%}.half{width:50%}.just-bg{background-size:cover;background-position:center;background-repeat:no-repeat}.just-img{object-fit:cover;object-position:center}.shadow{box-shadow:10px 10px 15px -10px rgba(51, 51, 51, 0.1)}ul.bullet{list-style-type:disc;padding-left:30px}.white{color:#fff}.to-white:hover{color:#fff}.red{color:var(--color-primary)}.red:hover{color:#651d1d}button,a{cursor:pointer;display:inline-block;transition:0.4s}.btn-class{padding:10px 15px;font-weight:bold;font-size:14px;text-transform:uppercase;border:0}.btn-class{color:var(--color-body);background:#333}.btn-class:hover{background:#666}input,textarea{padding:10px 0;background:none;border:none;border-bottom:1px solid var(--color-primary);width:100%;color:var(--color-lightgrey);text-transform:uppercase;letter-spacing:1px;font-size:14px}.contact-control{margin-bottom:30px}input::placeholder,textarea::placeholder{color:var(--color-lightgrey);text-transform:uppercase;letter-spacing:1px;font-size:14px}[type="checkbox"],[type="radio"]{width:fit-content;margin-bottom:0}[type="submit"]{text-align:center}.wpcf7-list-item{display:inline-block;margin:0}.wpcf7-not-valid-tip{color:var(--color-primary) !important}.private-policy span{color:var(--color-body);font-weight:normal}.required-fields,.required{color:var(--color-primary) !important;font-weight:normal !important}label{font-size:1rem;font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;text-transform:uppercase;font-weight:400}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:100%}fieldset{border:1px solid var(--color-primary);margin:30px 0}legend{color:var(--color-primary);font-weight:700;padding:0 5px}.woocommerce table.shop_table,table.shop_table{border:0}table.shop_table{text-align:left;width:100%}.woocommerce table.shop_table,table.shop_table{border-spacing:0}.woocommerce table.shop_table tr,table.shop_table tr{display:table-row}.woocommerce table.shop_table tr:nth-child(odd) td,table.shop_table tr:nth-child(odd) td{background:var(--color-secondary)}.woocommerce table.shop_table tr td,table.shop_table tr td{border-top:0;padding:9px 12px;vertical-align:middle;line-height:1.5em;font-family:var(--font);font-weight:normal;display:table-cell}.woocommerce table.shop_table tr td span,table.shop_table tr td span{font-family:var(--font);font-weight:normal}.woocommerce table.shop_table tr td:first-child,table.shop_table tr td:first-child{font-weight:700}.woocommerce table.shop_table tr td:first-child a,table.shop_table tr td:first-child a{color:var(--color-body)}.woocommerce table.shop_table tr th,table.shop_table tr th{font-size:1rem;font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;text-transform:uppercase;font-weight:400;display:table-cell}.woocommerce table.shop_table tr td:first-child,table.shop_table tr td:first-child{font-weight:normal}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:unset}.woocommerce table.shop_table tfoot th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot tr,.woocommerce .cart_totals table tbody th,.woocommerce .cart_totals table tbody td,.woocommerce .cart_totals table tbody tr,table.shop_table tfoot th,table.shop_table tfoot td,table.shop_table tfoot tr{border-top:0;border-bottom:1px solid var(--color-primary)}.woocommerce table.shop_table tfoot tr:nth-child(odd) td,.woocommerce .cart_totals table tbody tr:nth-child(odd) td,table.shop_table tfoot tr:nth-child(odd) td{background:transparent;border-bottom:1px solid var(--color-primary)}.woocommerce table.shop_table tfoot tr:nth-child(odd) th,.woocommerce .cart_totals table tbody tr:nth-child(odd) th,table.shop_table tfoot tr:nth-child(odd) th{border-top:0}.woocommerce table.shop_table tfoot tr:last-child th,.woocommerce table.shop_table tfoot tr:last-child td,.woocommerce .cart_totals table tbody tr:last-child th,.woocommerce .cart_totals table tbody tr:last-child td,table.shop_table tfoot tr:last-child th,table.shop_table tfoot tr:last-child td{border:0}.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr{display:flex;flex-direction:column;width:100%}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:transparent}img[data-src]{min-height:200px;background:linear-gradient(180deg, #fff, #c0c0c0, #fff) no-repeat;background-size:500% 500%;animation:loading 1s infinite linear;font:300 12px/1.5 var(--font)}@keyframes loading{0%{background-position:50% -50%}100%{background-position:50% 150%}}@font-face{font-family:"playfair_displaybold";src:url("/wp-content/themes/wcom/assets/fonts/playfairdisplay-bold_1-webfont.woff2") format("woff2"), url("/wp-content/themes/wcom/assets/fonts/playfairdisplay-bold_1-webfont.woff") format("woff");font-weight:600;font-style:normal}@font-face{font-family:"playfair_displayitalic";src:url("/wp-content/themes/wcom/assets/fonts/playfairdisplay-italic_1-webfont.woff2") format("woff2"), url("/wp-content/themes/wcom/assets/fonts/playfairdisplay-italic_1-webfont.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"playfair_displayregular";src:url("/wp-content/themes/wcom/assets/fonts/playfairdisplay-regular_1-webfont.woff2") format("woff2"), url("/wp-content/themes/wcom/assets/fonts/playfairdisplay-regular_1-webfont.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"Montserrat Regular";src:url("/wp-content/themes/wcom/assets/fonts/Montserrat-Regular.ttf") format("ttf"), url("/wp-content/themes/wcom/assets/fonts/Montserrat-Regular.woff") format("woff"), url("/wp-content/themes/wcom/assets/fonts/Montserrat-Regular.woff2") format("woff2");font-weight:normal;font-style:normal}@font-face{font-family:"Montserrat SemiBold";src:url("/wp-content/themes/wcom/assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("/wp-content/themes/wcom/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal}a{color:var(--color-primary)}h1,.h1{font-size:1.9rem;margin:0 0 var(--vpd) 0;font-family:var(--h-font);color:var(--color-primary);line-height:2.5rem}h2,.h2{font-size:1.6rem;margin:0 0 calc(var(--vpd) / 2) 0;font-family:var(--h-font);color:var(--color-primary);line-height:2.19rem}h3,.h3{font-size:1.15rem;margin:0 0 calc(var(--vpd) / 2) 0;font-family:var(--font);color:var(--color-primary);line-height:1.5rem;letter-spacing:2px;text-transform:uppercase;font-weight:300}h4,.h4{font-size:1rem;margin:0 0 calc(var(--vpd) / 2) 0;font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;text-transform:uppercase;font-weight:400}h5,.h5{font-size:0.85rem;margin:0 0 calc(var(--vpd) / 4) 0;font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;font-weight:400;text-transform:uppercase}h6,.h6{font-size:1rem;margin:0 0 calc(var(--vpd) / 4) 0;font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;font-weight:400}@media screen and (min-width:992px){h1,.h1{font-size:2.5rem;line-height:3rem}h2,.h2{font-size:1.4rem;line-height:1.7rem}h3,.h3{font-size:1.2rem;line-height:1.5rem}h4,.h4{font-size:14px;line-height:18px}h5,.h5{font-size:12px;line-height:14px}}@media screen and (min-width:1200px){h1,.h1{font-size:3.75rem;line-height:4rem}h2,.h2{font-size:2.5rem;line-height:3rem}}img{width:100%;height:100%;object-fit:cover}p{font-size:16px;line-height:21px;font-weight:300;padding:0;margin:0 0 30px;color:var(--color-body);font-family:var(--font)}p span{font-weight:500;color:var(--color-primary)}.container div>ul{list-style:disc;padding-left:15px;margin-bottom:30px}.container div>ul li{color:var(--color-body)}body{min-height:100vh}header.header{position:fixed;height:var(--navtop);width:100vw;background:white;z-index:3;top:0}header.header ul{list-style:none;padding-left:0;margin-bottom:0}header.header .header-burger-menu #menu_header{justify-content:flex-start;top:var(--navtop);height:calc(100vh - var(--navtop));padding-bottom:90px;overflow:scroll}header.header .header-burger-menu #menu_header ul{border-top:1px solid var(--color-primary);width:100%}header.header .header-burger-menu #menu_header ul li{margin-left:0}header.header .header-burger-menu #menu_header ul li a{display:flex;justify-content:space-between;align-items:center;color:var(--color-body)}header.header .header-burger-menu #menu_header ul li a::after{content:url(../img/svg/icon-chevron-right.svg)}header.header .header-burger-menu #menu_header .menu-buger-other-links{border-top:1px solid var(--color-primary)}header.header .header-burger-menu #menu_header .menu-burger-shops a,header.header .header-burger-menu #menu_header .menu-burger-account a{color:var(--color-body)}header.header .header-burger-menu #menu_header .menu-burger-shops img,header.header .header-burger-menu #menu_header .menu-burger-account img{height:20px;width:auto;margin-right:7.5px}header.header .header-right{justify-content:flex-end;flex:1}header.header .header-cart a{position:relative;display:flex}header.header .header-cart a span{position:absolute;top:0;right:0;background:var(--color-secondary);padding:2px;border-radius:100%;font-size:11px;width:15px;height:15px;display:flex;justify-content:center;align-items:center;transform:translate(50%, -50%)}header.header .header-search,header.header .header-cart,header.header .header-account{margin:0 5px;display:flex;justify-content:center;align-items:center;width:20px;height:auto}header.header .header-search a,header.header .header-cart a,header.header .header-account a{display:flex}header.header .header-search svg,header.header .header-cart svg,header.header .header-account svg{height:15px}header.header .header-search #search-btn,header.header .header-cart #search-btn,header.header .header-account #search-btn{width:100%;height:100%;display:flex}header.header .header-search #search-btn svg,header.header .header-cart #search-btn svg,header.header .header-account #search-btn svg{width:100%}header.header .header-search .search-overlay,header.header .header-cart .search-overlay,header.header .header-account .search-overlay{background-color:rgba(0, 0, 0, 0.75);position:fixed;width:100vw;height:100vh;z-index:180;transform:translateX(100vw);transition:transform 500ms, opacity 300ms cubic-bezier(0.05, 0.3, 0.72, 0.99);opacity:0}header.header .header-search .search-overlay.active,header.header .header-cart .search-overlay.active,header.header .header-account .search-overlay.active{transition:transform 500ms, opacity 300ms cubic-bezier(0.05, 0.3, 0.72, 0.99);transform:translateX(0);opacity:1}header.header .header-search .search-overlay .search-box-container,header.header .header-cart .search-overlay .search-box-container,header.header .header-account .search-overlay .search-box-container{position:relative;width:100%;height:100%}header.header .header-search .search-overlay .search-box-container #search-box,header.header .header-cart .search-overlay .search-box-container #search-box,header.header .header-account .search-overlay .search-box-container #search-box{color:white}header.header .header-search .search-overlay .search-box-container #search-box .search-close,header.header .header-cart .search-overlay .search-box-container #search-box .search-close,header.header .header-account .search-overlay .search-box-container #search-box .search-close{width:30px;height:30px;right:20px;top:33px}header.header .header-search .search-overlay .search-box-container #search-box form,header.header .header-cart .search-overlay .search-box-container #search-box form,header.header .header-account .search-overlay .search-box-container #search-box form{padding-bottom:10px}header.header .header-search .search-overlay .search-box-container #search-box form input[type="search"]::-webkit-search-cancel-button,header.header .header-cart .search-overlay .search-box-container #search-box form input[type="search"]::-webkit-search-cancel-button,header.header .header-account .search-overlay .search-box-container #search-box form input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}header.header .header-search .search-overlay .search-box-container #search-box form input,header.header .header-cart .search-overlay .search-box-container #search-box form input,header.header .header-account .search-overlay .search-box-container #search-box form input{color:white;border-bottom:1px solid white;margin:0;padding-top:0;text-transform:none}header.header .header-search .search-overlay .search-box-container #search-box form input::placeholder,header.header .header-cart .search-overlay .search-box-container #search-box form input::placeholder,header.header .header-account .search-overlay .search-box-container #search-box form input::placeholder{color:white;text-transform:unset;font-size:1.9rem;margin:0 0 var(--vpd) 0;font-family:var(--h-font);color:var(--color-primary);line-height:2.5rem;color:white}header.header .header-search .search-overlay .search-box-container #search-box form button,header.header .header-cart .search-overlay .search-box-container #search-box form button,header.header .header-account .search-overlay .search-box-container #search-box form button{border-top:0;border-left:0;border-right:0;border-bottom:0px;background:transparent;color:white;line-height:2.5rem;border-bottom:1px solid white}header.header .header-logo{z-index:120}header.header .header-logo a{height:30px}header.header .header-logo a img{object-fit:contain}header.header .header-menu{flex:1}header.header .header-menu .menu{position:fixed;top:0;left:0;bottom:0;right:0;transform:translateX(100vw);background-color:#fff;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center}header.header .header-menu .menu ul{display:flex;flex-direction:column}header.header .header-menu .menu ul li{margin-left:20px;text-align:center;font-size:1.5rem}header.header .header-menu .menu.menu.is-active{transform:translateX(0)}header.header .header-menu .header-menu-toggle{z-index:120}header.header .header-menu .header-menu-toggle .hamburger-box .hamburger-inner{width:25px}header.header .header-menu .header-menu-toggle .hamburger-box .hamburger-inner::before,header.header .header-menu .header-menu-toggle .hamburger-box .hamburger-inner::after{width:25px}header.header .header-sticky-cart{position:fixed;bottom:0;left:0;padding:15px;background:white;z-index:121;width:100vw;transform:translateY(100%);transition:500ms}header.header .header-sticky-cart.header-cart-active{transform:translateY(0%);transition:500ms}@media screen and (min-width:375px){header .header-menu.header-menu-break-xs .menu{position:relative;transform:none}header .header-menu.header-menu-break-xs .menu ul{flex-direction:row}header .header-menu.header-menu-break-xs .menu ul li{font-size:1rem;margin-bottom:0}header .header-menu.header-menu-break-xs .header-menu-toggle{display:none}}@media screen and (min-width:768px){header .header-menu.header-menu-break-sm .menu{position:relative;transform:none}header .header-menu.header-menu-break-sm .menu ul{flex-direction:row}header .header-menu.header-menu-break-sm .menu ul li{font-size:1rem;margin-bottom:0}header .header-menu.header-menu-break-sm .header-menu-toggle{display:none}header .header-menu,header .header-right{flex:1}}@media screen and (min-width:992px){header.header .header-search,header.header .header-cart,header.header .header-account{width:15px !important;height:15px !important;margin:0 5px}header.header .header-right{justify-content:flex-end}header.header #search-box{max-width:50%}header.header .header-menu .header-menu-left .menu{display:flex;flex-direction:row}header.header .header-menu .header-menu-left .menu li a{font-size:13px;margin:0;font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;text-transform:uppercase;margin:0 7.5px 0 0;font-weight:700}header.header .header-logo a img{object-fit:contain}header.header .header-menu.header-menu-break-md .menu{position:relative;transform:none}header.header .header-menu.header-menu-break-md .menu ul{flex-direction:row}header.header .header-menu.header-menu-break-md .menu ul li{font-size:1rem;margin-bottom:0}header.header .header-menu.header-menu-break-md .header-menu-toggle{display:none}.header-menu-right .menu{display:flex;flex-direction:row}.header-menu-right .menu li a{font-size:13px;font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;text-transform:uppercase;margin:0 0 0 7.5px;font-weight:700}.header-sticky-cart{display:none}}@media screen and (min-width:1200px){header.header.header-desktop{height:auto;background:none;position:absolute}header.header.header-desktop .header-logo a{max-height:unset;height:190px}header.header.header-desktop .header-menu .menu{background:none}header.header.header-desktop .header-menu .header-menu-left .menu-menu-header-left-desktop-container ul li a{font-size:14px;color:white;text-shadow:0px 0px 30px #000000}header.header.header-desktop .header-right .header-menu-right .menu-menu-header-right-desktop-container ul li a{font-size:14px;color:white;text-shadow:0px 0px 30px #000000}header.header.header-desktop .header-right .header-menu-nav-right div svg path,header.header.header-desktop .header-right .header-menu-nav-right div svg circle{stroke:white;box-shadow:0px 0px 30px #000000}header.header.header-desktop .header-right .header-menu-nav-right #search-btn{display:flex;justify-content:center;align-items:center}header.header.header-desktop .header-right .header-menu-nav-right #search-btn svg g ellipse,header.header.header-desktop .header-right .header-menu-nav-right #search-btn svg g line{stroke:white;box-shadow:0px 0px 30px #000000}header.header{position:relative}header.header .header-sticky{display:flex;position:fixed;top:0;left:0;height:var(--navtop);background:white;z-index:121;width:100vw;transform:translateY(-100%);transition:500ms;box-shadow:0px 0px 10px #b7b7b7}header.header .header-sticky .header-menu-left,header.header .header-sticky .header-right{align-items:center;flex:1}header.header .header-sticky .header-logo-sticky{max-width:192px}header.header .header-sticky .header-logo-sticky a{height:30px}header.header .header-sticky .header-menu-left>div{width:100%}header.header .header-sticky .header-menu-left>div ul{display:flex}header.header .header-sticky .header-menu-left>div ul li a{font-size:14px;font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;text-transform:uppercase;margin:0 7.5px 0 0;font-weight:700}header.header .header-sticky .menu-menu-header-right-desktop-container ul li a{color:var(--color-primary) !important;text-shadow:none !important}header.header .header-sticky.header-active{transform:translateY(0%)}header.header .header-logo a{height:40px}header.header .header-menu.header-menu-break-lg .menu{position:relative;transform:none}header.header .header-menu.header-menu-break-lg .menu ul{flex-direction:row}header.header .header-menu.header-menu-break-lg .menu ul li{font-size:1rem;margin-bottom:0}header.header .header-menu.header-menu-break-lg .header-menu-toggle{display:none}header.header .header-menu-left .menu li a{margin:0 10px 0 0 !important}header.header .header-menu-nav-right{margin-left:15px}header.header .header-menu-right .menu li a{margin:0 0 0 10px}}@media screen and (min-width:1980px){header .header-menu.header-menu-break-xl .menu{position:relative;transform:none}header .header-menu.header-menu-break-xl .menu ul{flex-direction:row}header .header-menu.header-menu-break-xl .menu ul li{font-size:1rem;margin-bottom:0}header .header-menu.header-menu-break-xl .header-menu-toggle{display:none}}footer{margin-bottom:81px}footer .container div ul{list-style:none;padding-left:0;margin-bottom:0}footer .custom-reassurance{background-image:url(../img/img-temporaires/texture-ocre.jpg);background-repeat:no-repeat;background-size:100% 100%}footer .custom-reassurance .items .item .imgWrap{height:56px;width:auto}footer .custom-reassurance .items .item h3{margin-bottom:0}footer .footer-menus{background-image:url(../img/img-temporaires/texture.jpg);background-repeat:no-repeat;background-size:100% 100%;z-index:-1}footer .footer-menus .site-links{border-bottom:1px solid white;text-align:center}footer .footer-menus .footer-address{border-bottom:1px solid white}footer .footer-menus .footer-address h4,footer .footer-menus .footer-address p,footer .footer-menus .footer-address span{color:white;text-align:center}footer .footer-menus .footer-address p{font-size:14px}footer .footer-menus .footer-address .cta-style{display:flex;justify-content:center}footer .footer-menus .footer-address .cta-style a{color:white;z-index:1}footer .footer-menus .footer-address .network-links a{margin:0 7.5px}footer .footer-menus .site-links a,footer .footer-menus .site-legacyLinks a{font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;text-transform:uppercase;font-weight:400;color:white;padding:10px;text-align:center;margin-bottom:0}footer .footer-menus .site-links a:last-of-type,footer .footer-menus .site-legacyLinks a:last-of-type{padding-bottom:0}footer .footer-menus .site-links .menu,footer .footer-menus .site-legacyLinks .menu{display:flex;flex-direction:column;align-items:center;justify-content:center}footer .footer-menus .site-links .menu li,footer .footer-menus .site-legacyLinks .menu li{display:flex;justify-content:center}footer .footer-menus .site-links .menu li:last-of-type,footer .footer-menus .site-legacyLinks .menu li:last-of-type{padding-bottom:0}footer .footer-menus .site-links .menu li a,footer .footer-menus .site-legacyLinks .menu li a{margin-bottom:0;font-size:14px;font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;text-transform:uppercase;font-weight:400;color:white}footer .footer-menus .logo-footer{max-width:200px;margin:0 auto}footer .pages-adds #conception p{color:var(--color-primary);margin-bottom:10px}footer .pages-adds #conception p a{margin-top:10px}@media screen and (min-width:992px){footer{margin-bottom:0px}footer .custom-reassurance .items .item{margin-bottom:0}footer .custom-reassurance .items .item:nth-child(3n-2){padding-right:15px}footer .custom-reassurance .items .item:nth-child(3n-1){padding-right:7.5px;padding-left:7.5px}footer .custom-reassurance .items .item:nth-child(3n){padding-left:15px}footer .custom-reassurance .items .item p{margin-bottom:0}footer .footer-menus .site-links{border:0;text-align:left}footer .footer-menus .footer-address{border:0}footer .footer-menus .footer-address h4,footer .footer-menus .footer-address p,footer .footer-menus .footer-address span{text-align:left}footer .footer-menus .footer-address h4{padding-top:10px;margin-bottom:7.5px}footer .footer-menus .footer-address .cta-style{justify-content:flex-start;padding:0}footer .footer-menus .footer-address .network-links{justify-content:flex-start;align-items:flex-start;margin-top:15px}footer .footer-menus .footer-address .network-links a{margin:0 7.5px}footer .footer-menus .site-links ul li:first-of-type a,footer .footer-menus .site-legacyLinks ul li:first-of-type a{padding-top:0}footer .footer-menus .site-links a,footer .footer-menus .site-legacyLinks a{text-align:left}footer .footer-menus .site-links .menu,footer .footer-menus .site-legacyLinks .menu{align-items:flex-start}footer .footer-menus .site-links .menu li a,footer .footer-menus .site-legacyLinks .menu li a{text-align:left}footer .footer-menus .logo-footer{order:-1;margin:unset}footer .footer-menus .logo-footer .imgWrap{max-width:200px}footer .footer-menus .logo-footer .imgWrap img{object-fit:contain;object-position:top}footer .pages-adds{justify-content:center}footer .pages-adds #conception{display:flex}footer .pages-adds #conception p{font-size:12px}footer .pages-adds #conception p a{font-size:12px;margin:0}}#main{padding-top:15px;padding-bottom:15px}body{padding-top:var(--navtop);overflow-x:hidden !important}.container{width:90%;margin:0 auto}.block-title{display:flex;justify-content:center;flex-direction:column}.block-title #breadcrumbs{order:-1}.block-title #breadcrumbs a{font-weight:500}@media screen and (min-width:768px){.container{width:720px}}@media screen and (min-width:992px){.container{width:960px}}@media screen and (min-width:1200px){body{padding-top:0}.container{width:1140px}}@media screen and (min-width:1980px){.container{width:1320px}}.parallax-section>.pos-rel{height:280px;overflow:hidden}.parallax-section>.pos-rel .content-img::before{content:"";background:radial-gradient(circle, rgba(51, 36, 29, 0.69513743) 0%, rgba(255, 255, 255, 0) 100%);width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.parallax-section>.pos-rel .content-img .imgWrap{position:relative;width:100%;min-height:280px;background-size:cover;background-position:center;background-repeat:no-repeat}.parallax-section>.pos-rel .content-text{top:0;left:0;display:flex;justify-content:center;align-items:center;height:100%;width:100%;z-index:2}.parallax-section>.pos-rel .content-text h3{font-family:var(--h-font);text-transform:capitalize;font-style:italic;font-weight:700;letter-spacing:0;font-size:25px}.parallax-section>.pos-rel .content-text p{width:50%}.parallax-section>.pos-rel .content-text img{width:16px;height:auto;margin:0 0 calc(var(--vpd) / 2) 0}.products-filters ul{position:relative}.products-filters ul li{width:100%;top:0}.products-filters ul li:first-of-type{z-index:2;background:var(--color-primary);color:white}.products-filters ul li a{width:100%;background:white}.products-filters ul li a:hover{color:white;background:var(--color-primary)}.products-filters ul li a::after{content:"";margin-left:5px;padding:10px;background-image:url(../img/svg/icon-dropdown.svg);background-size:15px auto;background-repeat:no-repeat;height:50px;background-position:right center;width:50px}@media screen and (min-width:992px){.products-filters ul li a::after{background:none;padding:0;margin:0}}#lightbox .datepicker-form .imgWrap{width:20px;height:auto;z-index:0;position:absolute;right:0.7em;top:0.7em;cursor:pointer}.collect-infos{background-image:url(../img/img-temporaires/texture-ocre.jpg);background-repeat:no-repeat;background-size:100% 100%}table.my_account_orders th,table.my_account_orders td{padding:15px !important}.favorite-products .favorite-carousel .owl-item p,.favorite-products .favorite-carousel .owl-item span{color:var(--color-body)}.favorite-products .favorite-carousel .owl-item .prices-features span{color:var(--color-primary)}@media screen and (min-width:768px){#lightbox{max-width:550px}.parallax-section .imgWrap{aspect-ratio:1.7777777778}}@media screen and (min-width:992px){.instagram-feed h2,.instagram-feed p{margin-bottom:0}.products-filters ul{display:flex;flex-wrap:wrap;justify-content:center}.products-filters ul li{width:fit-content;position:relative;margin:5px}.products-filters ul li:first-of-type a::after{content:""}.parallax-section .imgWrap{height:100vh;background-attachment:fixed}.parallax-section .imgWrap img{top:-200px}}@media screen and (min-width:1200px){.parallax-section .imgWrap{aspect-ratio:2.5333333333}}.home #main{padding:0}.home #main .accueil-carousel{position:relative}.home #main .accueil-carousel #mouse-scroll{style:block}.home #main .accueil-carousel #mouse-scroll{position:absolute;margin:auto;left:50px;bottom:25px;-webkit-transform:translateX(-50%);z-index:99}.home #main .accueil-carousel #mouse-scroll span{display:block;width:10px;height:10px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);transform:rotate(45deg);border-right:2px solid #fff;border-bottom:2px solid #fff;margin:0 0 3px 5px}.home #main .accueil-carousel #mouse-scroll .mouse{height:27px;width:19px;border-radius:10px;-webkit-transform:none;-ms-transform:none;transform:none;border:2px solid #ffffff;top:170px}.home #main .accueil-carousel #mouse-scroll .down-arrow-1{margin-top:6px}.home #main .accueil-carousel #mouse-scroll .down-arrow-1,.home #main .accueil-carousel #mouse-scroll .down-arrow-2,.home #main .accueil-carousel #mouse-scroll .down-arrow-3{-webkit-animation:mouse-scroll 1s infinite}.home #main .accueil-carousel #mouse-croll .down-arrow-1{-webkit-animation-delay:0.1s;-moz-animation-delay:0.1s;-webkit-animation-direction:alternate}.home #main .accueil-carousel #mouse-scroll .down-arrow-2{-webkit-animation-delay:0.2s;-moz-animation-delay:0.2s;-webkit-animation-direction:alternate}.home #main .accueil-carousel #mouse-scroll .down-arrow-3{-webkit-animation-delay:0.3s;-moz-animation-dekay:0.3s;-webkit-animation-direction:alternate}.home #main .accueil-carousel #mouse-scroll .mouse-in{height:5px;width:2px;display:block;margin:5px auto;background:#ffffff;position:relative}.home #main .accueil-carousel #mouse-scroll .mouse-in{-webkit-animation:animated-mouse 1.2s ease infinite;moz-animation:mouse-animated 1.2s ease infinite}@-webkit-keyframes animated-mouse{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}.home #main .accueil-carousel #header-carousel{width:100vw;height:calc(100vh - var(--navtop))}.home #main .accueil-carousel #header-carousel .owl-stage-outer{width:100%;height:100%}.home #main .accueil-carousel #header-carousel .owl-stage-outer .owl-stage{width:100%;height:100%}.home #main .accueil-carousel #header-carousel .owl-stage-outer .owl-stage .owl-item{width:100%;height:100%;position:relative}.home #main .accueil-carousel #header-carousel .owl-stage-outer .owl-stage .owl-item::before{content:"";background:radial-gradient(circle, rgba(51, 36, 29, 0.4962578782) 0%, rgba(51, 36, 29, 0.5074623599) 24%, rgba(51, 36, 29, 0.3393951331) 50%, rgba(51, 36, 29, 0.3646052171) 75%, rgba(51, 36, 29, 0.7539609594) 100%);width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.home #main .accueil-carousel #header-carousel .owl-nav{display:none}.home #main .accueil-carousel #header-carousel .owl-dots{padding-left:var(--hpd);padding-right:var(--hpd);width:100%;display:flex;justify-content:center;color:white;position:absolute;bottom:25px;z-index:1}.home #main .accueil-carousel #header-carousel .owl-dots button{background:white;border:white;width:10px;height:10px;border-radius:100%;margin:0 5px}.home #main .accueil-carousel #header-carousel .owl-dots .active{position:relative}.home #main .accueil-carousel #header-carousel .owl-dots .active::before{position:absolute;content:"";width:15px;height:15px;top:50%;left:50%;border:1px solid white;border-radius:100%;transform:translate(-50%, -50%)}.home #main .accueil-carousel .carousel-content{z-index:1}.home #main .accueil-carousel .carousel-content h1,.home #main .accueil-carousel .carousel-content p{text-shadow:0px 0px 30px #000}.home #main .accueil-carousel .carousel-content p{font-size:20px;font-weight:500;line-height:30px}.home #main .home-categories .cards .card{position:relative;width:100%}.home #main .home-categories .cards .card .imgWrap{position:relative}.home #main .home-categories .cards .card .imgWrap::before{content:"";background:radial-gradient(circle, rgba(51, 36, 29, 0.3519782913) 0%, rgba(51, 36, 29, 0.1362920168) 35%, rgba(255, 255, 255, 0) 73%, rgba(51, 36, 29, 0.3911939776) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.home #main .home-categories .cards .card .card-content{width:100%;height:100%}.home #main .home-categories .cards .card .card-content .btn-secondary-white-none{z-index:2;transform:translateX(32%)}.home #main .home-categories .cards .card .card-content .btn-secondary-white-none:hover{transform:translateX(5%)}.home #main .home-categories .cards .card:last-of-type .imgWrap::before{display:none}.home #main .home-categories .cards .card:last-of-type .card-content a::before{background:#ae7a76}.home #main .history{background-image:url(../img/img-temporaires/texture.jpg);background-repeat:no-repeat;background-size:100% 100%}.home #main .history .content-block{position:relative}.home #main .history .content-block::before{content:"";position:absolute;top:-1px;left:-1px;background:white;width:102%;height:calc(414px / 2);z-index:0}.home #main .history .content-block .img-content{z-index:2;position:relative}.home #main .history .content-block .img-content .imgWrap{height:auto}.home #main .history .content-block .img-content .imgWrap img{object-position:left}.home #main .history .content-block .content-text div a{z-index:1}.home #main .history .content-block .content-text div a::before{z-index:-1}.home #main .home-contact .cta-style{margin:calc(var(--vpd) / 2) 0 0 0}.home #main .instagram-feed .instagram-account img{width:24px;height:24px;margin-right:7.5px}.video-player{max-width:unset;width:100%;background:transparent;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer;height:auto;aspect-ratio:1.7777777778}.video-player #video-media{width:100%;cursor:pointer;height:100%;object-fit:cover}.video-player #play-btn{position:absolute;z-index:1;transition:200ms ease;width:clamp(100px, 24vw, 210px);height:auto;transform:scale(1);cursor:pointer}.video-player #play-btn:hover{transform:scale(1.2);transition:200ms ease}@media screen and (min-width:768px){.home{}.home #main{padding:0}.home #main .accueil-carousel .carousel-content{align-self:center}.home #main .accueil-carousel #header-carousel{height:calc(100vh - var(--navtop))}.home #main .accueil-carousel #header-carousel .owl-dots{position:absolute;z-index:1;bottom:5%;display:flex;height:20px;align-items:center;width:fit-content;left:50%;transform:translateX(-50%)}.home #main .home-categories .cards .card:nth-child(odd){padding-right:7.5px}.home #main .home-categories .cards .card:nth-child(even){padding-left:7.5px}.home #main .home-categories .cards .imgWrap{aspect-ratio:1}.home #main .home-categories .cards:nth-child(5n-1),.home #main .home-categories .cards:nth-child(5n){flex:0 0 50%}.home .history::before{display:none}.home .history .content-block{display:flex;align-items:center}.home .history .content-block::before{content:"";position:absolute;top:0;left:0;background:white;height:auto !important;width:100%;z-index:0;padding:30px 0}.home .history .content-block::after{content:"";position:absolute;bottom:-1px;left:0;background:white;height:auto !important;width:100%;z-index:0;padding:30px 0}.home .history .content-block .img-content{width:100%;flex:1}.home .history .content-block .content-text{width:100%;flex:1;text-align:left}.home .history .content-block .content-text>div{justify-content:flex-start}.home .home-contact .content-img{position:relative;aspect-ratio:4.1166666667 !important;width:100%}.home .home-contact .content-text{top:0;left:0;display:flex;justify-content:center;align-items:center;height:100%;width:100%}.home .home-contact .content-text h3{font-family:var(--h-font);text-transform:capitalize;font-style:italic;font-weight:700;letter-spacing:0;font-size:25px}.home .home-contact .content-text p{width:50%}.home .home-contact .content-text img{width:16px;height:20px;margin:0 0 calc(var(--vpd) / 2) 0}}@media screen and (min-width:992px){.home{}.home #main{padding:0}.home #main .accueil-carousel{justify-content:center;align-items:center}.home #main .accueil-carousel #header-carousel{height:calc(100vh - var(--navtop))}.home #main .carousel-content p{max-width:50%}.home #main .home-categories .cards .card:nth-child(5n){padding-left:7.5px;padding-right:0}.home #main .home-categories .cards .card:nth-child(5n-1){padding-right:7.5px;padding-left:0}.home #main .home-categories .cards .card:nth-child(5n-2){padding-left:10px;padding-right:0}.home #main .home-categories .cards .card:nth-child(5n-3){padding-left:5px;padding-right:5px}.home #main .home-categories .cards .card:nth-child(5n-4){padding-right:10px;padding-left:0}.home #main .home-categories .cards .card .imgWrap{aspect-ratio:1}.home #main .home-categories .cards .card:nth-child(5n-1),.home #main .home-categories .cards .card:nth-child(5n){flex:0 0 50%}.home .history::before{display:none}.home .history .content-block{display:flex;align-items:center}.home .history .content-block::before{content:"";position:absolute;top:0;left:-1px;background:white;height:auto !important;width:102%;z-index:0;padding:60px 0}.home .history .content-block::after{content:"";position:absolute;bottom:-1px;left:-1px;background:white;height:auto !important;width:102%;z-index:0;padding:60px 0}.home .history .content-block .img-content{width:100%;flex:1}.home .history .content-block .content-text{width:100%;flex:1;text-align:left}.home .history .content-block .content-text>div{justify-content:flex-start}.video-player{height:550px}}@media screen and (min-width:1200px){.home{}.home #main .accueil-carousel #header-carousel{height:100vh}.home #main .accueil-carousel .carousel-content{top:50%;transform:translateY(calc(-50% + 95px - 35px))}.home #main .history .content-block::before,.home #main .history .content-block::after{padding:60px 0}.home #main .history .content-block .img-content .imgWrap{max-height:unset}}@media screen and (min-width:1980px){.home #main{}.home #main .accueil-carousel{justify-content:center;align-items:center;height:calc((100vh - var(--navtop)) - 150px)}.home #main .history .content-block::before,.home #main .history .content-block::after{padding:90px 0}.home #main .history .content-block .img-content .imgWrap{max-height:unset}}.page-template-default #main .wp-block-media-text__media{aspect-ratio:1}.page-template-default #main .wp-block-media-text__content{padding:30px 0 0 0}.page-template-default #main .pastille-anim{display:none}.page-template-default #main #first-block,.page-template-default #main #second-block,.page-template-default #main #last-block{padding-top:15px}.page-template-default #main #first-block,.page-template-default #main #second-block,.page-template-default #main #third-block,.page-template-default #main #fourth-block,.page-template-default #main #fifth-block,.page-template-default #main #sixth-block,.page-template-default #main #seventh-block{padding:15px 0}.page-template-default #main .main-content .wp-block-group__inner-container .wp-block-group:nth-child(even) .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child{order:2}.page-template-default #main .illus-fond-1,.page-template-default #main .illus-fond-2,.page-template-default #main .illus-fond-3,.page-template-default #main .illus-fond-4,.page-template-default #main .illus-fond-5,.page-template-default #main .illus-fond-6{display:none}@media screen and (min-width:768px){.page-template-default #main .main-content .wp-block-group__inner-container .wp-block-group:nth-child(even) .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child{order:0}.page-template-default #main #first-block,.page-template-default #main #second-block,.page-template-default #main #third-block,.page-template-default #main #fourth-block,.page-template-default #main #fifth-block,.page-template-default #main #sixth-block,.page-template-default #main #seventh-block{padding:30px 0}.page-template-default #main .wp-block-column{flex-basis:50% !important}.page-template-default #main .wp-block-column:nth-child(2n){margin-left:0}.page-template-default #main .wp-block-media-text .wp-block-media-text__content{padding-right:30px;padding-top:0}.page-template-default #main .wp-block-media-text .wp-block-media-text__content p:last-of-type{margin-bottom:0}.page-template-default #main .parallax-section .imgWrap{aspect-ratio:2.5333333333}}@media screen and (min-width:992px){.page-template-default #main #title-block{position:relative}.page-template-default #main #title-block figure{position:absolute;width:500px;height:500px;top:225px;left:-250px;z-index:-1}.page-template-default #main #first-block{position:relative}.page-template-default #main #first-block figure.illus-fond-1{position:absolute;width:500px;height:500px;top:225px;left:-250px;z-index:-1;display:flex}.page-template-default #main #first-block .wp-block-group__inner-container .wp-block-columns .wp-block-column .pastille-anim.pastille-anim-1{display:block;position:absolute;width:120px;height:120px;top:50px;left:0px}.page-template-default #main #second-block{position:relative}.page-template-default #main #second-block figure.illus-fond-2{display:flex;position:absolute;width:500px;height:500px;top:-200px;right:-300px}.page-template-default #main #second-block .wp-block-columns .wp-block-column .pastille-anim.pastille-anim-2{display:block;position:absolute;width:120px;height:120px;top:0px;left:60px;transform:translateY(-50%)}.page-template-default #main #third-block{position:relative}.page-template-default #main #third-block figure.illus-fond-3{display:flex;position:absolute;width:500px;height:500px;top:225px;left:-250px;z-index:-1}.page-template-default #main #third-block .wp-block-group__inner-container .wp-block-columns .wp-block-column .pastille-anim.pastille-anim-3{display:block;position:absolute;width:120px;height:120px;top:50%;left:0px;transform:translateY(-50%)}.page-template-default #main #fourth-block figure.illus-fond-4{display:flex;position:absolute;width:500px;height:500px;top:-200px;right:-300px}.page-template-default #main #fourth-block .wp-block-group__inner-container .wp-block-columns .wp-block-column .pastille-anim.pastille-anim-4{display:block;position:absolute;width:120px;height:120px;bottom:50px;right:0}.page-template-default #main #fifth-block figure.illus-fond-5{display:flex;position:absolute;width:500px;height:500px;top:225px;left:-250px;z-index:-1}.page-template-default #main #fifth-block .wp-block-group__inner-container .wp-block-columns .wp-block-column .pastille-anim.pastille-anim-5{display:block;position:absolute;width:120px;height:120px;top:0;left:50%;transform:translateY(-50%)}.page-template-default #main #sixth-block{position:relative}.page-template-default #main #sixth-block figure.illus-fond-6{display:flex;position:absolute;width:500px;height:500px;top:-200px;right:-300px}.page-template-default #main #sixth-block .wp-block-group__inner-container .wp-block-columns .wp-block-column .pastille-anim.pastille-anim-6{display:block;position:absolute;width:120px;height:120px;bottom:0px;right:100px}.page-template-default #main #seventh-block{position:relative}.page-template-default #main #seventh-block .pastille-anim.pastille-anim-7{display:block;position:absolute;width:120px;height:120px;top:50px;left:0px}.page-template-default #main #last-block{position:relative}.page-template-default #main #last-block figure.illus-fond-last{position:absolute;width:500px;height:500px;bottom:-130px;right:-75px;z-index:-1}}@media screen and (min-width:1200px){.page-template-default #main #first-block,.page-template-default #main #second-block,.page-template-default #main #last-block{padding-top:60px}}@media screen and (min-width:1980px){.page-template-default #main #first-block,.page-template-default #main #second-block,.page-template-default #main #last-block{padding-top:90px}}.archive #main #bandeau_date_retrait .collect-content p{margin-bottom:0}.archive #main .block-title .collect-infos input{width:fit-content}.archive #main .filter_categories div ul{list-style:none;padding-left:0;margin-bottom:0}.archive #main .orderby-filter select{border:0}.archive #main .product_cat_filter_active a{background:var(--color-primary);color:white;z-index:2}.archive #main .products{display:flex;flex-direction:column}.archive #main .products .product{flex:0 0 100%;width:auto;align-items:center;display:flex;flex-direction:column}.archive #main .products .product h2,.archive #main .products .product span{font-size:1.25rem;margin:0 0 calc(var(--vpd) / 2) 0;font-family:var(--font);color:var(--color-primary);line-height:1.5rem;letter-spacing:2px;text-transform:uppercase;font-weight:400}.archive #main .products .product h2,.archive #main .products .product p,.archive #main .products .product span{text-align:center}.archive #main .products .product>div{width:fit-content}.archive #main .products .product>div a{width:100%}.archive #main .products .product>a{width:100%}.archive #main .wp_allergene_list{justify-content:space-between}.archive #main .wp_allergene_list li{width:auto;padding-right:15px;margin-top:15px}.archive #main .wp_allergene_list li:last-of-type{padding-right:0}.woocommerce .desc_categories{border-top:1px solid var(--color-primary)}.woocommerce .desc_categories p{margin-bottom:0}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--color-primary)}.woocommerce-page header.header .container .header-logo{z-index:120}.woocommerce-page header.header .container .header-logo a img{height:34px}#ui-datepicker-div{background:var(--color-secondary)}#ui-datepicker-div .ui-datepicker-header{background:var(--color-primary);color:white}#ui-datepicker-div .ui-datepicker-title{font-family:var(--font)}#ui-datepicker-div table thead tr th span{font-family:var(--font)}#ui-datepicker-div table tbody tr td a{background:#ede7d6;border:0;font-family:var(--font)}#ui-datepicker-div .ui-datepicker-unselectable span{background:transparent;border-color:#ede7d6}#datepicker{color:var(--color-body);font-size:16px}#datepicker::placeholder{color:var(--color-body);font-size:16px}@media screen and (min-width:768px){.archive #main .products{flex-direction:row;flex-wrap:wrap}.archive #main .products .product{flex:0 0 50%;width:auto;display:flex;flex-direction:column;padding:0 7.5px;margin:15px 0}}@media screen and (min-width:992px){.archive #main .block-title .collect-infos .collect-content h3,.archive #main .block-title .collect-infos .collect-content p{text-align:left}.archive #main .block-title .collect-infos .collect-content p{margin-bottom:0}.archive #main .block-title .collect-infos .collect-btn input{margin-bottom:0}}@media screen and (min-width:1200px){.archive #main .products{flex-direction:row;flex-wrap:wrap}.archive #main .products .product{flex:0 0 33%;width:auto;display:flex;flex-direction:column;padding:0 7.5px}.woocommerce header.header .container .header-logo{z-index:120}}.py-1.result-filter{padding-top:0 !important}.py-1 .result-nb .text-center{float:left;padding-left:7.5px}.container .orderby-filter{float:right;padding-right:7.5px}@media screen and (max-width:768px){.py-1 .result-nb .text-center{float:none;padding-left:0}.container .orderby-filter{float:none;padding-right:0;padding-top:10px}}.text-info-boutique p{margin:10px 0 10px 0;font-style:italic;font-size:18px}.single{}.single #main .product .single-product-content{display:flex;flex-direction:column}.single #main .product .single-product-content .woocommerce-product-gallery img{aspect-ratio:1}.single #main .product .single-product-content ul.flex-direction-nav{position:absolute;z-index:1;width:100%;left:0;margin:0;padding:0px;transform:translateY(-50%);list-style:none}.single #main .product .single-product-content li.flex-nav-prev{float:left}.single #main .product .single-product-content li.flex-nav-next{float:right}.single #main .product .single-product-content a.flex-next{visibility:hidden}.single #main .product .single-product-content a.flex-prev{visibility:hidden}.single #main .product .single-product-content a.flex-next::after{visibility:visible;content:url(../img/svg/arrow-right.svg);margin-right:10px;font-size:1px}.single #main .product .single-product-content a.flex-prev::before{visibility:visible;content:url(../img/svg/arrow-left.svg);margin-left:10px;font-size:1px}.single #main .product .single-product-content ul.flex-direction-nav li a{color:#ccc}.single #main .product .single-product-content ul.flex-direction-nav li a:hover{text-decoration:none}.single #main .product .single-product-content .flex-control-thumbs{padding-top:10px}.single #main .product .single-product-content .flex-control-thumbs li{padding-right:10px;padding-top:10px}.single #main .product .single-product-content .summary h1{text-align:center}.single #main .product .single-product-content .summary .price{text-align:center}.single #main .product .single-product-content .summary .price span{font-weight:normal}.single #main .product .single-product-content .wapf{display:none}.single #main .product.product_cat-entremets .wapf,.single #main .product.product_cat-tartes .wapf{display:block;margin-bottom:30px}.single #main .wp_allergene_list{align-items:flex-end}.single #main .wp_allergene_list li{width:auto}.single #main .wp_allergene_list li:last-of-type{padding-right:0}.single #main .wp_allergene_list li span{color:black}.single .related .products #related-carousel #related-products-carousel{position:relative}.single .related .products #related-carousel #related-products-carousel .owl-stage-outer .owl-stage .owl-item li{width:100%;display:flex;flex-direction:column;align-items:center}.single .related .products #related-carousel #related-products-carousel .owl-stage-outer .owl-stage .owl-item li a{width:100%}.single .related .products #related-carousel #related-products-carousel .owl-stage-outer .owl-stage .owl-item li .woocommerce-loop-product__title,.single .related .products #related-carousel #related-products-carousel .owl-stage-outer .owl-stage .owl-item li .price{font-size:1.25rem;margin:0 0 calc(var(--vpd) / 2) 0;font-family:var(--font);color:var(--color-primary);line-height:1.5rem;letter-spacing:2px;text-transform:uppercase;font-weight:400}.single .related .products #related-carousel #related-products-carousel .owl-stage-outer .owl-stage .owl-item li .woocommerce-loop-product__title,.single .related .products #related-carousel #related-products-carousel .owl-stage-outer .owl-stage .owl-item li p,.single .related .products #related-carousel #related-products-carousel .owl-stage-outer .owl-stage .owl-item li .price{text-align:center}.single .related .products #related-carousel #related-products-carousel .owl-nav{position:absolute;left:0;display:flex;justify-content:space-between;width:100%;padding:0 15px}.single .related .products #related-carousel #related-products-carousel .owl-nav .owl-prev{background-image:url(../img/svg/arrow-left.svg);background-size:20px auto;background-repeat:no-repeat;width:20px;height:50px;background-position:left center;width:50px}.single .related .products #related-carousel #related-products-carousel .owl-nav .owl-next{background-image:url(../img/svg/arrow-right.svg);background-size:20px auto;background-repeat:no-repeat;height:50px;background-position:right center;width:50px}.single .woocommerce-breadcrumb{padding-left:var(--hpd)}.single form.variations_form{flex-direction:column}.single form{display:flex}.single form .woocommerce-variation-add-to-cart button{font-style:normal;display:flex;justify-content:center}.single form table tbody tr .label{display:none}.single form .single_variation_wrap .woocommerce-variation-add-to-cart{display:flex}.single form .reset_variations{display:flex !important;justify-content:center;align-items:center;padding:0 0 0 10px;height:55px;font-size:20px !important}.single form .reset_variations_active{background:var(--color-primary)}.single form .reset_variations_active .custom_attribute_value_wrapper label{color:white !important}.single form .quantity{padding:8px;color:var(--color-primary);border:1px solid var(--color-primary);font-family:var(--font);font-size:16px;line-height:19px;font-weight:400;text-transform:uppercase;letter-spacing:2px;margin:0 10px 0 0 !important}.single form .quantity input{height:100%;background:transparent;color:var(--color-primary);border:0;margin:0}.single form button[type="submit"]{position:relative;padding:8px;border-width:1px;border-style:solid;font-size:16px;line-height:19px;font-weight:400;text-transform:uppercase;align-items:center;letter-spacing:2px;text-align:center;font-family:var(--font);flex:1;color:var(--color-body);border-color:var(--color-primary);background-color:var(--color-primary);color:white}.single-product #bandeau_date_retrait .collect-content h3,.single-product #bandeau_date_retrait .collect-content p{text-align:center}.single-product #bandeau_date_retrait .collect-content p{margin-bottom:0}.single-product .product .entry-summary .variations{width:100%}.single-product .product .entry-summary .variations .custom_attribute .label{margin-bottom:10px;margin-top:20px}.single-product .product .entry-summary .variations .custom_attribute .label label{font-family:Helvetica;font-size:15px;font-weight:700;line-height:21px}.single-product .product .entry-summary .variations .custom_attribute .value{display:flex;flex-wrap:wrap;width:100%;text-align:center;align-items:center}.single-product .product .entry-summary .variations .custom_attribute .value .custom_attribute_value{display:inline-block;width:auto;height:55px;line-height:55px;border:1px solid var(--color-primary);position:relative;text-align:center;overflow:hidden;margin:5px;border-spacing:10px 0;vertical-align:middle;padding:5px;display:flex;align-items:center}.single-product .product .entry-summary .variations .custom_attribute .value .custom_attribute_value .custom_attribute_value_wrapper input[type="radio"]{opacity:0;position:absolute;left:50%;top:50%;width:100px;height:100px;border-radius:0;transform:translate(-50%, -50%);z-index:1}.single-product .product .entry-summary .variations .custom_attribute .value .custom_attribute_value .custom_attribute_value_wrapper .custom_attribute_value_text{font-size:20px;font-family:Helvetica;font-weight:500;color:var(--color-primary);z-index:2}.single-product .product .entry-summary .variations .custom_attribute .value .custom_attribute_value.custom_attribute_selected{background-color:var(--color-primary)}.single-product .product .entry-summary .variations .custom_attribute .value .custom_attribute_value.custom_attribute_selected .custom_attribute_value_text{color:#fff}.single-product .product .entry-summary .variations .custom_attribute .value .custom_attribute_value.custom_attribute_disabled:after{content:"";position:absolute;left:-10px;top:-10px;right:-10px;bottom:-10px;clip-path:polygon(calc(100% - 0.5px) 0, calc(100% + 0.5px) 0, 0.5px 100%, -0.5px 100%);background-color:var(--color-primary)}.quantity{padding:8px;color:var(--color-primary);border:1px solid var(--color-primary);font-family:var(--font);font-size:16px;line-height:19px;font-weight:400;text-transform:uppercase;letter-spacing:2px;margin:0 4px 0 0}.quantity input{border:0}.quantity .qty_button{margin-bottom:0px}.quantity .qty_button:hover{background:transparent;color:var(--color-primary)}@media screen and (min-width:768px){.single #main{padding-left:0;padding-right:0}.single #main .product .single-product-content{flex-direction:row;justify-content:space-between}.single #main .product .single-product-content .summary{padding-left:30px}.single #main .product .single-product-content .summary h1,.single #main .product .single-product-content .summary .product-reference,.single #main .product .single-product-content .summary .price{text-align:left}.single #main .product .single-product-content .summary{padding-left:30px}.single #main .product .wp_allergene_list{justify-content:flex-start}.single #main .product .wp_allergene_list li{width:auto}.single #main .product .wp_allergene_list li:last-of-type{padding-right:0}}@media screen and (min-width:992px){.single #main .product .single-product-content .summary{padding-left:30px}.single #main .product .flex-control-thumbs li{width:15%}.single-product #bandeau_date_retrait .collect-content h3,.single-product #bandeau_date_retrait .collect-content p{text-align:left}.single-product #bandeau_date_retrait .collect-content p{margin-bottom:0}.related #related-carousel .owl-carousel .owl-stage-outer{position:initial}.related #related-carousel .owl-carousel .owl-nav,.related #related-carousel .owl-carousel .owl-dots{position:absolute;z-index:1;bottom:5%}.related #related-carousel .owl-carousel .owl-nav{z-index:-1;top:-65px;right:0;left:unset;transform:translate(0, 0);justify-content:flex-end !important;padding:0 !important}.related #related-carousel .owl-carousel .owl-nav .owl-prev{margin-right:7.5px}.related #related-carousel .owl-carousel .owl-nav .owl-next{margin-left:7.5px}}@media screen and (min-width:1200px){.single #main>.product .single-product-content .summary{padding-left:60px}}@media screen and (min-width:1980px){.single #main>.product .single-product-content .summary{padding-left:90px}}#contact #main{padding-left:0;padding-right:0}#contact #main #contact-form .contact-control .required-fields+p{margin-bottom:0}#contact #main #contact-form .contact-control .btn-primary{margin-bottom:0}#contact form>p:last-of-type{margin-bottom:0}#contact form>p:last-of-type input[type="submit"]{margin:0}#contact form span{text-transform:initial;color:var(--color-body);font-weight:300}#contact form a{color:var(--color-primary)}#contact form .wpcf7-response-output{margin:0}#contact .map-block-marker{height:300px}.map-block-title{background-image:url(../img/img-temporaires/texture-ocre.jpg);background-repeat:no-repeat;background-size:100% 100%}.map-block-title p{margin:0}.instagram-feed .instagram-account img{width:24px;height:24px;margin-right:7.5px}.form-row-first{width:100% !important}@media screen and (min-width:992px){#contact #main .block-title{flex:1}#contact #main .block-title h1{text-align:left}#contact #main .contact-form{flex:1}#contact #main .site-map .map-block-title,#contact #main .site-map .map-block-marker{width:50%}#contact #main .site-map .map-block-marker{height:auto}}#mon-compte .woocommerce-MyAccount-content{width:100%}#mon-compte .woocommerce-MyAccount-content .dashboard_address_block .adress_cta a{width:fit-content}#mon-compte .woocommerce-MyAccount-content .account-block-title .woocommerce-MyAccount-navigation{float:unset;display:flex}#mon-compte .woocommerce-MyAccount-content .account-block-title .woocommerce-MyAccount-navigation ul{width:100%}#mon-compte .woocommerce-MyAccount-content .account-block-title .woocommerce-MyAccount-navigation ul li{margin:5px 0}#mon-compte .woocommerce-MyAccount-content .account-block-title .woocommerce-MyAccount-navigation ul li a{width:100%;text-align:center}#mon-compte .woocommerce table.shop_table tr{display:flex;flex-direction:column}.connexion-content .connexion-title-block,.connexion-content .page-content-img{flex:1}.connexion-content .connexion-title-block form{border:0;padding:0}.connexion-content .connexion-title-block form label{margin-bottom:10px}.connexion-content .connexion-title-block form input{margin-bottom:0}.connexion-content .page-content-img .imgWrap{height:100%;width:100%}.checkout #payment{background:var(--color-secondary)}.checkout #payment ul{border-bottom:1px solid var(--color-primary) !important}.checkout #payment ul li .payment_method_bacs{background:#e8e4d9}.checkout #payment ul li .payment_method_bacs::before{border:1em solid #e8e4d9;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent}.product-title-resume-order{font-family:var(--font);font-weight:600}.product-title-resume-order a{color:var(--color-primary) !important}#commander #order_review .woocommerce-checkout-review-order-table tbody .cart_item .product-name,#commander #order_review .woocommerce-checkout-review-order-table tbody .cart_item .product-name strong{font-weight:normal !important}#commander .woocommerce .order-success-content ul{margin-left:15px}#commander .woocommerce .order-success-content ul li{align-items:center;font-size:15px;text-transform:initial;border-right:0;margin:0;flex-wrap:wrap;list-style-type:disc;float:none}#commander .woocommerce .order-success-content ul li strong{font-size:15px;margin-left:5px;display:initial}#commander .woocommerce .collect-infos-thankyou{background-color:var(--color-secondary)}#commander .woocommerce .collect-infos-thankyou table{margin:0}#commander .woocommerce .collect-infos-thankyou table thead tr{height:100%}#commander .woocommerce .collect-infos-thankyou table thead tr th{display:none}#commander .woocommerce .collect-infos-thankyou table tbody{text-align:right}#commander .woocommerce .collect-infos-thankyou table tbody tr{display:flex;flex-direction:column;width:100%}#commander .woocommerce .collect-infos-thankyou table tbody tr td::before{content:attr(data-title) "";font-weight:700;float:left}.woocommerce-inf,.woocommerce-message{border-top:var(--color-primary);background:var(--color-secondary)}@media screen and (min-width:992px){.connexion-content .connexion-title-block form{border:0;padding:0}.connexion-content .connexion-title-block form label{margin-bottom:10px}.connexion-content .connexion-title-block form input{margin-bottom:0}.connexion-content .page-content-img .imgWrap{height:100%;width:100%}.return-btn{order:0}#mon-compte .woocommerce-MyAccount-content{width:100%}#mon-compte .woocommerce-MyAccount-content .account-block-title .woocommerce-MyAccount-navigation{width:auto}#mon-compte .woocommerce-MyAccount-content .account-block-title .woocommerce-MyAccount-navigation ul li a{width:100%;text-align:center}#mon-compte .woocommerce-MyAccount-content .account-block-title .woocommerce-MyAccount-navigation ul li:first-child{margin:0 10px 0 0}#mon-compte .woocommerce-MyAccount-content .account-block-title .woocommerce-MyAccount-navigation ul li:last-child{margin:0}#mon-compte .woocommerce table.shop_table tr{display:table-row}#commander #customer_details{flex:1}#commander .woocommerce .collect-infos-thankyou{padding:0;background-color:transparent}#commander .woocommerce .collect-infos-thankyou table{margin:0}#commander .woocommerce .collect-infos-thankyou table thead tr{height:100%}#commander .woocommerce .collect-infos-thankyou table thead tr th{display:table-cell}#commander .woocommerce .collect-infos-thankyou table tbody{text-align:left}#commander .woocommerce .collect-infos-thankyou table tbody tr{display:table-row}#commander .woocommerce .collect-infos-thankyou table tbody tr td{display:table-cell}#commander .woocommerce .collect-infos-thankyou table tbody tr td::before{content:""}#commander .woocommerce .woocommerce-order-details{padding-left:30px}#commander .woocommerce .woocommerce-order-details table th,#commander .woocommerce .woocommerce-order-details table td{padding-left:0}#commander .woocommerce .woocommerce-order-details table tbody tr td{background-color:transparent}#commander .woocommerce .woocommerce-order-details table tfoot tr th,#commander .woocommerce .woocommerce-order-details table tfoot tr td{border:0 !important}}#panier .woocommerce table.shop_table .tax-rate td{width:25%;text-align:right}#panier .woocommerce table.shop_table .tax-rate td:before{display:none}#panier .woocommerce table.shop_table .tax-rate td .amount{font-weight:600;color:var(--color-primary)}#panier .woocommerce table.cart thead{display:table-header-group}#panier .woocommerce table.cart thead tr th{display:none}#panier .woocommerce table.cart .product-thumbnail a img{width:100px}#panier .woocommerce table.cart .input-text{width:100%;border:1px solid var(--color-primary);margin:0}#panier .woocommerce table.cart .input-text::placeholder{color:black;text-transform:initial;letter-spacing:initial;padding-left:10px}#panier .woocommerce table.cart .quantity{max-width:fit-content;margin-left:auto;display:flex;justify-content:center;align-items:center}#panier .woocommerce table.cart .quantity input{max-width:20px;color:var(--color-primary)}#panier .woocommerce table.cart .quantity .qty{border:0;height:auto;width:auto;margin:0 15px}#panier .woocommerce table.cart .product-subtotal span bdi,#panier .woocommerce table.cart .product-subtotal span span{color:var(--color-primary);font-weight:600}#panier .woocommerce table.cart .product-remove a{margin-left:auto;border:1px solid var(--color-primary);padding:15px;border-radius:0;color:var(--color-primary) !important;width:50px;height:50px;display:flex}#panier .woocommerce table.cart .product-remove a span{display:block}#panier .woocommerce table.cart .product-remove a img{width:100%}#panier .woocommerce .add-cta{background:transparent;padding:15px 0}#panier .woocommerce .add-cta button.btn-primary-outline{background:white}#panier .woocommerce .add-cta button.btn-primary-outline:hover{background:var(--color-primary)}#panier .woocommerce .cart-collaterals h2{display:none}#panier .woocommerce .cart-collaterals table .order-total th,#panier .woocommerce .cart-collaterals table .order-total td strong{font-size:25px}#panier .woocommerce .cart-collaterals table .cart-subtotal th,#panier .woocommerce .cart-collaterals table .order-total th{width:75%}#panier .woocommerce .cart-collaterals table .cart-subtotal td,#panier .woocommerce .cart-collaterals table .order-total td{width:25%;text-align:right;color:var(--color-primary)}#panier .woocommerce .cart-collaterals table .cart-subtotal td::before,#panier .woocommerce .cart-collaterals table .order-total td::before{content:""}#panier .woocommerce .cart-collaterals table .cart-subtotal td span,#panier .woocommerce .cart-collaterals table .order-total td span{font-weight:600}@media screen and (min-width:992px){#panier .woocommerce table.cart{width:100%}#panier .woocommerce table.cart thead tr th{display:table-cell;font-size:15px;text-transform:uppercase;color:var(--color-primary);min-width:150px;padding:10px;border-bottom:1px solid var(--color-primary)}#panier .woocommerce table.cart tbody tr{display:table-row}#panier .woocommerce table.cart tbody .add-cta>button,#panier .woocommerce table.cart tbody .add-cta>div{width:fit-content}#panier .quantity{margin-left:0 !important}#panier .product-remove a{margin-left:0 !important}}.checkout_steps{position:relative}.checkout_steps:before{content:"";height:1px;width:100%;position:absolute;background-color:var(--color-primary);top:7px;z-index:-1}.checkout_steps .circle{width:15px;height:15px;border-radius:100%;border:1px solid var(--color-primary);background:white;display:block;margin:0 auto}.checkout_steps .is-active{background:var(--color-primary)}.checkout_steps span{margin-top:10px;display:block;color:var(--color-primary)}.wp-block-columns{margin-bottom:0}.wp-block-pullquote{padding:50px 0;margin:0;text-align:center}.wp-block-pullquote p{font-size:60px}.wp-block-pullquote cite{font-size:20px}.wp-block-quote{margin:0;text-align:center;background:#f2f2f2}.wp-block-quote::before{content:"''";font-size:150px;font-weight:bold;color:lightgray}.wp-block-quote p{font-size:20px;font-style:italic}.wp-block-quote cite{font-size:16px;font-style:normal;color:grey}.wp-block-image{margin:0;aspect-ratio:1}.wp-block-cover .wp-block-cover__inner-container h2{font-size:40px}.wp-block-cover .wp-block-cover__inner-container p{font-size:16px}.wp-block-buttons{gap:25px}.wp-block-buttons .wp-block-button{flex:1;margin:0;text-align:center}.wp-block-buttons .wp-block-button .wp-block-button__link{position:relative;color:var(--color-body);font-family:"playfair_displayitalic";font-style:italic;font-size:20px;display:flex;align-items:center;padding-left:60px;background:transparent;border-radius:0;padding-top:0;padding-right:0;padding-bottom:0}.wp-block-buttons .wp-block-button .wp-block-button__link::before{content:url(../../../../themes/wcom/assets/img/svg/icon-arrow-right.svg);display:flex;justify-content:center;align-items:center;width:32px;height:32px;padding:10px;border-radius:100%;left:0;position:absolute;z-index:-1;transition:transform 250ms;background:var(--color-secondary)}.wp-block-buttons .wp-block-button .wp-block-button__link:hover,.wp-block-buttons .wp-block-button .wp-block-button__link:active{transform:translate(5px, 0)}.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a{width:100%}.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a img{width:100% !important;height:100% !important}.wp-block-latest-posts__list li a{text-decoration:none !important;color:#1e4319;font-size:20px;text-transform:uppercase;font-weight:bold;letter-spacing:1px;padding-bottom:20px}.wp-block-table table th,.wp-block-table table td{padding:15px}.wp-block-table table tbody tr:first-child{font-size:1rem;margin:0 0 calc(var(--vpd) / 2) 0;font-family:var(--font);color:var(--color-primary);line-height:1.19rem;letter-spacing:1px;text-transform:uppercase;font-weight:400}.wp-block-table table tbody tr:nth-child(even){background:var(--color-secondary)}.wp-block-spacer{height:100%}.woocommerce nav.woocommerce-pagination ul{border:0}.woocommerce nav.woocommerce-pagination ul li{overflow:visible;border:0}.woocommerce nav.woocommerce-pagination ul li span{display:none}.woocommerce nav.woocommerce-pagination ul li .page-numbers{display:none}.woocommerce nav.woocommerce-pagination ul li .next,.woocommerce nav.woocommerce-pagination ul li .prev{display:flex}.woocommerce nav.woocommerce-pagination ul li .next{padding-right:60px;padding-left:0px}.woocommerce nav.woocommerce-pagination ul li .next::before{content:"";right:0;left:unset}.woocommerce nav.woocommerce-pagination ul li a{position:relative;color:var(--color-body);font-family:"playfair_displayitalic";font-style:italic;font-size:20px;display:flex;align-items:center;padding-left:60px;height:55px}.woocommerce nav.woocommerce-pagination ul li a::before{content:"";display:flex;justify-content:center;align-items:center;width:32px;height:auto;padding:10px;border-radius:100%;left:0;position:absolute;z-index:-1;transition:transform 250ms}.woocommerce nav.woocommerce-pagination ul li a:hover{background:none}.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li a:active{transform:translate(5px, 0)}.woocommerce nav.woocommerce-pagination ul li:first-child a::before{content:url(../../../../themes/wcom/assets/img/svg/icon-pagination-left.svg)}.woocommerce nav.woocommerce-pagination ul li:last-child a::before{content:url(../../../../themes/wcom/assets/img/svg/icon-pagination-right.svg)}.woocommerce nav.woocommerce-pagination .btn-return{position:relative;padding-right:50px}.woocommerce nav.woocommerce-pagination .btn-return::before{content:"";width:48px;height:1px;background:var(--color-primary);top:50%;left:0;position:absolute}.favorite-products .favorite-carousel .owl-carousel{position:relative}.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item div{width:100%;display:flex;flex-direction:column;align-items:center}.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item div::marker{display:none}.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item div .woocommerce-loop-product__title,.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item div .price{font-size:1.25rem;margin:0 0 calc(var(--vpd) / 2) 0;font-family:var(--font);color:var(--color-primary);line-height:1.5rem;letter-spacing:2px;text-transform:uppercase;font-weight:400}.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item div .woocommerce-loop-product__title,.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item div p,.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item div .price{text-align:center}.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item div>a{width:100%}.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item div .product_cta{width:fit-content}.favorite-products .favorite-carousel .owl-carousel .owl-nav{position:absolute;left:0;display:flex;justify-content:space-between;width:100%;padding:0 15px}.favorite-products .favorite-carousel .owl-carousel .owl-nav .owl-prev{background-image:url(../img/svg/arrow-left.svg);background-size:20px auto;background-repeat:no-repeat;height:50px;background-position:left center;width:50px}.favorite-products .favorite-carousel .owl-carousel .owl-nav .owl-next{background-image:url(../img/svg/arrow-right.svg);background-size:20px auto;background-repeat:no-repeat;height:50px;background-position:right center;width:50px}.cta-style{display:flex;justify-content:center}.cta-style a{color:var(--color-body)}@media screen and (min-width:992px){.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer{position:initial}.favorite-products .favorite-carousel .owl-carousel .owl-stage-outer .owl-item .imgWrap{aspect-ratio:1}.favorite-products .favorite-carousel .owl-carousel .owl-nav,.favorite-products .favorite-carousel .owl-carousel .owl-dots{position:absolute;z-index:1;bottom:5%}.favorite-products .favorite-carousel .owl-carousel .owl-nav{z-index:-1;top:-65px;right:0;left:unset;transform:translate(0, 0);justify-content:flex-end;padding:0}.favorite-products .favorite-carousel .owl-carousel .owl-nav .owl-prev{margin-right:7.5px}.favorite-products .favorite-carousel .owl-carousel .owl-nav .owl-next{margin-left:7.5px}.favorite-products .favorite-carousel .owl-carousel .owl-dots{counter-reset:slides-num;position:absolute;top:100%;left:50%;margin-top:15px}.favorite-products .favorite-carousel .owl-carousel .owl-dots:after{content:counter(slides-num);display:inline-block;font-size:20px;font-weight:700;vertical-align:middle;padding-left:5px}.favorite-products .favorite-carousel .owl-carousel .owl-dot{display:inline-block;counter-increment:slides-num;margin-right:5px}.favorite-products .favorite-carousel .owl-carousel .owl-dot span{display:none}.favorite-products .favorite-carousel .owl-carousel .owl-dot.active:before{content:counter(slides-num) " of";display:inline-block;vertical-align:middle;font-size:20px;position:absolute;left:0;top:0}}.woocommerce-info{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:var(--color-secondary);color:black;border-top:3px solid var(--color-primary);list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-info::before{color:var(--color-primary)}.woocommerce-info::after{color:var(--color-primary)}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{position:relative;padding:15px 20px;margin-top:15px;text-align:center;background-color:transparent;transition:all 0.3s ease;color:var(--color-primary);border:1px solid var(--color-primary);font-family:var(--font);font-size:16px;line-height:19px;font-weight:400;text-transform:uppercase;padding:15px 20px;letter-spacing:2px;transition:all 0.3s ease}.woocommerce #respond input#submit:hover,.woocommerce #respond input#submit:active,.woocommerce a.button:hover,.woocommerce a.button:active,.woocommerce button.button:hover,.woocommerce button.button:active,.woocommerce input.button:hover,.woocommerce input.button:active{background:var(--color-primary);color:var(--color-secondary)}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{order:2}.woocommerce-message{display:flex;flex-direction:column}@media screen and (min-width:768px){.woocommerce-message{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.woocommerce-message a.button{margin-top:0}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{top:50%;transform:translateY(-50%)}}.woocommerce-error{background:var(--color-secondary)}.woocommerce-error li{padding-left:30px !important}.woocommerce-error::before{color:var(--color-primary)}.woocommerce a.remove:hover{background:var(--color-primary)}.woocommerce a.remove:hover span{color:white}.fx-row{flex-direction:row}.fx-col{flex-direction:column}.fx-wrap{flex-wrap:wrap}.just-center{justify-content:center}.just-end{justify-content:flex-end}.just-start{justify-content:flex-start}.just-around{justify-content:space-around}.just-between{justify-content:space-between}.al-center{align-items:center}.al-end{align-items:flex-end}.al-start{align-items:flex-start}.flex-1{flex:1}.flex-50{flex:0 0 50%}.flex-33{flex:0 0 33.33%}.flex-25{flex:0 0 25%}.flex-20{flex:0 0 20%}.fx-order-1{order:1}.fx-order-2{order:2}.fx-order-3{order:3}.fx-order-4{order:4}.fx-order-5{order:5}.fx-order-6{order:6}.fx-order-7{order:7}.fx-order-8{order:8}.fx-order-9{order:9}.fx-order-10{order:10}@media screen and (min-width:375px){.fx-xs-row{flex-direction:row}.fx-xs-col{flex-direction:column}.flex-xs-1{flex:1}.flex-xs-50{flex:0 0 50%}.flex-xs-33{flex:0 0 33.33%}.flex-xs-25{flex:0 0 25%}.flex-xs-20{flex:0 0 20%}.fx-xs-wrap{flex-wrap:wrap}.just-xs-center{justify-content:center}.just-xs-end{justify-content:flex-end}.just-xs-start{justify-content:flex-start}.just-xs-around{justify-content:space-around}.just-xs-between{justify-content:space-between}.al-xs-center{align-items:center}.al-xs-end{align-items:flex-end}.al-xs-start{align-items:flex-start}.fx-xs-order-1{order:1}.fx-xs-order-2{order:2}.fx-xs-order-3{order:3}.fx-xs-order-4{order:4}.fx-xs-order-5{order:5}.fx-xs-order-6{order:6}.fx-xs-order-7{order:7}.fx-xs-order-8{order:8}.fx-xs-order-9{order:9}.fx-xs-order-10{order:10}}@media screen and (min-width:768px){.fx-sm-row{flex-direction:row}.fx-sm-col{flex-direction:column}.flex-sm-1{flex:1}.flex-sm-50{flex:0 0 50%}.flex-sm-33{flex:0 0 33.33%}.flex-sm-25{flex:0 0 25%}.flex-sm-20{flex:0 0 20%}.fx-sm-wrap{flex-wrap:wrap}.just-sm-center{justify-content:center}.just-sm-end{justify-content:flex-end}.just-sm-start{justify-content:flex-start}.just-sm-around{justify-content:space-around}.just-sm-between{justify-content:space-between}.al-sm-center{align-items:center}.al-sm-end{align-items:flex-end}.al-sm-start{align-items:flex-start}.fx-sm-order-1{order:1}.fx-sm-order-2{order:2}.fx-sm-order-3{order:3}.fx-sm-order-4{order:4}.fx-sm-order-5{order:5}.fx-sm-order-6{order:6}.fx-sm-order-7{order:7}.fx-sm-order-8{order:8}.fx-sm-order-9{order:9}.fx-sm-order-10{order:10}}@media screen and (min-width:992px){.fx-md-row{flex-direction:row}.fx-md-col{flex-direction:column}.flex-md-1{flex:1}.flex-md-50{flex:0 0 50%}.flex-md-33{flex:0 0 33.33%}.flex-md-25{flex:0 0 25%}.flex-md-20{flex:0 0 20%}.fx-md-wrap{flex-wrap:wrap}.just-md-center{justify-content:center}.just-md-end{justify-content:flex-end}.just-md-start{justify-content:flex-start}.just-md-around{justify-content:space-around}.just-md-between{justify-content:space-between}.al-md-center{align-items:center}.al-md-end{align-items:flex-end}.al-md-start{align-items:flex-start}.fx-md-order-1{order:1}.fx-md-order-2{order:2}.fx-md-order-3{order:3}.fx-md-order-4{order:4}.fx-md-order-5{order:5}.fx-md-order-6{order:6}.fx-md-order-7{order:7}.fx-md-order-8{order:8}.fx-md-order-9{order:9}.fx-md-order-10{order:10}}@media screen and (min-width:1200px){.fx-lg-row{flex-direction:row}.fx-lg-col{flex-direction:column}.flex-lg-1{flex:1}.flex-lg-50{flex:0 0 50%}.flex-lg-33{flex:0 0 33.33%}.flex-lg-25{flex:0 0 25%}.flex-lg-20{flex:0 0 20%}.fx-lg-wrap{flex-wrap:wrap}.just-lg-center{justify-content:center}.just-lg-end{justify-content:flex-end}.just-lg-start{justify-content:flex-start}.just-lg-around{justify-content:space-around}.just-lg-between{justify-content:space-between}.al-lg-center{align-items:center}.al-lg-end{align-items:flex-end}.al-lg-start{align-items:flex-start}.fx-lg-order-1{order:1}.fx-lg-order-2{order:2}.fx-lg-order-3{order:3}.fx-lg-order-4{order:4}.fx-lg-order-5{order:5}.fx-lg-order-6{order:6}.fx-lg-order-7{order:7}.fx-lg-order-8{order:8}.fx-lg-order-9{order:9}.fx-lg-order-10{order:10}}@media screen and (min-width:1980px){.fx-xl-row{flex-direction:row}.fx-xl-col{flex-direction:column}.flex-xl-1{flex:1}.flex-xl-50{flex:0 0 50%}.flex-xl-33{flex:0 0 33.33%}.flex-xl-25{flex:0 0 25%}.flex-xl-20{flex:0 0 20%}.fx-xl-wrap{flex-wrap:wrap}.just-xl-center{justify-content:center}.just-xl-end{justify-content:flex-end}.just-xl-start{justify-content:flex-start}.just-xl-around{justify-content:space-around}.just-xl-between{justify-content:space-between}.al-xl-center{align-items:center}.al-xl-end{align-items:flex-end}.al-xl-start{align-items:flex-start}.fx-xl-order-1{order:1}.fx-xl-order-2{order:2}.fx-xl-order-3{order:3}.fx-xl-order-4{order:4}.fx-xl-order-5{order:5}.fx-xl-order-6{order:6}.fx-xl-order-7{order:7}.fx-xl-order-8{order:8}.fx-xl-order-9{order:9}.fx-xl-order-10{order:10}}.has-primary-color{color:var(--color-primary)}.has-primary-background-color{background-color:var(--color-primary)}.text-primary{color:var(--color-primary)}.bg-primary{background-color:var(--color-primary)}.has-secondary-color{color:var(--color-secondary)}.has-secondary-background-color{background-color:var(--color-secondary)}.text-secondary{color:var(--color-secondary)}.bg-secondary{background-color:var(--color-secondary)}.has-ternary-color{color:var(--color-ternary)}.has-ternary-background-color{background-color:var(--color-ternary)}.text-ternary{color:var(--color-ternary)}.bg-ternary{background-color:var(--color-ternary)}.has-body-color{color:var(--color-body)}.has-body-background-color{background-color:var(--color-body)}.text-body{color:var(--color-body)}.bg-body{background-color:var(--color-body)}.has-white-color{color:#fff}.has-white-background-color{background-color:#fff}.text-white{color:#fff}.bg-white{background-color:#fff}.has-black-color{color:#000}.has-black-background-color{background-color:#000}.text-black{color:#000}.bg-black{background-color:#000}[class^="btn-"]{position:relative;padding:15px 20px;text-align:left;background-color:transparent;transition:all 0.3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-primary-outline{color:var(--color-primary);border:1px solid var(--color-primary);font-family:var(--font);font-size:16px;line-height:19px;font-weight:400;text-transform:uppercase;padding:15px 20px;letter-spacing:2px;transition:all 0.3s ease}.btn-primary-outline:hover,.btn-primary-outline:active{background:var(--color-primary);color:var(--color-secondary)}.btn-primary{position:relative;padding:15px 20px;border-width:1px;border-style:solid;font-size:16px;line-height:21px;font-weight:400;text-transform:uppercase;text-align:left;letter-spacing:2px;display:flex;justify-content:center;font-family:var(--font);color:var(--color-body);border-color:var(--color-primary);background-color:var(--color-primary);color:white}@media screen and (min-width:992px){.btn-primary:hover,.btn-primary:active{background:transparent;color:var(--color-primary)}}.btn-secondary{position:relative;color:var(--color-body);font-family:"playfair_displayitalic";font-style:italic;font-size:20px;display:flex;align-items:center;padding-left:50px}.btn-secondary::before{content:url(../../../../themes/wcom/assets/img/svg/icon-arrow-right.svg);width:23px;height:23px;padding:10px;border-radius:100%;left:0;position:absolute;z-index:-1;transition:transform 250ms}.btn-secondary:hover,.btn-secondary:active{transform:translate(5px, 0)}.btn-secondary-white{position:relative;font-family:"playfair_displayitalic";font-style:italic;font-size:20px;display:flex;align-items:center;padding-left:50px;color:white;transition:transform 250ms}.btn-secondary-white::before{content:url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg);width:23px;height:23px;padding:10px;border-radius:100%;left:0;position:absolute;z-index:-1;transition:transform 250ms}.btn-secondary-white:hover,.btn-secondary-white:active{transform:translate(5px, 0)}.btn-secondary-white-none{position:relative;color:var(--color-body);font-family:"playfair_displayitalic";font-style:italic;font-size:20px;display:flex;align-items:center;padding-left:50px;color:white;transition:transform 250ms}.btn-secondary-white-none::before{content:url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg);width:23px;height:23px;padding:10px;border-radius:100%;left:0;position:absolute;z-index:-1;transition:transform 250ms;opacity:1}.btn-secondary-white-none::after{content:"Découvrir";opacity:0;transform:translateX(-10px);transition:transform 400ms}.btn-secondary-white-none:hover,.btn-secondary-white-none:active{transform:translateX(-50px);opacity:1}.btn-secondary-white-none:hover::after,.btn-secondary-white-none:active::after{opacity:1;transform:translateX(0%)}.btn-bg-primary::before{background:var(--color-primary)}.btn-bg-secondary::before{background:var(--color-secondary)}.btn-bg-ternary::before{background:#ebdbd2}.btn-bg-4::before{background:#ae7a76}.product .btn-return{position:relative;padding-left:0;display:flex;align-items:center}.product .btn-return::before{content:"";display:inline-block;width:30px;height:1px;background:var(--color-primary);margin-right:10px}.my-0{margin-top:0;margin-bottom:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.my-1{margin-top:15px;margin-bottom:15px}.mt-1{margin-top:15px}.mb-1{margin-bottom:15px}.my-2{margin-top:30px;margin-bottom:30px}.mt-2{margin-top:30px}.mb-2{margin-bottom:30px}.my-3{margin-top:60px;margin-bottom:60px}.mt-3{margin-top:60px}.mb-3{margin-bottom:60px}.my-4{margin-top:90px;margin-bottom:90px}.mt-4{margin-top:90px}.mb-4{margin-bottom:90px}.my-5{margin-top:120px;margin-bottom:120px}.mt-5{margin-top:120px}.mb-5{margin-bottom:120px}.mx-auto{margin-left:auto;margin-right:auto}.mx-0{margin-left:0;margin-right:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.mx-1{margin-left:15px;margin-right:15px}.ml-1{margin-left:15px}.mr-1{margin-right:15px}.mx-2{margin-left:30px;margin-right:30px}.ml-2{margin-left:30px}.mr-2{margin-right:30px}.mx-3{margin-left:60px;margin-right:60px}.ml-3{margin-left:60px}.mr-3{margin-right:60px}.mx-4{margin-left:90px;margin-right:90px}.ml-4{margin-left:90px}.mr-4{margin-right:90px}.mx-5{margin-left:120px;margin-right:120px}.ml-5{margin-left:120px}.mr-5{margin-right:120px}@media screen and (min-width:375px){.my-xs-0{margin-top:0;margin-bottom:0}.mt-xs-0{margin-top:0}.mb-xs-0{margin-bottom:0}.my-xs-1{margin-top:15px;margin-bottom:15px}.mt-xs-1{margin-top:15px}.mb-xs-1{margin-bottom:15px}.my-xs-2{margin-top:30px;margin-bottom:30px}.mt-xs-2{margin-top:30px}.mb-xs-2{margin-bottom:30px}.my-xs-3{margin-top:60px;margin-bottom:60px}.mt-xs-3{margin-top:60px}.mb-xs-3{margin-bottom:60px}.my-xs-4{margin-top:90px;margin-bottom:90px}.mt-xs-4{margin-top:90px}.mb-xs-4{margin-bottom:90px}.my-xs-5{margin-top:120px;margin-bottom:120px}.mt-xs-5{margin-top:120px}.mb-xs-5{margin-bottom:120px}.mx-xs-auto{margin-left:auto;margin-right:auto}.mx-xs-0{margin-left:0;margin-right:0}.ml-xs-0{margin-left:0}.mr-xs-0{margin-right:0}.mx-xs-1{margin-left:15px;margin-right:15px}.ml-xs-1{margin-left:15px}.mr-xs-1{margin-right:15px}.mx-xs-2{margin-left:30px;margin-right:30px}.ml-xs-2{margin-left:30px}.mr-xs-2{margin-right:30px}.mx-xs-3{margin-left:60px;margin-right:60px}.ml-xs-3{margin-left:60px}.mr-xs-3{margin-right:60px}.mx-xs-4{margin-left:90px;margin-right:90px}.ml-xs-4{margin-left:90px}.mr-xs-4{margin-right:90px}.mx-xs-5{margin-left:120px;margin-right:120px}.ml-xs-5{margin-left:120px}.mr-xs-5{margin-right:120px}}@media screen and (min-width:768px){.my-sm-0{margin-top:0;margin-bottom:0}.mt-sm-0{margin-top:0}.mb-sm-0{margin-bottom:0}.my-sm-1{margin-top:15px;margin-bottom:15px}.mt-sm-1{margin-top:15px}.mb-sm-1{margin-bottom:15px}.my-sm-2{margin-top:30px;margin-bottom:30px}.mt-sm-2{margin-top:30px}.mb-sm-2{margin-bottom:30px}.my-sm-3{margin-top:60px;margin-bottom:60px}.mt-sm-3{margin-top:60px}.mb-sm-3{margin-bottom:60px}.my-sm-4{margin-top:90px;margin-bottom:90px}.mt-sm-4{margin-top:90px}.mb-sm-4{margin-bottom:90px}.my-sm-5{margin-top:120px;margin-bottom:120px}.mt-sm-5{margin-top:120px}.mb-sm-5{margin-bottom:120px}.mx-sm-auto{margin-left:auto;margin-right:auto}.mx-sm-0{margin-left:0;margin-right:0}.ml-sm-0{margin-left:0}.mr-sm-0{margin-right:0}.mx-sm-1{margin-left:15px;margin-right:15px}.ml-sm-1{margin-left:15px}.mr-sm-1{margin-right:15px}.mx-sm-2{margin-left:30px;margin-right:30px}.ml-sm-2{margin-left:30px}.mr-sm-2{margin-right:30px}.mx-sm-3{margin-left:60px;margin-right:60px}.ml-sm-3{margin-left:60px}.mr-sm-3{margin-right:60px}.mx-sm-4{margin-left:90px;margin-right:90px}.ml-sm-4{margin-left:90px}.mr-sm-4{margin-right:90px}.mx-sm-5{margin-left:120px;margin-right:120px}.ml-sm-5{margin-left:120px}.mr-sm-5{margin-right:120px}}@media screen and (min-width:992px){.my-md-0{margin-top:0;margin-bottom:0}.mt-md-0{margin-top:0}.mb-md-0{margin-bottom:0}.my-md-1{margin-top:15px;margin-bottom:15px}.mt-md-1{margin-top:15px}.mb-md-1{margin-bottom:15px}.my-md-2{margin-top:30px;margin-bottom:30px}.mt-md-2{margin-top:30px}.mb-md-2{margin-bottom:30px}.my-md-3{margin-top:60px;margin-bottom:60px}.mt-md-3{margin-top:60px}.mb-md-3{margin-bottom:60px}.my-md-4{margin-top:90px;margin-bottom:90px}.mt-md-4{margin-top:90px}.mb-md-4{margin-bottom:90px}.my-md-5{margin-top:120px;margin-bottom:120px}.mt-md-5{margin-top:120px}.mb-md-5{margin-bottom:120px}.mx-md-auto{margin-left:auto;margin-right:auto}.mx-md-0{margin-left:0;margin-right:0}.ml-md-0{margin-left:0}.mr-md-0{margin-right:0}.mx-md-1{margin-left:15px;margin-right:15px}.ml-md-1{margin-left:15px}.mr-md-1{margin-right:15px}.mx-md-2{margin-left:30px;margin-right:30px}.ml-md-2{margin-left:30px}.mr-md-2{margin-right:30px}.mx-md-3{margin-left:60px;margin-right:60px}.ml-md-3{margin-left:60px}.mr-md-3{margin-right:60px}.mx-md-4{margin-left:90px;margin-right:90px}.ml-md-4{margin-left:90px}.mr-md-4{margin-right:90px}.mx-md-5{margin-left:120px;margin-right:120px}.ml-md-5{margin-left:120px}.mr-md-5{margin-right:120px}}@media screen and (min-width:1200px){.my-lg-0{margin-top:0;margin-bottom:0}.mt-lg-0{margin-top:0}.mb-lg-0{margin-bottom:0}.my-lg-1{margin-top:15px;margin-bottom:15px}.mt-lg-1{margin-top:15px}.mb-lg-1{margin-bottom:15px}.my-lg-2{margin-top:30px;margin-bottom:30px}.mt-lg-2{margin-top:30px}.mb-lg-2{margin-bottom:30px}.my-lg-3{margin-top:60px;margin-bottom:60px}.mt-lg-3{margin-top:60px}.mb-lg-3{margin-bottom:60px}.my-lg-4{margin-top:90px;margin-bottom:90px}.mt-lg-4{margin-top:90px}.mb-lg-4{margin-bottom:90px}.my-lg-5{margin-top:120px;margin-bottom:120px}.mt-lg-5{margin-top:120px}.mb-lg-5{margin-bottom:120px}.mx-lg-auto{margin-left:auto;margin-right:auto}.mx-lg-0{margin-left:0;margin-right:0}.ml-lg-0{margin-left:0}.mr-lg-0{margin-right:0}.mx-lg-1{margin-left:15px;margin-right:15px}.ml-lg-1{margin-left:15px}.mr-lg-1{margin-right:15px}.mx-lg-2{margin-left:30px;margin-right:30px}.ml-lg-2{margin-left:30px}.mr-lg-2{margin-right:30px}.mx-lg-3{margin-left:60px;margin-right:60px}.ml-lg-3{margin-left:60px}.mr-lg-3{margin-right:60px}.mx-lg-4{margin-left:90px;margin-right:90px}.ml-lg-4{margin-left:90px}.mr-lg-4{margin-right:90px}.mx-lg-5{margin-left:120px;margin-right:120px}.ml-lg-5{margin-left:120px}.mr-lg-5{margin-right:120px}}@media screen and (min-width:1980px){.my-xl-0{margin-top:0;margin-bottom:0}.mt-xl-0{margin-top:0}.mb-xl-0{margin-bottom:0}.my-xl-1{margin-top:15px;margin-bottom:15px}.mt-xl-1{margin-top:15px}.mb-xl-1{margin-bottom:15px}.my-xl-2{margin-top:30px;margin-bottom:30px}.mt-xl-2{margin-top:30px}.mb-xl-2{margin-bottom:30px}.my-xl-3{margin-top:60px;margin-bottom:60px}.mt-xl-3{margin-top:60px}.mb-xl-3{margin-bottom:60px}.my-xl-4{margin-top:90px;margin-bottom:90px}.mt-xl-4{margin-top:90px}.mb-xl-4{margin-bottom:90px}.my-xl-5{margin-top:120px;margin-bottom:120px}.mt-xl-5{margin-top:120px}.mb-xl-5{margin-bottom:120px}.mx-xl-auto{margin-left:auto;margin-right:auto}.mx-xl-0{margin-left:0;margin-right:0}.ml-xl-0{margin-left:0}.mr-xl-0{margin-right:0}.mx-xl-1{margin-left:15px;margin-right:15px}.ml-xl-1{margin-left:15px}.mr-xl-1{margin-right:15px}.mx-xl-2{margin-left:30px;margin-right:30px}.ml-xl-2{margin-left:30px}.mr-xl-2{margin-right:30px}.mx-xl-3{margin-left:60px;margin-right:60px}.ml-xl-3{margin-left:60px}.mr-xl-3{margin-right:60px}.mx-xl-4{margin-left:90px;margin-right:90px}.ml-xl-4{margin-left:90px}.mr-xl-4{margin-right:90px}.mx-xl-5{margin-left:120px;margin-right:120px}.ml-xl-5{margin-left:120px}.mr-xl-5{margin-right:120px}}.py-0{padding-top:0;padding-bottom:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.py-1{padding-top:15px;padding-bottom:15px}.pt-1{padding-top:15px}.pb-1{padding-bottom:15px}.py-2{padding-top:30px;padding-bottom:30px}.pt-2{padding-top:30px}.pb-2{padding-bottom:30px}.py-3{padding-top:60px;padding-bottom:60px}.pt-3{padding-top:60px}.pb-3{padding-bottom:60px}.py-4{padding-top:90px;padding-bottom:90px}.pt-4{padding-top:90px}.pb-4{padding-bottom:90px}.py-5{padding-top:120px;padding-bottom:120px}.pt-5{padding-top:120px}.pb-5{padding-bottom:120px}.px-0{padding-left:0;padding-right:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.px-1{padding-left:15px;padding-right:15px}.pl-1{padding-left:15px}.pr-1{padding-right:15px}.px-2{padding-left:30px;padding-right:30px}.pl-2{padding-left:30px}.pr-2{padding-right:30px}.px-3{padding-left:60px;padding-right:60px}.pl-3{padding-left:60px}.pr-3{padding-right:60px}.px-4{padding-left:90px;padding-right:90px}.pl-4{padding-left:90px}.pr-4{padding-right:90px}.px-5{padding-left:120px;padding-right:120px}.pl-5{padding-left:120px}.pr-5{padding-right:120px}@media screen and (min-width:375px){.py-xs-0{padding-top:0;padding-bottom:0}.pt-xs-0{padding-top:0}.pb-xs-0{padding-bottom:0}.py-xs-1{padding-top:15px;padding-bottom:15px}.pt-xs-1{padding-top:15px}.pb-xs-1{padding-bottom:15px}.py-xs-2{padding-top:30px;padding-bottom:30px}.pt-xs-2{padding-top:30px}.pb-xs-2{padding-bottom:30px}.py-xs-3{padding-top:60px;padding-bottom:60px}.pt-xs-3{padding-top:60px}.pb-xs-3{padding-bottom:60px}.py-xs-4{padding-top:90px;padding-bottom:90px}.pt-xs-4{padding-top:90px}.pb-xs-4{padding-bottom:90px}.py-xs-5{padding-top:120px;padding-bottom:120px}.pt-xs-5{padding-top:120px}.pb-xs-5{padding-bottom:120px}.px-xs-0{padding-left:0;padding-right:0}.pl-xs-0{padding-left:0}.pr-xs-0{padding-right:0}.px-xs-1{padding-left:15px;padding-right:15px}.pl-xs-1{padding-left:15px}.pr-xs-1{padding-right:15px}.px-xs-2{padding-left:30px;padding-right:30px}.pl-xs-2{padding-left:30px}.pr-xs-2{padding-right:30px}.px-xs-3{padding-left:60px;padding-right:60px}.pl-xs-3{padding-left:60px}.pr-xs-3{padding-right:60px}.px-xs-4{padding-left:90px;padding-right:90px}.pl-xs-4{padding-left:90px}.pr-xs-4{padding-right:90px}.px-xs-5{padding-left:120px;padding-right:120px}.pl-xs-5{padding-left:120px}.pr-xs-5{padding-right:120px}}@media screen and (min-width:768px){.py-sm-0{padding-top:0;padding-bottom:0}.pt-sm-0{padding-top:0}.pb-sm-0{padding-bottom:0}.py-sm-1{padding-top:15px;padding-bottom:15px}.pt-sm-1{padding-top:15px}.pb-sm-1{padding-bottom:15px}.py-sm-2{padding-top:30px;padding-bottom:30px}.pt-sm-2{padding-top:30px}.pb-sm-2{padding-bottom:30px}.py-sm-3{padding-top:60px;padding-bottom:60px}.pt-sm-3{padding-top:60px}.pb-sm-3{padding-bottom:60px}.py-sm-4{padding-top:90px;padding-bottom:90px}.pt-sm-4{padding-top:90px}.pb-sm-4{padding-bottom:90px}.py-sm-5{padding-top:120px;padding-bottom:120px}.pt-sm-5{padding-top:120px}.pb-sm-5{padding-bottom:120px}.px-sm-0{padding-left:0;padding-right:0}.pl-sm-0{padding-left:0}.pr-sm-0{padding-right:0}.px-sm-1{padding-left:15px;padding-right:15px}.pl-sm-1{padding-left:15px}.pr-sm-1{padding-right:15px}.px-sm-2{padding-left:30px;padding-right:30px}.pl-sm-2{padding-left:30px}.pr-sm-2{padding-right:30px}.px-sm-3{padding-left:60px;padding-right:60px}.pl-sm-3{padding-left:60px}.pr-sm-3{padding-right:60px}.px-sm-4{padding-left:90px;padding-right:90px}.pl-sm-4{padding-left:90px}.pr-sm-4{padding-right:90px}.px-sm-5{padding-left:120px;padding-right:120px}.pl-sm-5{padding-left:120px}.pr-sm-5{padding-right:120px}}@media screen and (min-width:992px){.py-md-0{padding-top:0;padding-bottom:0}.pt-md-0{padding-top:0}.pb-md-0{padding-bottom:0}.py-md-1{padding-top:15px;padding-bottom:15px}.pt-md-1{padding-top:15px}.pb-md-1{padding-bottom:15px}.py-md-2{padding-top:30px;padding-bottom:30px}.pt-md-2{padding-top:30px}.pb-md-2{padding-bottom:30px}.py-md-3{padding-top:60px;padding-bottom:60px}.pt-md-3{padding-top:60px}.pb-md-3{padding-bottom:60px}.py-md-4{padding-top:90px;padding-bottom:90px}.pt-md-4{padding-top:90px}.pb-md-4{padding-bottom:90px}.py-md-5{padding-top:120px;padding-bottom:120px}.pt-md-5{padding-top:120px}.pb-md-5{padding-bottom:120px}.px-md-0{padding-left:0;padding-right:0}.pl-md-0{padding-left:0}.pr-md-0{padding-right:0}.px-md-1{padding-left:15px;padding-right:15px}.pl-md-1{padding-left:15px}.pr-md-1{padding-right:15px}.px-md-2{padding-left:30px;padding-right:30px}.pl-md-2{padding-left:30px}.pr-md-2{padding-right:30px}.px-md-3{padding-left:60px;padding-right:60px}.pl-md-3{padding-left:60px}.pr-md-3{padding-right:60px}.px-md-4{padding-left:90px;padding-right:90px}.pl-md-4{padding-left:90px}.pr-md-4{padding-right:90px}.px-md-5{padding-left:120px;padding-right:120px}.pl-md-5{padding-left:120px}.pr-md-5{padding-right:120px}}@media screen and (min-width:1200px){.py-lg-0{padding-top:0;padding-bottom:0}.pt-lg-0{padding-top:0}.pb-lg-0{padding-bottom:0}.py-lg-1{padding-top:15px;padding-bottom:15px}.pt-lg-1{padding-top:15px}.pb-lg-1{padding-bottom:15px}.py-lg-2{padding-top:30px;padding-bottom:30px}.pt-lg-2{padding-top:30px}.pb-lg-2{padding-bottom:30px}.py-lg-3{padding-top:60px;padding-bottom:60px}.pt-lg-3{padding-top:60px}.pb-lg-3{padding-bottom:60px}.py-lg-4{padding-top:90px;padding-bottom:90px}.pt-lg-4{padding-top:90px}.pb-lg-4{padding-bottom:90px}.py-lg-5{padding-top:120px;padding-bottom:120px}.pt-lg-5{padding-top:120px}.pb-lg-5{padding-bottom:120px}.px-lg-0{padding-left:0;padding-right:0}.pl-lg-0{padding-left:0}.pr-lg-0{padding-right:0}.px-lg-1{padding-left:15px;padding-right:15px}.pl-lg-1{padding-left:15px}.pr-lg-1{padding-right:15px}.px-lg-2{padding-left:30px;padding-right:30px}.pl-lg-2{padding-left:30px}.pr-lg-2{padding-right:30px}.px-lg-3{padding-left:60px;padding-right:60px}.pl-lg-3{padding-left:60px}.pr-lg-3{padding-right:60px}.px-lg-4{padding-left:90px;padding-right:90px}.pl-lg-4{padding-left:90px}.pr-lg-4{padding-right:90px}.px-lg-5{padding-left:120px;padding-right:120px}.pl-lg-5{padding-left:120px}.pr-lg-5{padding-right:120px}}@media screen and (min-width:1980px){.py-xl-0{padding-top:0;padding-bottom:0}.pt-xl-0{padding-top:0}.pb-xl-0{padding-bottom:0}.py-xl-1{padding-top:15px;padding-bottom:15px}.pt-xl-1{padding-top:15px}.pb-xl-1{padding-bottom:15px}.py-xl-2{padding-top:30px;padding-bottom:30px}.pt-xl-2{padding-top:30px}.pb-xl-2{padding-bottom:30px}.py-xl-3{padding-top:60px;padding-bottom:60px}.pt-xl-3{padding-top:60px}.pb-xl-3{padding-bottom:60px}.py-xl-4{padding-top:90px;padding-bottom:90px}.pt-xl-4{padding-top:90px}.pb-xl-4{padding-bottom:90px}.py-xl-5{padding-top:120px;padding-bottom:120px}.pt-xl-5{padding-top:120px}.pb-xl-5{padding-bottom:120px}.px-xl-0{padding-left:0;padding-right:0}.pl-xl-0{padding-left:0}.pr-xl-0{padding-right:0}.px-xl-1{padding-left:15px;padding-right:15px}.pl-xl-1{padding-left:15px}.pr-xl-1{padding-right:15px}.px-xl-2{padding-left:30px;padding-right:30px}.pl-xl-2{padding-left:30px}.pr-xl-2{padding-right:30px}.px-xl-3{padding-left:60px;padding-right:60px}.pl-xl-3{padding-left:60px}.pr-xl-3{padding-right:60px}.px-xl-4{padding-left:90px;padding-right:90px}.pl-xl-4{padding-left:90px}.pr-xl-4{padding-right:90px}.px-xl-5{padding-left:120px;padding-right:120px}.pl-xl-5{padding-left:120px}.pr-xl-5{padding-right:120px}}.border{border:1px solid var(--color-primary)}.border-none{border:none}.border-top{border-top:1px solid var(--color-primary)}.border-bottom{border-bottom:1px solid var(--color-primary)}.border-left{border-left:1px solid var(--color-primary)}.border-right{border-right:1px solid var(--color-primary)}.text-capitalize{text-transform:capitalize}.text-uppercase{text-transform:uppercase}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}@media screen and (min-width:375px){.text-xs-capitalize{text-transform:capitalize}.text-xs-uppercase{text-transform:uppercase}.text-xs-left{text-align:left}.text-xs-center{text-align:center}.text-xs-right{text-align:right}}@media screen and (min-width:768px){.text-sm-capitalize{text-transform:capitalize}.text-sm-uppercase{text-transform:uppercase}.text-sm-left{text-align:left}.text-sm-center{text-align:center}.text-sm-right{text-align:right}}@media screen and (min-width:992px){.text-md-capitalize{text-transform:capitalize}.text-md-uppercase{text-transform:uppercase}.text-md-left{text-align:left}.text-md-center{text-align:center}.text-md-right{text-align:right}}@media screen and (min-width:1200px){.text-lg-capitalize{text-transform:capitalize}.text-lg-uppercase{text-transform:uppercase}.text-lg-left{text-align:left}.text-lg-center{text-align:center}.text-lg-right{text-align:right}}@media screen and (min-width:1980px){.text-xl-capitalize{text-transform:capitalize}.text-xl-uppercase{text-transform:uppercase}.text-xl-left{text-align:left}.text-xl-center{text-align:center}.text-xl-right{text-align:right}}.display-none{display:none}.display-flex,.fx{display:flex}.display-block{display:block}.display-inline-block{display:inline-block}.display-inline{display:inline}@media screen and (min-width:375px){.display-none-xs{display:none}.display-flex-xs,.fx-xs{display:flex}.display-block-xs{display:block}.display-inline-block-xs{display:inline-block}.display-inline-xs{display:inline}}@media screen and (min-width:768px){.display-none-sm{display:none}.display-flex-sm,.fx-sm{display:flex}.display-block-sm{display:block}.display-inline-block-sm{display:inline-block}.display-inline-sm{display:inline}}@media screen and (min-width:992px){.display-none-md{display:none}.display-flex-md,.fx-md{display:flex}.display-block-md{display:block}.display-inline-block-md{display:inline-block}.display-inline-md{display:inline}}@media screen and (min-width:1200px){.display-none-lg{display:none}.display-flex-lg,.fx-lg{display:flex}.display-block-lg{display:block}.display-inline-block-lg{display:inline-block}.display-inline-lg{display:inline}}@media screen and (min-width:1980px){.display-none-xl{display:none}.display-flex-xl,.fx-xl{display:flex}.display-block-xl{display:block}.display-inline-block-xl{display:inline-block}.display-inline-xl{display:inline}}.w-10{width:10%}.w-max-10{max-width:10%}.w-min-10{min-width:10%}.w-20{width:20%}.w-max-20{max-width:20%}.w-min-20{min-width:20%}.w-25{width:25%}.w-max-25{max-width:25%}.w-min-25{min-width:25%}.w-33{width:33.33%}.w-max-33{max-width:33.33%}.w-min-33{min-width:33.33%}.w-50{width:50%}.w-max-50{max-width:50%}.w-min-50{min-width:50%}.w-66{width:66.66%}.w-max-66{max-width:66.66%}.w-min-66{min-width:66.66%}.w-75{width:75%}.w-max-75{max-width:75%}.w-min-75{min-width:75%}.w-90{width:90%}.w-max-90{max-width:90%}.w-min-90{min-width:90%}.w-100{width:100%}.w-max-100{max-width:100%}.w-min-100{min-width:100%}@media screen and (min-width:375px){.w-xs-10{width:10%}.w-max-xs-10{max-width:10%}.w-min-xs-10{min-width:10%}.w-xs-20{width:20%}.w-max-xs-20{max-width:20%}.w-min-xs-20{min-width:20%}.w-xs-25{width:25%}.w-max-xs-25{max-width:25%}.w-min-xs-25{min-width:25%}.w-xs-33{width:33.33%}.w-max-xs-33{max-width:33.33%}.w-min-xs-33{min-width:33.33%}.w-xs-50{width:50%}.w-max-xs-50{max-width:50%}.w-min-xs-50{min-width:50%}.w-xs-66{width:66.66%}.w-max-xs-66{max-width:66.66%}.w-min-xs-66{min-width:66.66%}.w-xs-75{width:75%}.w-max-xs-75{max-width:75%}.w-min-xs-75{min-width:75%}.w-xs-90{width:90%}.w-max-xs-90{max-width:90%}.w-min-xs-90{min-width:90%}.w-xs-100{width:100%}.w-max-xs-100{max-width:100%}.w-min-xs-100{min-width:100%}}@media screen and (min-width:768px){.w-sm-10{width:10%}.w-max-sm-10{max-width:10%}.w-min-sm-10{min-width:10%}.w-sm-20{width:20%}.w-max-sm-20{max-width:20%}.w-min-sm-20{min-width:20%}.w-sm-25{width:25%}.w-max-sm-25{max-width:25%}.w-min-sm-25{min-width:25%}.w-sm-33{width:33.33%}.w-max-sm-33{max-width:33.33%}.w-min-sm-33{min-width:33.33%}.w-sm-50{width:50%}.w-max-sm-50{max-width:50%}.w-min-sm-50{min-width:50%}.w-sm-66{width:66.66%}.w-max-sm-66{max-width:66.66%}.w-min-sm-66{min-width:66.66%}.w-sm-75{width:75%}.w-max-sm-75{max-width:75%}.w-min-sm-75{min-width:75%}.w-sm-90{width:90%}.w-max-sm-90{max-width:90%}.w-min-sm-90{min-width:90%}.w-sm-100{width:100%}.w-max-sm-100{max-width:100%}.w-min-sm-100{min-width:100%}}@media screen and (min-width:992px){.w-md-10{width:10%}.w-max-md-10{max-width:10%}.w-min-md-10{min-width:10%}.w-md-20{width:20%}.w-max-md-20{max-width:20%}.w-min-md-20{min-width:20%}.w-md-25{width:25%}.w-max-md-25{max-width:25%}.w-min-md-25{min-width:25%}.w-md-33{width:33.33%}.w-max-md-33{max-width:33.33%}.w-min-md-33{min-width:33.33%}.w-md-50{width:50%}.w-max-md-50{max-width:50%}.w-min-md-50{min-width:50%}.w-md-66{width:66.66%}.w-max-md-66{max-width:66.66%}.w-min-md-66{min-width:66.66%}.w-md-75{width:75%}.w-max-md-75{max-width:75%}.w-min-md-75{min-width:75%}.w-md-90{width:90%}.w-max-md-90{max-width:90%}.w-min-md-90{min-width:90%}.w-md-100{width:100%}.w-max-md-100{max-width:100%}.w-min-md-100{min-width:100%}}@media screen and (min-width:1200px){.w-lg-10{width:10%}.w-max-lg-10{max-width:10%}.w-min-lg-10{min-width:10%}.w-lg-20{width:20%}.w-max-lg-20{max-width:20%}.w-min-lg-20{min-width:20%}.w-lg-25{width:25%}.w-max-lg-25{max-width:25%}.w-min-lg-25{min-width:25%}.w-lg-33{width:33.33%}.w-max-lg-33{max-width:33.33%}.w-min-lg-33{min-width:33.33%}.w-lg-50{width:50%}.w-max-lg-50{max-width:50%}.w-min-lg-50{min-width:50%}.w-lg-66{width:66.66%}.w-max-lg-66{max-width:66.66%}.w-min-lg-66{min-width:66.66%}.w-lg-75{width:75%}.w-max-lg-75{max-width:75%}.w-min-lg-75{min-width:75%}.w-lg-90{width:90%}.w-max-lg-90{max-width:90%}.w-min-lg-90{min-width:90%}.w-lg-100{width:100%}.w-max-lg-100{max-width:100%}.w-min-lg-100{min-width:100%}}@media screen and (min-width:1980px){.w-xl-10{width:10%}.w-max-xl-10{max-width:10%}.w-min-xl-10{min-width:10%}.w-xl-20{width:20%}.w-max-xl-20{max-width:20%}.w-min-xl-20{min-width:20%}.w-xl-25{width:25%}.w-max-xl-25{max-width:25%}.w-min-xl-25{min-width:25%}.w-xl-33{width:33.33%}.w-max-xl-33{max-width:33.33%}.w-min-xl-33{min-width:33.33%}.w-xl-50{width:50%}.w-max-xl-50{max-width:50%}.w-min-xl-50{min-width:50%}.w-xl-66{width:66.66%}.w-max-xl-66{max-width:66.66%}.w-min-xl-66{min-width:66.66%}.w-xl-75{width:75%}.w-max-xl-75{max-width:75%}.w-min-xl-75{min-width:75%}.w-xl-90{width:90%}.w-max-xl-90{max-width:90%}.w-min-xl-90{min-width:90%}.w-xl-100{width:100%}.w-max-xl-100{max-width:100%}.w-min-xl-100{min-width:100%}}.of-cover{object-fit:cover}.of-contain{object-fit:contain}.of-fill{object-fit:fill}.imgWrap{width:100%;height:100%}.imgWrap img{width:100%;height:100%;object-fit:cover}@media screen and (min-width:375px){.of-xs-cover{object-fit:cover}.of-xs-contain{object-fit:contain}.of-xs-fill{object-fit:fill}}@media screen and (min-width:768px){.of-sm-cover{object-fit:cover}.of-sm-contain{object-fit:contain}.of-sm-fill{object-fit:fill}}@media screen and (min-width:992px){.of-md-cover{object-fit:cover}.of-md-contain{object-fit:contain}.of-md-fill{object-fit:fill}}@media screen and (min-width:1200px){.of-lg-cover{object-fit:cover}.of-lg-contain{object-fit:contain}.of-lg-fill{object-fit:fill}}@media screen and (min-width:1980px){.of-xl-cover{object-fit:cover}.of-xl-contain{object-fit:contain}.of-xl-fill{object-fit:fill}}.pos-rel{position:relative}.pos-rel-animated{position:relative}@media screen and (max-width:992px){.pos-rel-animated{position:relative;opacity:1;animation-name:fadeInCat;animation-iteration-count:1;animation-duration:0.15s;animation-timing-function:cubic-bezier(0.57, 0.13, 0.72, 0.99)}.pos-abs-animated{opacity:1;animation-name:fadeOutCat;animation-iteration-count:1;animation-duration:0.15s;animation-timing-function:cubic-bezier(0.57, 0.13, 0.72, 0.99);animation-direction:reverse;animation-fill-mode:forwards}}@keyframes fadeInCat{0%{height:0;opacity:0}100%{height:50px;opacity:1}}@keyframes fadeOutCat{0%{height:0}100%{height:50px}}.pos-abs{position:absolute}.abs-l-0{left:0}.abs-r-0{right:0}.abs-t-0{top:0}.abs-b-0{bottom:0}@media screen and (min-width:375px){.pos-rel-xs{position:relative}.pos-abs-xs{position:absolute}.abs-l-xs-0{left:0}.abs-r-xs-0{right:0}.abs-t-xs-0{top:0}.abs-b-xs-0{bottom:0}}@media screen and (min-width:768px){.pos-rel-sm{position:relative}.pos-abs-sm{position:absolute}.abs-l-sm-0{left:0}.abs-r-sm-0{right:0}.abs-t-sm-0{top:0}.abs-b-sm-0{bottom:0}}@media screen and (min-width:992px){.pos-rel-md{position:relative}.pos-abs-md{position:absolute}.abs-l-md-0{left:0}.abs-r-md-0{right:0}.abs-t-md-0{top:0}.abs-b-md-0{bottom:0}}@media screen and (min-width:1200px){.pos-rel-lg{position:relative}.pos-abs-lg{position:absolute}.abs-l-lg-0{left:0}.abs-r-lg-0{right:0}.abs-t-lg-0{top:0}.abs-b-lg-0{bottom:0}}@media screen and (min-width:1980px){.pos-rel-xl{position:relative}.pos-abs-xl{position:absolute}.abs-l-xl-0{left:0}.abs-r-xl-0{right:0}.abs-t-xl-0{top:0}.abs-b-xl-0{bottom:0}}#tarteaucitronIcon{bottom:80px}@media screen and (min-width:992px){#tarteaucitronIcon{bottom:0}}#tarteaucitronIcon #tarteaucitronManager img{width:35px !important;height:35px !important}#tarteaucitronServices{border-top-left-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px}#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed{border-color:var(--color-primary) !important}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{background:var(--color-primary) !important}#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected{background:var(--color-secondary) !important;color:var(--color-body)}#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow{background:var(--color-secondary) !important;color:var(--color-body) !important}#tarteaucitronClosePanel{border-top-left-radius:15px;border-top-right-radius:15px;background:var(--color-primary) !important;right:5px !important}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,#tarteaucitron #tarteaucitronInfo,#tarteaucitron #tarteaucitronServices .tarteaucitronDetails{background:var(--color-primary) !important;border:0 !important}#tarteaucitron .tarteaucitronBorder{border:0 !important}#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected{background:var(--color-body) !important;color:white !important}#tarteaucitron .tarteaucitronBorder,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{border:0 !important}#tarteaucitronRoot #tarteaucitronAlertBig{background:var(--color-primary) !important}#tarteaucitronAlertBig #tarteaucitronCloseAlert,#tarteaucitronAlertBig #tarteaucitronPersonalize,#tarteaucitronAlertBig #tarteaucitronPersonalize2,.tarteaucitronCTAButton,#tarteaucitron #tarteaucitronPrivacyUrl,#tarteaucitron #tarteaucitronPrivacyUrlDialog,#tarteaucitronRoot .tarteaucitronDeny,#tarteaucitronRoot .tarteaucitronAllow{background:var(--color-body) !important;color:white !important}#tarteaucitronRoot .tarteaucitronDeny{background:var(--color-secondary) !important;color:var(--color-body) !important}#tarteaucitronRoot .tarteaucitronCross::before{content:"✗";display:inline-block;color:var(--color-primary) !important}#wcom_map,[class^="wcom_map_"]{width:100%;height:100%}.grecaptcha-badge{display:none !important}.woocommerce-breadcrumb{font-size:0.85rem;margin:0 0 calc(var(--vpd) / 4) 0;font-family:var(--font);color:var(--color-primary) !important;line-height:1.19rem;letter-spacing:1px;font-weight:400;text-transform:uppercase}.ui-timepicker-container{position:fixed !important}@media screen and (max-width:992px){.products-filters ul .shop_desktop{display:none}}html.has-scroll-smooth{overflow:hidden;position:fixed;left:0;right:0;top:0;bottom:0}.ui-timepicker-wrapper{width:100% !important}@media screen and (max-width:769px){.header-sticky-cart .wapf{display:none}}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Ffestive-spence.217-182-169-55.plesk.page%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fapp_variables.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fapp.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fapp_normalize.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2F_base.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_3dx.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_3dx-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_3dy.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_3dy-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_3dxy.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_3dxy-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_arrow.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_arrow-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_arrowalt.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_arrowalt-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_arrowturn.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_arrowturn-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_boring.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_collapse.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_collapse-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_elastic.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_elastic-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_emphatic.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_emphatic-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_minus.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_slider.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_slider-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_spin.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_spin-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_spring.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_spring-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_stand.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_stand-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_squeeze.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_vortex.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2F..%2Flibs%2Fhamburgers%2F_sass%2Fhamburgers%2Ftypes%2F_vortex-r.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fapp_tools.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fapp_fonts.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftags%2Fa.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftags%2Fh.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftags%2Fimg.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftags%2Fp.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftemplates%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftemplates%2Ffooter.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftemplates%2Fcontent.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftemplates%2Fcommun.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fpages%2Faccueil.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fpages%2Fpage.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fpages%2Fboutique.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fpages%2Fproduit.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fpages%2Fcontact.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fpages%2Fcompte.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fpages%2Fcart.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fpages%2Fsteps.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fcomponents%2Fwp-block-columns.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fcomponents%2Fwp-block-pullquote.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fcomponents%2Fwp-block-quote.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fcomponents%2Fwp-block-image.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fcomponents%2Fwp-block-cover.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fcomponents%2Fwp-block-buttons.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fcomponents%2Fwp-block-latest-posts__list.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fcomponents%2Fwp-block-table.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Fcomponents%2Fwp-block-spacer.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fpagination.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fcarousel.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fwoocommerce-info.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fflex.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fcolors.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fbuttons.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fmargins.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fpaddings.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fborders.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Ftext.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fdisplay.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fwidth.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fimg.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Fpositions.scss%22%2C%22wp-content%2Fthemes%2Fwcom%2Fassets%2Fscss%2Fthemes%2Fdefault%2F.%2Ftools%2Ftarteaucitron.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22GA4EA%2CMAAA%2CyTAAA%2CCAiCA%2CoCAEE%2CMAAA%2C0CAAA%2CCAAA%2CCAQF%2CqCAEE%2CMAAA%2C%2BBAAA%2CCAAA%2CCAQF%2CqCAEE%2CMAAA%2C%2BBAAA%2CCAAA%2CCCnIF%2C4ECSA%2CEAAA%2CkIAAA%2CCAcA%2CKAAA%2C8CAAA%2CCAYA%2CKAAA%2CaAAA%2CCAYA%2CGAAA%2CgDAAA%2CCAWA%2CIAAA%2C8CAAA%2CCASA%2CGAAA%2CoBAAA%2CCAWA%2CEAAA%2C4BAAA%2CCASA%2CYAAA%2C6EAAA%2CCAUA%2CSAAA%2C0CAAA%2CCAWA%2CcAAA%2C8CAAA%2CCAWA%2CMAAA%2CaAAA%2CCASA%2CQAAA%2CqEAAA%2CCAQA%2CIAAA%2CcAAA%2CCAGA%2CIAAA%2CUAAA%2CCAYA%2CIAAA%2CoCAAA%2CCAaA%2CsCAAA%2C4DAAA%2CCAgBA%2CaAAA%2CgBAAA%2CCAUA%2CaAAA%2CgBAAA%2CCAUA%2CcAAA%2CmBAAA%2CCASA%2C8HAAA%2C2BAAA%2CCAYA%2CkHAAA%2C6BAAA%2CCAWA%2CSAAA%2C6BAAA%2CCAWA%2COAAA%2C6FAAA%2CCAaA%2CSAAA%2CuBAAA%2CCAQA%2CSAAA%2CaAAA%2CCASA%2CiCAAA%2C%2BBAAA%2CCAUA%2CsFAAA%2CWAAA%2CCAUA%2CgBAAA%2CgDAAA%2CCASA%2C2CAAA%2CuBAAA%2CCASA%2C6BAAA%2CsCAAA%2CCAYA%2CQAAA%2CaAAA%2CCAQA%2CQAAA%2CiBAAA%2CCAWA%2CSAAA%2CYAAA%2CCAQA%2CSAAA%2CYAAA%2CCD9VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CGEEA%2CWAAA%2CkQAAA%2CCAkBE%2CiBAAA%2CSAAA%2CCAUE%2C2BAAA%2CSAAA%2CCASA%2CiIAAA%2CqCAAA%2CCAQJ%2CeAAA%2C6DAAA%2CCAOA%2CiBAAA%2CuCAAA%2CCAKE%2CkEAAA%2CuLAAA%2CCAaA%2CiDAAA%2CwBAAA%2CCAMA%2CyBAAA%2CSAAA%2CCAIA%2CwBAAA%2CYAAA%2CCC7EE%2C%2BBAAA%2CgBAAA%2CCAIA%2CiCAAA%2C8HAAA%2CCAIE%2CiFAAA%2CiEAAA%2CCAOA%2C2CAAA%2CiEAAA%2CCAIE%2CmDAAA%2C%2BCAAA%2CCAIA%2CkDAAA%2CiDAAA%2CCCvBJ%2CiCAAA%2CgBAAA%2CCAIA%2CmCAAA%2C8HAAA%2CCAIE%2CqFAAA%2CiEAAA%2CCAOA%2C6CAAA%2CkEAAA%2CCAIE%2CqDAAA%2C%2BCAAA%2CCAIA%2CoDAAA%2CiDAAA%2CCCvBJ%2C%2BBAAA%2CgBAAA%2CCAIA%2CiCAAA%2C8HAAA%2CCAIE%2CiFAAA%2CiEAAA%2CCAOA%2C2CAAA%2CkEAAA%2CCAIE%2CmDAAA%2C%2BCAAA%2CCAIA%2CkDAAA%2CiDAAA%2CCCvBJ%2CiCAAA%2CgBAAA%2CCAIA%2CmCAAA%2C8HAAA%2CCAIE%2CqFAAA%2CiEAAA%2CCAOA%2C6CAAA%2CiEAAA%2CCAIE%2CqDAAA%2C%2BCAAA%2CCAIA%2CoDAAA%2CiDAAA%2CCCvBJ%2CgCAAA%2CgBAAA%2CCAIA%2CkCAAA%2C8HAAA%2CCAIE%2CmFAAA%2CiEAAA%2CCAOA%2C4CAAA%2CiFAAA%2CCAIE%2CoDAAA%2C%2BCAAA%2CCAIA%2CmDAAA%2CiDAAA%2CCCvBJ%2CkCAAA%2CgBAAA%2CCAIA%2CoCAAA%2C8HAAA%2CCAIE%2CuFAAA%2CiEAAA%2CCAOA%2C8CAAA%2CkGAAA%2CCAIE%2CsDAAA%2C%2BCAAA%2CCAIA%2CqDAAA%2CiDAAA%2CCCtBF%2CqDAAA%2C8DAAA%2CCAIA%2CoDAAA%2C6DAAA%2CCCJA%2CuDAAA%2C4DAAA%2CCAIA%2CsDAAA%2C6DAAA%2CCCJA%2C8CAAA%2CgFAAA%2CCAKA%2C6CAAA%2CmFAAA%2CCAQE%2CwDAAA%2C6JAAA%2CCAOA%2CuDAAA%2CiKAAA%2CCCpBF%2CgDAAA%2CgFAAA%2CCAKA%2C%2BCAAA%2CmFAAA%2CCAQE%2C0DAAA%2C2JAAA%2CCAOA%2CyDAAA%2CiKAAA%2CCCrBJ%2CiDAAA%2CyBAAA%2CCAGE%2CyDAAA%2C4DAAA%2CCAIA%2CwDAAA%2C6DAAA%2CCCPF%2CmDAAA%2CyBAAA%2CCAGE%2C2DAAA%2C8DAAA%2CCAIA%2C0DAAA%2C6DAAA%2CCCNA%2C2HAAA%2CwBAAA%2CCAQA%2C8CAAA%2CuBAAA%2CCAGE%2CsDAAA%2CeAAA%2CCAKA%2CqDAAA%2CiCAAA%2CCCjBJ%2CsCAAA%2CoIAAA%2CCAOE%2C6CAAA%2CkGAAA%2CCAMA%2C8CAAA%2C4HAAA%2CCAOA%2CgDAAA%2CuIAAA%2CCAKE%2CuDAAA%2CyGAAA%2CCAOA%2CwDAAA%2C8JAAA%2CCChCJ%2CwCAAA%2CoIAAA%2CCAOE%2C%2BCAAA%2CkGAAA%2CCAMA%2CgDAAA%2C4HAAA%2CCAOA%2CkDAAA%2CsIAAA%2CCAKE%2CyDAAA%2CyGAAA%2CCAOA%2C0DAAA%2C6JAAA%2CCChCJ%2CqCAAA%2CsGAAA%2CCAKE%2C6CAAA%2C8CAAA%2CCAKA%2C4CAAA%2C2EAAA%2CCAOA%2C%2BCAAA%2CwEAAA%2CCAME%2CuDAAA%2C6BAAA%2CCAKA%2CsDAAA%2C0EAAA%2CCC5BJ%2CuCAAA%2CsGAAA%2CCAKE%2C%2BCAAA%2C8CAAA%2CCAKA%2C8CAAA%2C2EAAA%2CCAOA%2CiDAAA%2CyEAAA%2CCAME%2CyDAAA%2C6BAAA%2CCAKA%2CwDAAA%2CyEAAA%2CCC7BN%2CqBAAA%2CeAAA%2CCAGE%2CsCAAA%2CiDAAA%2CCAGE%2C8CAAA%2C4HAAA%2CCAOA%2C6CAAA%2C0IAAA%2CCAUA%2CgDAAA%2C%2BFAAA%2CCAKE%2CwDAAA%2C6LAAA%2CCASA%2CuDAAA%2CiMAAA%2CCCrCN%2CuBAAA%2CeAAA%2CCAGE%2CwCAAA%2CiDAAA%2CCAGE%2CgDAAA%2C4HAAA%2CCAOA%2C%2BCAAA%2C0IAAA%2CCAUA%2CkDAAA%2C%2BFAAA%2CCAKE%2C0DAAA%2C8LAAA%2CCASA%2CyDAAA%2CgMAAA%2CCCnCF%2CqFAAA%2C6EAAA%2CCAUE%2CyGAAA%2CuFAAA%2CCAOA%2CqDAAA%2CKAAA%2CCAIA%2CoDAAA%2CQAAA%2CCCtBJ%2CoCAAA%2CSAAA%2CCAGE%2C4CAAA%2CyGAAA%2CCAOA%2C2CAAA%2CQAAA%2CCAMA%2C8CAAA%2C%2BCAAA%2CCAKE%2CsDAAA%2CiEAAA%2CCAKA%2CqDAAA%2CiDAAA%2CCC1BJ%2CsCAAA%2CSAAA%2CCAGE%2C8CAAA%2CyGAAA%2CCAOA%2C6CAAA%2CQAAA%2CCAMA%2CgDAAA%2CgDAAA%2CCAKE%2CwDAAA%2C%2BDAAA%2CCAKA%2CuDAAA%2CgDAAA%2CCC1BJ%2CkCAAA%2C2FAAA%2CCAIE%2C0CAAA%2CuDAAA%2CCAKA%2CyCAAA%2C4FAAA%2CCAOA%2C4CAAA%2C8GAAA%2CCAKE%2CoDAAA%2CyEAAA%2CCAOA%2CmDAAA%2C4HAAA%2CCC5BJ%2CoCAAA%2C2FAAA%2CCAIE%2C4CAAA%2CuDAAA%2CCAKA%2C2CAAA%2C4FAAA%2CCAOA%2C8CAAA%2C%2BGAAA%2CCAKE%2CsDAAA%2CyEAAA%2CCAOA%2CqDAAA%2C2HAAA%2CCC5BJ%2CoCAAA%2CqDAAA%2CCAIE%2C4CAAA%2CoIAAA%2CCAMA%2C2CAAA%2CoIAAA%2CCAQA%2C8CAAA%2C8DAAA%2CCAIE%2CsDAAA%2CqLAAA%2CCAOA%2CqDAAA%2CgLAAA%2CCC7BJ%2CsCAAA%2CiIAAA%2CCAOE%2C6CAAA%2CgGAAA%2CCAMA%2C8CAAA%2C2HAAA%2CCAOA%2CgDAAA%2CuIAAA%2CCAKE%2CuDAAA%2CuGAAA%2CCAOA%2CwDAAA%2C6JAAA%2CCChCJ%2CmCAAA%2C2GAAA%2CCAIE%2C2CAAA%2CgGAAA%2CCAKA%2C0CAAA%2CmGAAA%2CCAOA%2C6CAAA%2CoKAAA%2CCAOE%2CqDAAA%2C8HAAA%2CCAOA%2CoDAAA%2CmIAAA%2CCC9BJ%2CqCAAA%2C2GAAA%2CCAIE%2C6CAAA%2CgGAAA%2CCAKA%2C4CAAA%2CmGAAA%2CCAOA%2C%2BCAAA%2CqKAAA%2CCAOE%2CuDAAA%2C8HAAA%2CCAOA%2CsDAAA%2CmIAAA%2CCC9BJ%2CqCAAA%2C4FAAA%2CCAIE%2C6CAAA%2CqDAAA%2CCAKA%2C4CAAA%2C4FAAA%2CCAOA%2C%2BCAAA%2C6GAAA%2CCAKE%2CuDAAA%2CqEAAA%2CCAOA%2CsDAAA%2C2HAAA%2CCC5BJ%2CoCAAA%2CkFAAA%2CCAIE%2CuFAAA%2C8EAAA%2CCAOA%2C4CAAA%2CgCAAA%2CCAIA%2C2CAAA%2CqCAAA%2CCAMA%2C8CAAA%2CkFAAA%2CCAIE%2C2GAAA%2CmBAAA%2CCAKA%2CsDAAA%2CeAAA%2CCAKA%2CqDAAA%2CgCAAA%2CCCnCJ%2CsCAAA%2CkFAAA%2CCAIE%2C2FAAA%2C8EAAA%2CCAOA%2C8CAAA%2CgCAAA%2CCAIA%2C6CAAA%2CqCAAA%2CCAMA%2CgDAAA%2CmFAAA%2CCAIE%2C%2BGAAA%2CmBAAA%2CCAKA%2CwDAAA%2CeAAA%2CCAKA%2CuDAAA%2CiCAAA%2CCCxBR%2CKAAA%2CuBAAA%2CCAMA%2CKAAA%2CgDAAA%2CCAIA%2CKAAA%2CgDAAA%2CCAIA%2CYAAA%2C8DAAA%2CCAKA%2CMAAA%2CUAAA%2CCAGA%2CMAAA%2CSAAA%2CCAIA%2CSAAA%2C4EAAA%2CCAKA%2CUAAA%2CuCAAA%2CCAKA%2CQAAA%2CqDAAA%2CCAMA%2CUAAA%2CsCAAA%2CCAOA%2COAAA%2CUAAA%2CCAIA%2CgBAAA%2CUAAA%2CCAGA%2CKAAA%2C0BAAA%2CCAGA%2CWAAA%2CaAAA%2CCAMA%2CSAAA%2CmDAAA%2CCAOA%2CWAAA%2CmFAAA%2CCAQA%2CWAAA%2CuCAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAMA%2CeAAA%2C0LAAA%2CCAYA%2CiBAAA%2CkBAAA%2CCAGA%2CyCAAA%2CuFAAA%2CCAOA%2CiCAAA%2CiCAAA%2CCAKA%2CgBAAA%2CiBAAA%2CCAGA%2CiBAAA%2C6BAAA%2CCAIA%2CqBAAA%2CqCAAA%2CCAIE%2CqBAAA%2C0CAAA%2CCAKF%2C2BAAA%2CmEAAA%2CCAKA%2CMAAA%2CiJAAA%2CCASA%2CgJAAA%2CUAAA%2CCAMA%2CSAAA%2CmDAAA%2CCAIA%2COAAA%2CwDAAA%2CCAKA%2C%2BCAAA%2CQAAA%2CCAGA%2CiBAAA%2C0BAAA%2CCAIA%2C%2BCAAA%2CgBAAA%2CCAEE%2CqDAAA%2CiBAAA%2CCAGI%2CyFAAA%2CiCAAA%2CCAIF%2C2DAAA%2CmIAAA%2CCAQE%2CqEAAA%2C0CAAA%2CCAIA%2CmFAAA%2CeAAA%2CCAEE%2CuFAAA%2CuBAAA%2CCAKJ%2C2DAAA%2CoKAAA%2CCAYJ%2CmFAAA%2CkBAAA%2CCAGA%2CiKAAA%2CmBAAA%2CCAME%2C8TAAA%2CyDAAA%2CCAOI%2CgKAAA%2CmEAAA%2CCAIA%2CgKAAA%2CYAAA%2CCAKA%2CwSAAA%2CQAAA%2CCAMN%2C8DAAA%2C6CAAA%2CCAKA%2C%2BHAAA%2C4BAAA%2CCAKA%2CcAAA%2C%2BKAAA%2CCAQA%2CmBACE%2CGAAA%2C4BAAA%2CCAGA%2CKAAA%2C4BAAA%2CCAAA%2CCCtRF%2CWAAA%2CyQAAA%2CCASA%2CWAAA%2CkRAAA%2CCASA%2CWAAA%2CqRAAA%2CCAWA%2CWAAA%2CoUAAA%2CCAUA%2CWAAA%2CkPAAA%2CCCvCA%2CEAAA%2C0BAAA%2CCCAA%2COAAA%2CgHAAA%2CCASA%2COAAA%2C2HAAA%2CCASA%2COAAA%2CqLAAA%2CCAYA%2COAAA%2CmLAAA%2CCAYA%2COAAA%2CsLAAA%2CCAYA%2COAAA%2C0JAAA%2CCAWA%2CoCACC%2COAAA%2CiCAAA%2CCAMA%2COAAA%2CmCAAA%2CCAMA%2COAAA%2CmCAAA%2CCAKA%2COAAA%2C%2BBAAA%2CCAKA%2COAAA%2C%2BBAAA%2CCAAA%2CCAOD%2CqCACC%2COAAA%2CkCAAA%2CCAMA%2COAAA%2CiCAAA%2CCAAA%2CCCtGD%2CIAAA%2CuCAAA%2CCCCA%2CEAAA%2CyHAAA%2CCAQI%2COAAA%2C0CAAA%2CCAQI%2CkBAAA%2CoDAAA%2CCAII%2CqBAAA%2CuBAAA%2CCCrBZ%2CKAAA%2CgBAAA%2CCAIA%2CcAAA%2CgFAAA%2CCACC%2CiBAAA%2C8CAAA%2CCAcC%2C%2BCAAA%2CmHAAA%2CCAMC%2CkDAAA%2CoDAAA%2CCAIC%2CqDAAA%2CaAAA%2CCAGC%2CuDAAA%2CqFAAA%2CCAMC%2C8DAAA%2C8CAAA%2CCAOH%2CuEAAA%2CyCAAA%2CCAMC%2C0IAAA%2CuBAAA%2CCAIA%2C8IAAA%2CyCAAA%2CCASH%2C4BAAA%2C%2BBAAA%2CCAMC%2C6BAAA%2C8BAAA%2CCAIC%2CkCAAA%2C4NAAA%2CCAkBF%2CsFAAA%2C0FAAA%2CCAUC%2C4FAAA%2CYAAA%2CCAGA%2CkGAAA%2CWAAA%2CCAGA%2C0HAAA%2CmCAAA%2CCAKC%2CsIAAA%2CUAAA%2CCAKD%2CsIAAA%2C4MAAA%2CCASC%2C2JAAA%2C%2BGAAA%2CCAMA%2CwMAAA%2CwCAAA%2CCAKC%2C4OAAA%2CWAAA%2CCAEC%2CsRAAA%2C0CAAA%2CCAOA%2C2PAAA%2CmBAAA%2CCAEC%2CoZAAA%2CuBAAA%2CCAIA%2C6QAAA%2CoFAAA%2CCAQC%2CoTAAA%2C6JAAA%2CCAYD%2CgRAAA%2C%2BIAAA%2CCAiBL%2C2BAAA%2CWAAA%2CCAEC%2C6BAAA%2CWAAA%2CCAEC%2CiCAAA%2CkBAAA%2CCAOF%2C2BAAA%2CMAAA%2CCAEC%2CiCAAA%2CuLAAA%2CCAcC%2CoCAAA%2CkCAAA%2CCAIC%2CuCAAA%2CmDAAA%2CCAOD%2CgDAAA%2CuBAAA%2CCAKD%2C%2BCAAA%2CWAAA%2CCAGE%2C%2BEAAA%2CUAAA%2CCAGC%2C6KAAA%2CUAAA%2CCAQJ%2CkCAAA%2CgIAAA%2CCAWC%2CqDAAA%2CyCAAA%2CCAOF%2CoCAGG%2C%2BCAAA%2CgCAAA%2CCAIC%2CkDAAA%2CkBAAA%2CCAGC%2CqDAAA%2C8BAAA%2CCAOF%2C6DAAA%2CYAAA%2CCAAA%2CCAOH%2CoCAGG%2C%2BCAAA%2CgCAAA%2CCAIC%2CkDAAA%2CkBAAA%2CCAGC%2CqDAAA%2C8BAAA%2CCAOF%2C6DAAA%2CYAAA%2CCAKD%2CyCAAA%2CMAAA%2CCAAA%2CCAOF%2CoCAEE%2CsFAAA%2CyDAAA%2CCAQA%2C4BAAA%2CwBAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAKE%2CmDAAA%2C%2BBAAA%2CCAKE%2CwDAAA%2C6KAAA%2CCAuBF%2CiCAAA%2CkBAAA%2CCAOD%2CsDAAA%2CgCAAA%2CCAIC%2CyDAAA%2CkBAAA%2CCAGC%2C4DAAA%2C8BAAA%2CCAOF%2CoEAAA%2CYAAA%2CCAOD%2CyBAAA%2C%2BBAAA%2CCAKE%2C8BAAA%2CoKAAA%2CCAaH%2CoBAAA%2CYAAA%2CCAAA%2CCAKD%2CqCACC%2C6BAAA%2C6CAAA%2CCAKE%2C4CAAA%2C6BAAA%2CCAMA%2CgDAAA%2CeAAA%2CCAQI%2C6GAAA%2C2DAAA%2CCAgBA%2CgHAAA%2C2DAAA%2CCAaD%2CgKAAA%2C4CAAA%2CCAQF%2C8EAAA%2CsDAAA%2CCAMG%2CqLAAA%2C4CAAA%2CCAYN%2CcAAA%2CiBAAA%2CCACC%2C6BAAA%2CmLAAA%2CCAaC%2C0FAAA%2CyBAAA%2CCAMA%2CiDAAA%2CeAAA%2CCAEC%2CmDAAA%2CWAAA%2CCAMA%2CmDAAA%2CUAAA%2CCAGC%2CsDAAA%2CYAAA%2CCAIE%2C2DAAA%2CoKAAA%2CCAkBD%2C%2BEAAA%2CiEAAA%2CCAOH%2C2CAAA%2CwBAAA%2CCAMA%2C6BAAA%2CWAAA%2CCAOA%2CsDAAA%2CgCAAA%2CCAIC%2CyDAAA%2CkBAAA%2CCAGC%2C4DAAA%2C8BAAA%2CCAOF%2CoEAAA%2CYAAA%2CCAQE%2C2CAAA%2C4BAAA%2CCAMH%2CqCAAA%2CgBAAA%2CCAMG%2C4CAAA%2CiBAAA%2CCAAA%2CCASL%2CqCAGG%2C%2BCAAA%2CgCAAA%2CCAIC%2CkDAAA%2CkBAAA%2CCAGC%2CqDAAA%2C8BAAA%2CCAOF%2C6DAAA%2CYAAA%2CCAAA%2CCC%2FmBH%2COAAA%2CkBAAA%2CCAGG%2CyBAAA%2C8CAAA%2CCAQF%2C2BAAA%2CmHAAA%2CCAMG%2CiDAAA%2CsBAAA%2CCAIA%2C2CAAA%2CeAAA%2CCAMH%2CqBAAA%2CyHAAA%2CCAKC%2CiCAAA%2C%2BCAAA%2CCAIA%2CqCAAA%2C6BAAA%2CCAEC%2CyHAAA%2C6BAAA%2CCAMA%2CuCAAA%2CcAAA%2CCAGA%2CgDAAA%2CmCAAA%2CCAGC%2CkDAAA%2CqBAAA%2CCAQA%2CsDAAA%2CcAAA%2CCAOD%2C4EAAA%2C6LAAA%2CCAWC%2CsGAAA%2CgBAAA%2CCAID%2CoFAAA%2C4EAAA%2CCAKC%2C0FAAA%2CmCAAA%2CCAGC%2CoHAAA%2CgBAAA%2CCAGA%2C8FAAA%2C6KAAA%2CCAeH%2CkCAAA%2C6BAAA%2CCAOC%2CiCAAA%2C6CAAA%2CCAGC%2CmCAAA%2CeAAA%2CCAQJ%2CoCACC%2COAAA%2CiBAAA%2CCAIG%2CwCAAA%2CeAAA%2CCAEC%2CwDAAA%2CkBAAA%2CCAGA%2CwDAAA%2CsCAAA%2CCAIA%2CsDAAA%2CiBAAA%2CCAKA%2C0CAAA%2CeAAA%2CCAOF%2CiCAAA%2CwBAAA%2CCAIA%2CqCAAA%2CQAAA%2CCAEC%2CyHAAA%2CeAAA%2CCAKA%2CwCAAA%2CoCAAA%2CCAMA%2CgDAAA%2CoCAAA%2CCAQA%2CoDAAA%2CiEAAA%2CCAIC%2CsDAAA%2CcAAA%2CCAUE%2CoHAAA%2CaAAA%2CCAMH%2C4EAAA%2CeAAA%2CCAGA%2CoFAAA%2CsBAAA%2CCAGE%2C8FAAA%2CeAAA%2CCAOH%2CkCAAA%2CqBAAA%2CCAIC%2C2CAAA%2CeAAA%2CCAEC%2C%2BCAAA%2CsCAAA%2CCAOH%2CmBAAA%2CsBAAA%2CCAEC%2C%2BBAAA%2CYAAA%2CCAEC%2CiCAAA%2CcAAA%2CCAEC%2CmCAAA%2CuBAAA%2CCAAA%2CCCnOL%2CMAAA%2CoCAAA%2CCAKA%2CKAAA%2CsDAAA%2CCAIA%2CWAAA%2CuBAAA%2CCAKA%2CaAAA%2CyDAAA%2CCAIE%2C0BAAA%2CQAAA%2CCAEE%2C4BAAA%2CeAAA%2CCAKJ%2CoCACE%2CWAAA%2CWAAA%2CCAAA%2CCAIF%2CoCACE%2CWAAA%2CWAAA%2CCAAA%2CCAKF%2CqCACE%2CKAAA%2CaAAA%2CCAGA%2CWAAA%2CYAAA%2CCAAA%2CCAIF%2CqCACE%2CWAAA%2CYAAA%2CCAAA%2CCC5CA%2C2BAAA%2C4BAAA%2CCAII%2CgDAAA%2C2KAAA%2CCAUA%2CiDAAA%2C0HAAA%2CCAaF%2CyCAAA%2CoGAAA%2CCAUE%2C4CAAA%2CqHAAA%2CCASA%2C2CAAA%2CSAAA%2CCAIA%2C6CAAA%2CwDAAA%2CCAUJ%2CqBAAA%2CiBAAA%2CCAEE%2CwBAAA%2CgBAAA%2CCAGE%2CsCAAA%2CqDAAA%2CCAMA%2C0BAAA%2C2BAAA%2CCAGE%2CgCAAA%2C2CAAA%2CCAKA%2CiCAAA%2CwMAAA%2CCAUE%2CoCAAA%2CiCAAA%2CkCAAA%2CCAAA%2CCAYN%2CoCAAA%2CuFAAA%2CCAWJ%2CeAAA%2CmHAAA%2CCAME%2CsDAAA%2CuBAAA%2CCAMF%2CuGAAA%2CuBAAA%2CCAKE%2CsEAAA%2C0BAAA%2CCAKF%2CoCACE%2CUAAA%2CeAAA%2CCAIE%2C2BAAA%2CyBAAA%2CCAAA%2CCAMJ%2CoCAEI%2CqCAAA%2CeAAA%2CCAMA%2CqBAAA%2CkDAAA%2CCAIE%2CwBAAA%2C8CAAA%2CCAMM%2C%2BCAAA%2CUAAA%2CCAUR%2C2BAAA%2CwCAAA%2CCAGE%2C%2BBAAA%2CUAAA%2CCAAA%2CCAON%2CqCAEI%2C2BAAA%2CyBAAA%2CCAAA%2CCCzLA%2CYAAA%2CSAAA%2CCAEI%2C8BAAA%2CiBAAA%2CCAEI%2C4CAAA%2CWAAA%2CCAGA%2C4CAAA%2CiGAAA%2CCAQA%2CiDAAA%2C4NAAA%2CCAYA%2CmDAAA%2CqIAAA%2CCAUA%2C0DAAA%2CcAAA%2CCAGA%2C8KAAA%2C0CAAA%2CCAKA%2CyDAAA%2C4FAAA%2CCAKA%2C0DAAA%2C4FAAA%2CCAKA%2C0DAAA%2C4FAAA%2CCAKA%2CsDAAA%2CuFAAA%2CCAQA%2CsDAAA%2CmGAAA%2CCAKA%2CkCACI%2CGAAA%2C6FAAA%2CCAMA%2CKAAA%2CmGAAA%2CCAAA%2CCAQJ%2C%2BCAAA%2C8CAAA%2CCAII%2CgEAAA%2CsBAAA%2CCAII%2C2EAAA%2CsBAAA%2CCAII%2CqFAAA%2CwCAAA%2CCAII%2C6FAAA%2CiSAAA%2CCA4BZ%2CwDAAA%2CYAAA%2CCAIA%2CyDAAA%2CmJAAA%2CCAWI%2CgEAAA%2CoFAAA%2CCASA%2CiEAAA%2CiBAAA%2CCAGI%2CyEAAA%2C8IAAA%2CCAeZ%2CgDAAA%2CSAAA%2CCAEI%2CqGAAA%2C6BAAA%2CCAIA%2CkDAAA%2C%2BCAAA%2CCAUA%2C0CAAA%2C4BAAA%2CCAGI%2CmDAAA%2CiBAAA%2CCAGI%2C2DAAA%2C2OAAA%2CCAiBJ%2CwDAAA%2CsBAAA%2CCAII%2CkFAAA%2CmCAAA%2CCAII%2CwFAAA%2CwBAAA%2CCAQA%2CwEAAA%2CYAAA%2CCAMI%2C%2BEAAA%2CkBAAA%2CCAYxB%2CqBAAA%2C8GAAA%2CCAMI%2CoCAAA%2CiBAAA%2CCAGI%2C4CAAA%2C4GAAA%2CCAWA%2CiDAAA%2C2BAAA%2CCAII%2C0DAAA%2CWAAA%2CCAEI%2C8DAAA%2CoBAAA%2CCAQA%2CwDAAA%2CSAAA%2CCAGI%2CgEAAA%2CUAAA%2CCAWhB%2CqCAAA%2CiCAAA%2CCAQI%2CmDAAA%2CyCAAA%2CCAYhB%2CcAAA%2C%2BKAAA%2CCAaA%2C2BAAA%2CsDAAA%2CCAOA%2CwBAAA%2C%2BHAAA%2CCAUA%2C8BAAA%2C0CAAA%2CCAKA%2CoCACI%2CMAAA%2CCACI%2CYAAA%2CSAAA%2CCAGQ%2CgDAAA%2CiBAAA%2CCAIA%2C%2BCAAA%2CkCAAA%2CCAEI%2CyDAAA%2CuIAAA%2CCAgBI%2CyDAAA%2CmBAAA%2CCAIA%2C0DAAA%2CkBAAA%2CCAKJ%2C6CAAA%2CcAAA%2CCAIA%2CsGAAA%2CYAAA%2CCAsBR%2CuBAAA%2CYAAA%2CCAGA%2C8BAAA%2C%2BBAAA%2CCAII%2CsCAAA%2CqHAAA%2CCAYA%2CqCAAA%2C2HAAA%2CCAYA%2C2CAAA%2CiBAAA%2CCAKA%2C4CAAA%2CiCAAA%2CCAKI%2CgDAAA%2C0BAAA%2CCASR%2CiCAAA%2CiEAAA%2CCASA%2CkCAAA%2C0FAAA%2CCASI%2CqCAAA%2CqHAAA%2CCASA%2CoCAAA%2CSAAA%2CCAIA%2CsCAAA%2CwDAAA%2CCAAA%2CCAUhB%2CoCACI%2CMAAA%2CCACI%2CYAAA%2CSAAA%2CCAEI%2C8BAAA%2CyCAAA%2CCAGI%2C%2BCAAA%2CkCAAA%2CCAKA%2CgCAAA%2CaAAA%2CCAOQ%2CwDAAA%2CkCAAA%2CCAKA%2C0DAAA%2CkCAAA%2CCAKA%2C0DAAA%2CiCAAA%2CCAKA%2C0DAAA%2CkCAAA%2CCAKA%2C0DAAA%2CiCAAA%2CCAKA%2CmDAAA%2CcAAA%2CCAOA%2CkHAAA%2CYAAA%2CCAeZ%2CuBAAA%2CYAAA%2CCAGA%2C8BAAA%2C%2BBAAA%2CCAII%2CsCAAA%2CwHAAA%2CCAYA%2CqCAAA%2C8HAAA%2CCAYA%2C2CAAA%2CiBAAA%2CCAKA%2C4CAAA%2CiCAAA%2CCAKI%2CgDAAA%2C0BAAA%2CCAUhB%2CcAAA%2CYAAA%2CCAAA%2CCAKJ%2CqCACI%2CMAAA%2CCAIY%2C%2BCAAA%2CYAAA%2CCAGA%2CgDAAA%2CsDAAA%2CCAOI%2CuFAAA%2CcAAA%2CCAKI%2C0DAAA%2CgBAAA%2CCAAA%2CCAYxB%2CqCAEQ%2CYAAA%2CCACI%2C8BAAA%2CsFAAA%2CCAQQ%2CuFAAA%2CcAAA%2CCAKI%2C0DAAA%2CgBAAA%2CCAAA%2CCChqBhB%2CyDAAA%2CcAAA%2CCAGA%2C2DAAA%2CkBAAA%2CCAGA%2C4CAAA%2CYAAA%2CCAGA%2C8HAAA%2CgBAAA%2CCAKA%2C0SAAA%2CcAAA%2CCAgB4B%2C4LAAA%2COAAA%2CCAU5B%2CkQAAA%2CYAAA%2CCAWR%2CoCAUwC%2C4LAAA%2COAAA%2CCAU5B%2C0SAAA%2CcAAA%2CCASA%2C8CAAA%2CyBAAA%2CCAIA%2C4DAAA%2CaAAA%2CCAII%2CgFAAA%2CgCAAA%2CCAIQ%2C%2BFAAA%2CeAAA%2CCAQR%2CwDAAA%2CyBAAA%2CCAAA%2CCAQhB%2CoCAGY%2C0CAAA%2CiBAAA%2CCAEI%2CiDAAA%2C2EAAA%2CCAUJ%2C0CAAA%2CiBAAA%2CCAGI%2C8DAAA%2CwFAAA%2CCAYY%2C6IAAA%2C0EAAA%2CCAYhB%2C2CAAA%2CiBAAA%2CCAGI%2C%2BDAAA%2C%2BEAAA%2CCAUQ%2C6GAAA%2CqGAAA%2CCAYZ%2C0CAAA%2CiBAAA%2CCAEI%2C8DAAA%2CwFAAA%2CCAYY%2C6IAAA%2CoGAAA%2CCAcZ%2C%2BDAAA%2C%2BEAAA%2CCAWY%2C8IAAA%2C4EAAA%2CCAaZ%2C8DAAA%2CwFAAA%2CCAYY%2C6IAAA%2CkGAAA%2CCAahB%2C0CAAA%2CiBAAA%2CCAEI%2C8DAAA%2C%2BEAAA%2CCAWY%2C6IAAA%2C%2BEAAA%2CCAYhB%2C4CAAA%2CiBAAA%2CCAEI%2C2EAAA%2C0EAAA%2CCASJ%2CyCAAA%2CiBAAA%2CCAEI%2CgEAAA%2C%2BEAAA%2CCAAA%2CCAahB%2CqCAGY%2C8HAAA%2CgBAAA%2CCAAA%2CCASZ%2CqCAGY%2C8HAAA%2CgBAAA%2CCAAA%2CCC5TI%2CwDAAA%2CeAAA%2CCAOA%2CiDAAA%2CiBAAA%2CCAOA%2CyCAAA%2C8CAAA%2CCAQJ%2CsCAAA%2CQAAA%2CCAKA%2C4CAAA%2CqDAAA%2CCAOJ%2CyBAAA%2CkCAAA%2CCAII%2CkCAAA%2C8EAAA%2CCAMI%2C4EAAA%2CqLAAA%2CCAWA%2CgHAAA%2CiBAAA%2CCAKA%2CsCAAA%2CiBAAA%2CCAEI%2CwCAAA%2CUAAA%2CCAIJ%2CoCAAA%2CUAAA%2CCAKR%2CkCAAA%2C6BAAA%2CCAGI%2CqCAAA%2C6CAAA%2CCAII%2CkDAAA%2CeAAA%2CCAQZ%2C8BAAA%2CyCAAA%2CCAEI%2CgCAAA%2CeAAA%2CCAKR%2CqEAAA%2C0BAAA%2CCAQY%2CwDAAA%2CWAAA%2CCAIQ%2C8DAAA%2CWAAA%2CCASpB%2CmBAAA%2CiCAAA%2CCAEI%2CyCAAA%2C2CAAA%2CCAIA%2CwCAAA%2CuBAAA%2CCAOgB%2C0CAAA%2CuBAAA%2CCASA%2CuCAAA%2CmDAAA%2CCAShB%2CoDAAA%2C2CAAA%2CCAKJ%2CYAAA%2CsCAAA%2CCACI%2CyBAAA%2CsCAAA%2CCAOJ%2CoCAGY%2CyBAAA%2CiCAAA%2CCAGI%2CkCAAA%2CwFAAA%2CCAAA%2CCAYhB%2CoCAMwB%2C6HAAA%2CeAAA%2CCAIA%2C8DAAA%2CeAAA%2CCAKA%2C8DAAA%2CeAAA%2CCAAA%2CCASxB%2CqCAGY%2CyBAAA%2CiCAAA%2CCAGI%2CkCAAA%2C0EAAA%2CCAcA%2CmDAAA%2CWAAA%2CCAAA%2CCAahB%2CoBAAA%2CwBAAA%2CCAGA%2C8BAAA%2C6BAAA%2CCAIA%2C2BAAA%2C%2BBAAA%2CCAKA%2CoCACI%2C8BAAA%2CyBAAA%2CCAIA%2C2BAAA%2C2CAAA%2CCAAA%2CCAOJ%2CsBAAA%2CqDAAA%2CCCrQA%2CQAAA%2CCAGY%2C%2BCAAA%2CkCAAA%2CCAIQ%2CgFAAA%2CcAAA%2CCAIJ%2CqEAAA%2C6GAAA%2CCAYA%2CgEAAA%2CUAAA%2CCAGA%2CgEAAA%2CWAAA%2CCAGA%2C2DAAA%2CiBAAA%2CCAGA%2C2DAAA%2CiBAAA%2CCAIA%2CkEAAA%2C0FAAA%2CCAMA%2CmEAAA%2CwFAAA%2CCAMA%2C0EAAA%2CUAAA%2CCAGA%2CgFAAA%2CoBAAA%2CCAGA%2CoEAAA%2CgBAAA%2CCAEI%2CuEAAA%2CmCAAA%2CCAMA%2C2DAAA%2CiBAAA%2CCAIA%2C%2BDAAA%2CiBAAA%2CCAGI%2CoEAAA%2CkBAAA%2CCAKR%2CqDAAA%2CYAAA%2CCAMA%2CmGAAA%2CgCAAA%2CCAOR%2CiCAAA%2CoBAAA%2CCAGI%2CoCAAA%2CUAAA%2CCAGI%2CiDAAA%2CeAAA%2CCAIA%2CyCAAA%2CWAAA%2CCAYA%2CwEAAA%2CiBAAA%2CCAMgB%2CiHAAA%2CgEAAA%2CCAMI%2CmHAAA%2CUAAA%2CCAIA%2C0QAAA%2CqLAAA%2CCAYA%2C6XAAA%2CiBAAA%2CCAUhB%2CiFAAA%2C6FAAA%2CCAQI%2C2FAAA%2CuKAAA%2CCAUA%2C2FAAA%2C8JAAA%2CCAcpB%2CgCAAA%2CuBAAA%2CCAGA%2C6BAAA%2CqBAAA%2CCAGA%2CaAAA%2CYAAA%2CCAGQ%2CuDAAA%2CqDAAA%2CCASQ%2CmCAAA%2CYAAA%2CCAaR%2CuEAAA%2CYAAA%2CCAIJ%2C%2BBAAA%2C0HAAA%2CCAQA%2CsCAAA%2C%2BBAAA%2CCAGQ%2C4EAAA%2CsBAAA%2CCAKR%2CuBAAA%2C6NAAA%2CCAYI%2C6BAAA%2C%2BEAAA%2CCASJ%2CmCAAA%2C6UAAA%2CCA2BI%2CmHAAA%2CiBAAA%2CCAIA%2CyDAAA%2CeAAA%2CCAOA%2CoDAAA%2CUAAA%2CCAGQ%2C6EAAA%2CkCAAA%2CCAGI%2CmFAAA%2CqEAAA%2CCAOJ%2C6EAAA%2C2EAAA%2CCAMI%2CqGAAA%2CyPAAA%2CCAgBQ%2CyJAAA%2C%2BHAAA%2CCAWA%2CkKAAA%2CyFAAA%2CCAQJ%2C%2BHAAA%2CqCAAA%2CCAEI%2C4JAAA%2CUAAA%2CCAIJ%2CqIAAA%2CuMAAA%2CCAoB5B%2CUAAA%2CiNAAA%2CCAWI%2CgBAAA%2CQAAA%2CCAGA%2CsBAAA%2CiBAAA%2CCACI%2C4BAAA%2CiDAAA%2CCAWR%2CoCAGQ%2CcAAA%2C8BAAA%2CCAKQ%2C%2BCAAA%2CgDAAA%2CCAII%2CwDAAA%2CiBAAA%2CCAGI%2CqMAAA%2CeAAA%2CCAYJ%2CwDAAA%2CiBAAA%2CCAKJ%2C0CAAA%2C0BAAA%2CCAGI%2C6CAAA%2CUAAA%2CCAGI%2C0DAAA%2CeAAA%2CCAAA%2CCAUxB%2CoCAMoB%2CwDAAA%2CiBAAA%2CCAKA%2C%2BCAAA%2CSAAA%2CCAUJ%2CmHAAA%2CeAAA%2CCAIA%2CyDAAA%2CeAAA%2CCAUA%2C0DAAA%2CgBAAA%2CCAIA%2CqGAAA%2CqCAAA%2CCAOA%2CkDAAA%2C0HAAA%2CCASI%2C4DAAA%2CkBAAA%2CCAIA%2C4DAAA%2CiBAAA%2CCAAA%2CCASpB%2CqCAMoB%2CwDAAA%2CiBAAA%2CCAAA%2CCASpB%2CqCAMoB%2CwDAAA%2CiBAAA%2CCAAA%2CCCnhBhB%2CeAAA%2C8BAAA%2CCAKY%2CiEAAA%2CeAAA%2CCAGA%2C2DAAA%2CeAAA%2CCAOR%2C6BAAA%2CeAAA%2CCAGI%2CkDAAA%2CQAAA%2CCAKJ%2CmBAAA%2C8DAAA%2CCAKA%2CgBAAA%2C0BAAA%2CCAIA%2CqCAAA%2CQAAA%2CCAIJ%2C2BAAA%2CYAAA%2CCAIJ%2CiBAAA%2CmHAAA%2CCAII%2CmBAAA%2CQAAA%2CCAOI%2CuCAAA%2CyCAAA%2CCAOR%2CgBAAA%2CqBAAA%2CCAIA%2CoCAGY%2C4BAAA%2CMAAA%2CCACI%2C%2BBAAA%2CeAAA%2CCAMJ%2C6BAAA%2CMAAA%2CCAII%2CqFAAA%2CSAAA%2CCAIA%2C2CAAA%2CWAAA%2CCAAA%2CCChFZ%2C2CAAA%2CUAAA%2CCAIY%2CkFAAA%2CiBAAA%2CCAMJ%2CkGAAA%2CwBAAA%2CCAGI%2CqGAAA%2CUAAA%2CCAGI%2CwGAAA%2CYAAA%2CCACI%2C0GAAA%2C4BAAA%2CCAUpB%2C6CAAA%2CkCAAA%2CCAMA%2C%2BEAAA%2CMAAA%2CCAKI%2C%2BCAAA%2CkBAAA%2CCAGI%2CqDAAA%2CkBAAA%2CCAGA%2CqDAAA%2CeAAA%2CCAMJ%2C8CAAA%2CsBAAA%2CCASR%2CmBAAA%2CiCAAA%2CCAEI%2CsBAAA%2CuDAAA%2CCAGQ%2C8CAAA%2CkBAAA%2CCAEI%2CsDAAA%2CkHAAA%2CCAWhB%2C4BAAA%2CuCAAA%2CCAGI%2C8BAAA%2CqCAAA%2CCAUgB%2CyMAAA%2C6BAAA%2CCAUR%2CkDAAA%2CgBAAA%2CCAEI%2CqDAAA%2C%2BHAAA%2CCASI%2C4DAAA%2C8CAAA%2CCAQZ%2CgDAAA%2CuCAAA%2CCAEI%2CsDAAA%2CQAAA%2CCAGQ%2C%2BDAAA%2CWAAA%2CCAEI%2CkEAAA%2CYAAA%2CCAKR%2C4DAAA%2CgBAAA%2CCAEI%2C%2BDAAA%2C6CAAA%2CCAOQ%2C0EAAA%2CsDAAA%2CCAY5B%2CsCAAA%2CiEAAA%2CCAMA%2CoCAGY%2C%2BCAAA%2CkBAAA%2CCAGI%2CqDAAA%2CkBAAA%2CCAGA%2CqDAAA%2CeAAA%2CCAMJ%2C8CAAA%2CsBAAA%2CCAMR%2CYAAA%2COAAA%2CCAII%2C2CAAA%2CUAAA%2CCAGQ%2CkGAAA%2CUAAA%2CCAIY%2C0GAAA%2C4BAAA%2CCAIA%2CoHAAA%2CiBAAA%2CCAGA%2CmHAAA%2CQAAA%2CCASpB%2C6CAAA%2CiBAAA%2CCAKA%2C6BAAA%2CMAAA%2CCAII%2CgDAAA%2CsCAAA%2CCAGI%2CsDAAA%2CQAAA%2CCAGQ%2C%2BDAAA%2CWAAA%2CCAEI%2CkEAAA%2CkBAAA%2CCAKR%2C4DAAA%2CeAAA%2CCAEI%2C%2BDAAA%2CiBAAA%2CCAII%2CkEAAA%2CkBAAA%2CCAEI%2C0EAAA%2CUAAA%2CCAQpB%2CmDAAA%2CiBAAA%2CCAGQ%2CwHAAA%2CcAAA%2CCAQQ%2CqEAAA%2C4BAAA%2CCAOA%2C0IAAA%2CmBAAA%2CCAAA%2CCCnQZ%2CmDAAA%2C0BAAA%2CCAGI%2C0DAAA%2CYAAA%2CCAGA%2C2DAAA%2C0CAAA%2CCASR%2CsCAAA%2C0BAAA%2CCAGQ%2C4CAAA%2CYAAA%2CCAQA%2CyDAAA%2CWAAA%2CCAKR%2C4CAAA%2CyDAAA%2CCAII%2CyDAAA%2C2EAAA%2CCAOJ%2C0CAAA%2C6FAAA%2CCAMI%2CgDAAA%2CyCAAA%2CCAIA%2C%2BCAAA%2C6CAAA%2CCAUI%2CuHAAA%2C0CAAA%2CCAQJ%2CkDAAA%2C6JAAA%2CCASI%2CuDAAA%2CaAAA%2CCAGA%2CsDAAA%2CUAAA%2CCAMZ%2C8BAAA%2CqCAAA%2CCAGI%2CyDAAA%2CgBAAA%2CCAEI%2C%2BDAAA%2C%2BBAAA%2CCAMJ%2C0CAAA%2CYAAA%2CCAKQ%2CiIAAA%2CcAAA%2CCAOA%2C4HAAA%2CSAAA%2CCAGA%2C4HAAA%2CqDAAA%2CCACI%2C4IAAA%2CUAAA%2CCAMA%2CsIAAA%2CeAAA%2CCAUxB%2CoCAGY%2CgCAAA%2CUAAA%2CCAIY%2C4CAAA%2C%2BJAAA%2CCAYJ%2CyCAAA%2CiBAAA%2CCAII%2CyGAAA%2CiBAAA%2CCAQhB%2CkBAAA%2CwBAAA%2CCAII%2C0BAAA%2CwBAAA%2CCAAA%2CCC1KZ%2CgBAAA%2CiBAAA%2CCAEI%2CuBAAA%2C2GAAA%2CCASA%2CwBAAA%2C4HAAA%2CCASA%2C2BAAA%2C%2BBAAA%2CCAGA%2CqBAAA%2CwDAAA%2CCCvBJ%2CkBAAA%2CeAAA%2CCCAA%2CoBAAA%2CyCAAA%2CCAII%2CsBAAA%2CcAAA%2CCAGA%2CyBAAA%2CcAAA%2CCCPJ%2CgBAAA%2C6CAAA%2CCAIC%2CwBAAA%2C6DAAA%2CCAOA%2CkBAAA%2CgCAAA%2CCAIA%2CqBAAA%2C2CAAA%2CCCfD%2CgBAAA%2CuBAAA%2CCCQE%2CoDAAA%2CcAAA%2CCAGA%2CmDAAA%2CcAAA%2CCCXF%2CkBAAA%2CQAAA%2CCAEC%2CmCAAA%2CiCAAA%2CCAIC%2C0DAAA%2CuPAAA%2CCAcC%2CkEAAA%2CuRAAA%2CCAgBA%2CiIAAA%2C2BAAA%2CCCjCS%2CyEAAA%2CUAAA%2CCAEI%2C6EAAA%2C4CAAA%2CCAMR%2CkCAAA%2C6IAAA%2CCCTA%2CkDAAA%2CYAAA%2CCAYQ%2C2CAAA%2CmLAAA%2CCAUA%2C%2BCAAA%2CiCAAA%2CCCxBhB%2CiBAAA%2CWAAA%2CCCEQ%2C2CAAA%2CQAAA%2CCAEI%2C8CAAA%2CyBAAA%2CCAGI%2CmDAAA%2CYAAA%2CCAGA%2C4DAAA%2CYAAA%2CCAGA%2CwGAAA%2CYAAA%2CCAIA%2CoDAAA%2CmCAAA%2CCAGI%2C4DAAA%2C6BAAA%2CCAOJ%2CgDAAA%2C6KAAA%2CCAWI%2CwDAAA%2CuLAAA%2CCAcA%2CsDAAA%2CeAAA%2CCAGA%2C6GAAA%2C2BAAA%2CCAOI%2CoEAAA%2C4EAAA%2CCAOA%2CmEAAA%2C6EAAA%2CCAOhB%2CoDAAA%2CoCAAA%2CCAGI%2C4DAAA%2CiGAAA%2CCC5EJ%2CoDAAA%2CiBAAA%2CCAKgB%2C8FAAA%2CgEAAA%2CCACI%2CsGAAA%2CYAAA%2CCAOA%2CoOAAA%2CqLAAA%2CCAWA%2CoUAAA%2CiBAAA%2CCAKA%2CgGAAA%2CUAAA%2CCAGA%2C2GAAA%2CiBAAA%2CCAOhB%2C6DAAA%2C6FAAA%2CCAOI%2CuEAAA%2C4JAAA%2CCAQA%2CuEAAA%2C8JAAA%2CCAYhB%2CWAAA%2CmCAAA%2CCAGI%2CaAAA%2CuBAAA%2CCAKJ%2CoCAIgB%2CqEAAA%2CgBAAA%2CCAGQ%2CwFAAA%2CcAAA%2CCAKR%2C2HAAA%2CqCAAA%2CCAMA%2C6DAAA%2CoGAAA%2CCAQI%2CuEAAA%2CkBAAA%2CCAGA%2CuEAAA%2CiBAAA%2CCAIJ%2C8DAAA%2C4EAAA%2CCAOI%2CoEAAA%2CsHAAA%2CCAYJ%2C6DAAA%2CkEAAA%2CCAKI%2CkEAAA%2CYAAA%2CCAKI%2C2EAAA%2C0HAAA%2CCAAA%2CCC3IxB%2CkBAAA%2CgNAAA%2CCAUI%2C0BAAA%2C0BAAA%2CCAGA%2CyBAAA%2C0BAAA%2CCAIJ%2C8GAAA%2C2VAAA%2CCAqBI%2CgRAAA%2C4DAAA%2CCAMJ%2CiQAAA%2COAAA%2CCAQA%2CqBAAA%2CkCAAA%2CCAIA%2CoCACI%2CqBAAA%2CgFAAA%2CCAKI%2C8BAAA%2CYAAA%2CCAIJ%2CkFAAA%2CkCAAA%2CCAAA%2CCAOJ%2CmBAAA%2CiCAAA%2CCAEI%2CsBAAA%2C4BAAA%2CCAGA%2C2BAAA%2C0BAAA%2CCAIJ%2C4BAAA%2C%2BBAAA%2CCAEI%2CiCAAA%2CWAAA%2CCClFJ%2CQAAA%2CkBAAA%2CCACA%2CQAAA%2CqBAAA%2CCAEA%2CSAAA%2CcAAA%2CCAEA%2CaAAA%2CsBAAA%2CCACA%2CUAAA%2CwBAAA%2CCACA%2CYAAA%2C0BAAA%2CCACA%2CaAAA%2C4BAAA%2CCACA%2CcAAA%2C6BAAA%2CCAEA%2CWAAA%2CkBAAA%2CCACA%2CQAAA%2CoBAAA%2CCACA%2CUAAA%2CsBAAA%2CCAEA%2CQAAA%2CMAAA%2CCACA%2CSAAA%2CYAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CYAAA%2CCACA%2CSAAA%2CYAAA%2CCAGE%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CaAAA%2CQAAA%2CCAOA%2CoCAEE%2CWAAA%2CkBAAA%2CCACA%2CWAAA%2CqBAAA%2CCAEA%2CWAAA%2CMAAA%2CCACA%2CYAAA%2CYAAA%2CCACA%2CYAAA%2CeAAA%2CCACA%2CYAAA%2CYAAA%2CCACA%2CYAAA%2CYAAA%2CCAEA%2CYAAA%2CcAAA%2CCAEA%2CgBAAA%2CsBAAA%2CCACA%2CaAAA%2CwBAAA%2CCACA%2CeAAA%2C0BAAA%2CCACA%2CgBAAA%2C4BAAA%2CCACA%2CiBAAA%2C6BAAA%2CCAEA%2CcAAA%2CkBAAA%2CCACA%2CWAAA%2CoBAAA%2CCACA%2CaAAA%2CsBAAA%2CCAGE%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CgBAAA%2CQAAA%2CCAAA%2CCAxBJ%2CoCAEE%2CWAAA%2CkBAAA%2CCACA%2CWAAA%2CqBAAA%2CCAEA%2CWAAA%2CMAAA%2CCACA%2CYAAA%2CYAAA%2CCACA%2CYAAA%2CeAAA%2CCACA%2CYAAA%2CYAAA%2CCACA%2CYAAA%2CYAAA%2CCAEA%2CYAAA%2CcAAA%2CCAEA%2CgBAAA%2CsBAAA%2CCACA%2CaAAA%2CwBAAA%2CCACA%2CeAAA%2C0BAAA%2CCACA%2CgBAAA%2C4BAAA%2CCACA%2CiBAAA%2C6BAAA%2CCAEA%2CcAAA%2CkBAAA%2CCACA%2CWAAA%2CoBAAA%2CCACA%2CaAAA%2CsBAAA%2CCAGE%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CgBAAA%2CQAAA%2CCAAA%2CCAxBJ%2CoCAEE%2CWAAA%2CkBAAA%2CCACA%2CWAAA%2CqBAAA%2CCAEA%2CWAAA%2CMAAA%2CCACA%2CYAAA%2CYAAA%2CCACA%2CYAAA%2CeAAA%2CCACA%2CYAAA%2CYAAA%2CCACA%2CYAAA%2CYAAA%2CCAEA%2CYAAA%2CcAAA%2CCAEA%2CgBAAA%2CsBAAA%2CCACA%2CaAAA%2CwBAAA%2CCACA%2CeAAA%2C0BAAA%2CCACA%2CgBAAA%2C4BAAA%2CCACA%2CiBAAA%2C6BAAA%2CCAEA%2CcAAA%2CkBAAA%2CCACA%2CWAAA%2CoBAAA%2CCACA%2CaAAA%2CsBAAA%2CCAGE%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CgBAAA%2CQAAA%2CCAAA%2CCAxBJ%2CqCAEE%2CWAAA%2CkBAAA%2CCACA%2CWAAA%2CqBAAA%2CCAEA%2CWAAA%2CMAAA%2CCACA%2CYAAA%2CYAAA%2CCACA%2CYAAA%2CeAAA%2CCACA%2CYAAA%2CYAAA%2CCACA%2CYAAA%2CYAAA%2CCAEA%2CYAAA%2CcAAA%2CCAEA%2CgBAAA%2CsBAAA%2CCACA%2CaAAA%2CwBAAA%2CCACA%2CeAAA%2C0BAAA%2CCACA%2CgBAAA%2C4BAAA%2CCACA%2CiBAAA%2C6BAAA%2CCAEA%2CcAAA%2CkBAAA%2CCACA%2CWAAA%2CoBAAA%2CCACA%2CaAAA%2CsBAAA%2CCAGE%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CgBAAA%2CQAAA%2CCAAA%2CCAxBJ%2CqCAEE%2CWAAA%2CkBAAA%2CCACA%2CWAAA%2CqBAAA%2CCAEA%2CWAAA%2CMAAA%2CCACA%2CYAAA%2CYAAA%2CCACA%2CYAAA%2CeAAA%2CCACA%2CYAAA%2CYAAA%2CCACA%2CYAAA%2CYAAA%2CCAEA%2CYAAA%2CcAAA%2CCAEA%2CgBAAA%2CsBAAA%2CCACA%2CaAAA%2CwBAAA%2CCACA%2CeAAA%2C0BAAA%2CCACA%2CgBAAA%2C4BAAA%2CCACA%2CiBAAA%2C6BAAA%2CCAEA%2CcAAA%2CkBAAA%2CCACA%2CWAAA%2CoBAAA%2CCACA%2CaAAA%2CsBAAA%2CCAGE%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CeAAA%2COAAA%2CCAAA%2CgBAAA%2CQAAA%2CCAAA%2CCCrDJ%2CmBAAA%2C0BAAA%2CCACA%2C8BAAA%2CqCAAA%2CCACA%2CcAAA%2C0BAAA%2CCACA%2CYAAA%2CqCAAA%2CCAHA%2CqBAAA%2C4BAAA%2CCACA%2CgCAAA%2CuCAAA%2CCACA%2CgBAAA%2C4BAAA%2CCACA%2CcAAA%2CuCAAA%2CCAHA%2CmBAAA%2C0BAAA%2CCACA%2C8BAAA%2CqCAAA%2CCACA%2CcAAA%2C0BAAA%2CCACA%2CYAAA%2CqCAAA%2CCAHA%2CgBAAA%2CuBAAA%2CCACA%2C2BAAA%2CkCAAA%2CCACA%2CWAAA%2CuBAAA%2CCACA%2CSAAA%2CkCAAA%2CCAHA%2CiBAAA%2CUAAA%2CCACA%2C4BAAA%2CqBAAA%2CCACA%2CYAAA%2CUAAA%2CCACA%2CUAAA%2CqBAAA%2CCAHA%2CiBAAA%2CUAAA%2CCACA%2C4BAAA%2CqBAAA%2CCACA%2CYAAA%2CUAAA%2CCACA%2CUAAA%2CqBAAA%2CCCLF%2CgBAAA%2CsKAAA%2CCAaA%2CqBAAA%2C%2BNAAA%2CCAWE%2CuDAAA%2C4DAAA%2CCAOF%2CaAAA%2C2VAAA%2CCAmBE%2CoCACE%2CuCAAA%2CiDAAA%2CCAAA%2CCAQJ%2CeAAA%2CiKAAA%2CCAUE%2CuBAAA%2C8LAAA%2CCAWA%2C2CAAA%2C2BAAA%2CCAMF%2CqBAAA%2CgLAAA%2CCAWE%2C6BAAA%2CoMAAA%2CCAWA%2CuDAAA%2C2BAAA%2CCAMF%2C0BAAA%2CwMAAA%2CCAYE%2CkCAAA%2C8MAAA%2CCAYA%2CiCAAA%2CqFAAA%2CCAMA%2CiEAAA%2CqCAAA%2CCAGE%2C%2BEAAA%2CkCAAA%2CCASF%2CwBAAA%2C%2BBAAA%2CCAKA%2C0BAAA%2CiCAAA%2CCAKA%2CwBAAA%2CkBAAA%2CCAKA%2CkBAAA%2CkBAAA%2CCAMA%2CqBAAA%2CgEAAA%2CCAKE%2C6BAAA%2CuGAAA%2CCCrLF%2CMAAA%2C4BAAA%2CCACA%2CMAAA%2CYAAA%2CCACA%2CMAAA%2CeAAA%2CCAFA%2CMAAA%2CkCAAA%2CCACA%2CMAAA%2CeAAA%2CCACA%2CMAAA%2CkBAAA%2CCAFA%2CMAAA%2CkCAAA%2CCACA%2CMAAA%2CeAAA%2CCACA%2CMAAA%2CkBAAA%2CCAFA%2CMAAA%2CkCAAA%2CCACA%2CMAAA%2CeAAA%2CCACA%2CMAAA%2CkBAAA%2CCAFA%2CMAAA%2CkCAAA%2CCACA%2CMAAA%2CeAAA%2CCACA%2CMAAA%2CkBAAA%2CCAFA%2CMAAA%2CoCAAA%2CCACA%2CMAAA%2CgBAAA%2CCACA%2CMAAA%2CmBAAA%2CCAGF%2CSAAA%2CkCAAA%2CCAGE%2CMAAA%2C4BAAA%2CCACA%2CMAAA%2CaAAA%2CCACA%2CMAAA%2CcAAA%2CCAFA%2CMAAA%2CkCAAA%2CCACA%2CMAAA%2CgBAAA%2CCACA%2CMAAA%2CiBAAA%2CCAFA%2CMAAA%2CkCAAA%2CCACA%2CMAAA%2CgBAAA%2CCACA%2CMAAA%2CiBAAA%2CCAFA%2CMAAA%2CkCAAA%2CCACA%2CMAAA%2CgBAAA%2CCACA%2CMAAA%2CiBAAA%2CCAFA%2CMAAA%2CkCAAA%2CCACA%2CMAAA%2CgBAAA%2CCACA%2CMAAA%2CiBAAA%2CCAFA%2CMAAA%2CoCAAA%2CCACA%2CMAAA%2CiBAAA%2CCACA%2CMAAA%2CkBAAA%2CCAKA%2CoCAGI%2CSAAA%2C4BAAA%2CCACA%2CSAAA%2CYAAA%2CCACA%2CSAAA%2CeAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAGF%2CYAAA%2CkCAAA%2CCAGE%2CSAAA%2C4BAAA%2CCACA%2CSAAA%2CaAAA%2CCACA%2CSAAA%2CcAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAAA%2CCAbJ%2CoCAGI%2CSAAA%2C4BAAA%2CCACA%2CSAAA%2CYAAA%2CCACA%2CSAAA%2CeAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAGF%2CYAAA%2CkCAAA%2CCAGE%2CSAAA%2C4BAAA%2CCACA%2CSAAA%2CaAAA%2CCACA%2CSAAA%2CcAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAAA%2CCAbJ%2CoCAGI%2CSAAA%2C4BAAA%2CCACA%2CSAAA%2CYAAA%2CCACA%2CSAAA%2CeAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAGF%2CYAAA%2CkCAAA%2CCAGE%2CSAAA%2C4BAAA%2CCACA%2CSAAA%2CaAAA%2CCACA%2CSAAA%2CcAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAAA%2CCAbJ%2CqCAGI%2CSAAA%2C4BAAA%2CCACA%2CSAAA%2CYAAA%2CCACA%2CSAAA%2CeAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAGF%2CYAAA%2CkCAAA%2CCAGE%2CSAAA%2C4BAAA%2CCACA%2CSAAA%2CaAAA%2CCACA%2CSAAA%2CcAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAAA%2CCAbJ%2CqCAGI%2CSAAA%2C4BAAA%2CCACA%2CSAAA%2CYAAA%2CCACA%2CSAAA%2CeAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CeAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAGF%2CYAAA%2CkCAAA%2CCAGE%2CSAAA%2C4BAAA%2CCACA%2CSAAA%2CaAAA%2CCACA%2CSAAA%2CcAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CkCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CiBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAAA%2CCC5BJ%2CMAAA%2C8BAAA%2CCACA%2CMAAA%2CaAAA%2CCACA%2CMAAA%2CgBAAA%2CCAFA%2CMAAA%2CoCAAA%2CCACA%2CMAAA%2CgBAAA%2CCACA%2CMAAA%2CmBAAA%2CCAFA%2CMAAA%2CoCAAA%2CCACA%2CMAAA%2CgBAAA%2CCACA%2CMAAA%2CmBAAA%2CCAFA%2CMAAA%2CoCAAA%2CCACA%2CMAAA%2CgBAAA%2CCACA%2CMAAA%2CmBAAA%2CCAFA%2CMAAA%2CoCAAA%2CCACA%2CMAAA%2CgBAAA%2CCACA%2CMAAA%2CmBAAA%2CCAFA%2CMAAA%2CsCAAA%2CCACA%2CMAAA%2CiBAAA%2CCACA%2CMAAA%2CoBAAA%2CCAIA%2CMAAA%2C8BAAA%2CCACA%2CMAAA%2CcAAA%2CCACA%2CMAAA%2CeAAA%2CCAFA%2CMAAA%2CoCAAA%2CCACA%2CMAAA%2CiBAAA%2CCACA%2CMAAA%2CkBAAA%2CCAFA%2CMAAA%2CoCAAA%2CCACA%2CMAAA%2CiBAAA%2CCACA%2CMAAA%2CkBAAA%2CCAFA%2CMAAA%2CoCAAA%2CCACA%2CMAAA%2CiBAAA%2CCACA%2CMAAA%2CkBAAA%2CCAFA%2CMAAA%2CoCAAA%2CCACA%2CMAAA%2CiBAAA%2CCACA%2CMAAA%2CkBAAA%2CCAFA%2CMAAA%2CsCAAA%2CCACA%2CMAAA%2CkBAAA%2CCACA%2CMAAA%2CmBAAA%2CCAKA%2CoCAGI%2CSAAA%2C8BAAA%2CCACA%2CSAAA%2CaAAA%2CCACA%2CSAAA%2CgBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CsCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CoBAAA%2CCAIA%2CSAAA%2C8BAAA%2CCACA%2CSAAA%2CcAAA%2CCACA%2CSAAA%2CeAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CsCAAA%2CCACA%2CSAAA%2CkBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAAA%2CCAXJ%2CoCAGI%2CSAAA%2C8BAAA%2CCACA%2CSAAA%2CaAAA%2CCACA%2CSAAA%2CgBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CsCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CoBAAA%2CCAIA%2CSAAA%2C8BAAA%2CCACA%2CSAAA%2CcAAA%2CCACA%2CSAAA%2CeAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CsCAAA%2CCACA%2CSAAA%2CkBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAAA%2CCAXJ%2CoCAGI%2CSAAA%2C8BAAA%2CCACA%2CSAAA%2CaAAA%2CCACA%2CSAAA%2CgBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CsCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CoBAAA%2CCAIA%2CSAAA%2C8BAAA%2CCACA%2CSAAA%2CcAAA%2CCACA%2CSAAA%2CeAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CsCAAA%2CCACA%2CSAAA%2CkBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAAA%2CCAXJ%2CqCAGI%2CSAAA%2C8BAAA%2CCACA%2CSAAA%2CaAAA%2CCACA%2CSAAA%2CgBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CsCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CoBAAA%2CCAIA%2CSAAA%2C8BAAA%2CCACA%2CSAAA%2CcAAA%2CCACA%2CSAAA%2CeAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CsCAAA%2CCACA%2CSAAA%2CkBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAAA%2CCAXJ%2CqCAGI%2CSAAA%2C8BAAA%2CCACA%2CSAAA%2CaAAA%2CCACA%2CSAAA%2CgBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CgBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAFA%2CSAAA%2CsCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CoBAAA%2CCAIA%2CSAAA%2C8BAAA%2CCACA%2CSAAA%2CcAAA%2CCACA%2CSAAA%2CeAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CoCAAA%2CCACA%2CSAAA%2CiBAAA%2CCACA%2CSAAA%2CkBAAA%2CCAFA%2CSAAA%2CsCAAA%2CCACA%2CSAAA%2CkBAAA%2CCACA%2CSAAA%2CmBAAA%2CCAAA%2CCCzBN%2CQAAA%2CqCAAA%2CCAIA%2CaAAA%2CWAAA%2CCAIA%2CYAAA%2CyCAAA%2CCAIA%2CeAAA%2C4CAAA%2CCAIA%2CaAAA%2C0CAAA%2CCAIA%2CcAAA%2C2CAAA%2CCCpBA%2CiBAAA%2CyBAAA%2CCACA%2CgBAAA%2CwBAAA%2CCAEA%2CWAAA%2CeAAA%2CCACA%2CaAAA%2CiBAAA%2CCACA%2CYAAA%2CgBAAA%2CCAKE%2CoCAEE%2CoBAAA%2CyBAAA%2CCACA%2CmBAAA%2CwBAAA%2CCAEA%2CcAAA%2CeAAA%2CCACA%2CgBAAA%2CiBAAA%2CCACA%2CeAAA%2CgBAAA%2CCAAA%2CCAPF%2CoCAEE%2CoBAAA%2CyBAAA%2CCACA%2CmBAAA%2CwBAAA%2CCAEA%2CcAAA%2CeAAA%2CCACA%2CgBAAA%2CiBAAA%2CCACA%2CeAAA%2CgBAAA%2CCAAA%2CCAPF%2CoCAEE%2CoBAAA%2CyBAAA%2CCACA%2CmBAAA%2CwBAAA%2CCAEA%2CcAAA%2CeAAA%2CCACA%2CgBAAA%2CiBAAA%2CCACA%2CeAAA%2CgBAAA%2CCAAA%2CCAPF%2CqCAEE%2CoBAAA%2CyBAAA%2CCACA%2CmBAAA%2CwBAAA%2CCAEA%2CcAAA%2CeAAA%2CCACA%2CgBAAA%2CiBAAA%2CCACA%2CeAAA%2CgBAAA%2CCAAA%2CCAPF%2CqCAEE%2CoBAAA%2CyBAAA%2CCACA%2CmBAAA%2CwBAAA%2CCAEA%2CcAAA%2CeAAA%2CCACA%2CgBAAA%2CiBAAA%2CCACA%2CeAAA%2CgBAAA%2CCAAA%2CCCjBJ%2CcAAA%2CYAAA%2CCACA%2CkBAAA%2CYAAA%2CCACA%2CeAAA%2CaAAA%2CCACA%2CsBAAA%2CoBAAA%2CCACA%2CgBAAA%2CcAAA%2CCAIE%2CoCAEE%2CiBAAA%2CYAAA%2CCACA%2CwBAAA%2CYAAA%2CCACA%2CkBAAA%2CaAAA%2CCACA%2CyBAAA%2CoBAAA%2CCACA%2CmBAAA%2CcAAA%2CCAAA%2CCANF%2CoCAEE%2CiBAAA%2CYAAA%2CCACA%2CwBAAA%2CYAAA%2CCACA%2CkBAAA%2CaAAA%2CCACA%2CyBAAA%2CoBAAA%2CCACA%2CmBAAA%2CcAAA%2CCAAA%2CCANF%2CoCAEE%2CiBAAA%2CYAAA%2CCACA%2CwBAAA%2CYAAA%2CCACA%2CkBAAA%2CaAAA%2CCACA%2CyBAAA%2CoBAAA%2CCACA%2CmBAAA%2CcAAA%2CCAAA%2CCANF%2CqCAEE%2CiBAAA%2CYAAA%2CCACA%2CwBAAA%2CYAAA%2CCACA%2CkBAAA%2CaAAA%2CCACA%2CyBAAA%2CoBAAA%2CCACA%2CmBAAA%2CcAAA%2CCAAA%2CCANF%2CqCAEE%2CiBAAA%2CYAAA%2CCACA%2CwBAAA%2CYAAA%2CCACA%2CkBAAA%2CaAAA%2CCACA%2CyBAAA%2CoBAAA%2CCACA%2CmBAAA%2CcAAA%2CCAAA%2CCCDF%2CMAAA%2CSAAA%2CCACA%2CUAAA%2CaAAA%2CCACA%2CUAAA%2CaAAA%2CCAFA%2CMAAA%2CSAAA%2CCACA%2CUAAA%2CaAAA%2CCACA%2CUAAA%2CaAAA%2CCAFA%2CMAAA%2CSAAA%2CCACA%2CUAAA%2CaAAA%2CCACA%2CUAAA%2CaAAA%2CCAFA%2CMAAA%2CYAAA%2CCACA%2CUAAA%2CgBAAA%2CCACA%2CUAAA%2CgBAAA%2CCAFA%2CMAAA%2CSAAA%2CCACA%2CUAAA%2CaAAA%2CCACA%2CUAAA%2CaAAA%2CCAFA%2CMAAA%2CYAAA%2CCACA%2CUAAA%2CgBAAA%2CCACA%2CUAAA%2CgBAAA%2CCAFA%2CMAAA%2CSAAA%2CCACA%2CUAAA%2CaAAA%2CCACA%2CUAAA%2CaAAA%2CCAFA%2CMAAA%2CSAAA%2CCACA%2CUAAA%2CaAAA%2CCACA%2CUAAA%2CaAAA%2CCAFA%2COAAA%2CUAAA%2CCACA%2CWAAA%2CcAAA%2CCACA%2CWAAA%2CcAAA%2CCAKA%2CoCAGI%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CYAAA%2CCACA%2CaAAA%2CgBAAA%2CCACA%2CaAAA%2CgBAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CYAAA%2CCACA%2CaAAA%2CgBAAA%2CCACA%2CaAAA%2CgBAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CUAAA%2CUAAA%2CCACA%2CcAAA%2CcAAA%2CCACA%2CcAAA%2CcAAA%2CCAAA%2CCALJ%2CoCAGI%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CYAAA%2CCACA%2CaAAA%2CgBAAA%2CCACA%2CaAAA%2CgBAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CYAAA%2CCACA%2CaAAA%2CgBAAA%2CCACA%2CaAAA%2CgBAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CUAAA%2CUAAA%2CCACA%2CcAAA%2CcAAA%2CCACA%2CcAAA%2CcAAA%2CCAAA%2CCALJ%2CoCAGI%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CYAAA%2CCACA%2CaAAA%2CgBAAA%2CCACA%2CaAAA%2CgBAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CYAAA%2CCACA%2CaAAA%2CgBAAA%2CCACA%2CaAAA%2CgBAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CUAAA%2CUAAA%2CCACA%2CcAAA%2CcAAA%2CCACA%2CcAAA%2CcAAA%2CCAAA%2CCALJ%2CqCAGI%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CYAAA%2CCACA%2CaAAA%2CgBAAA%2CCACA%2CaAAA%2CgBAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CYAAA%2CCACA%2CaAAA%2CgBAAA%2CCACA%2CaAAA%2CgBAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CUAAA%2CUAAA%2CCACA%2CcAAA%2CcAAA%2CCACA%2CcAAA%2CcAAA%2CCAAA%2CCALJ%2CqCAGI%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CYAAA%2CCACA%2CaAAA%2CgBAAA%2CCACA%2CaAAA%2CgBAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CYAAA%2CCACA%2CaAAA%2CgBAAA%2CCACA%2CaAAA%2CgBAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CSAAA%2CSAAA%2CCACA%2CaAAA%2CaAAA%2CCACA%2CaAAA%2CaAAA%2CCAFA%2CUAAA%2CUAAA%2CCACA%2CcAAA%2CcAAA%2CCACA%2CcAAA%2CcAAA%2CCAAA%2CCCzBN%2CUAAA%2CgBAAA%2CCAGA%2CYAAA%2CkBAAA%2CCAGA%2CSAAA%2CeAAA%2CCAIA%2CSAAA%2CsBAAA%2CCAGE%2CaAAA%2CuCAAA%2CCAQA%2CoCACE%2CaAAA%2CgBAAA%2CCAGA%2CeAAA%2CkBAAA%2CCAGA%2CYAAA%2CeAAA%2CCAAA%2CCAPF%2CoCACE%2CaAAA%2CgBAAA%2CCAGA%2CeAAA%2CkBAAA%2CCAGA%2CYAAA%2CeAAA%2CCAAA%2CCAPF%2CoCACE%2CaAAA%2CgBAAA%2CCAGA%2CeAAA%2CkBAAA%2CCAGA%2CYAAA%2CeAAA%2CCAAA%2CCAPF%2CqCACE%2CaAAA%2CgBAAA%2CCAGA%2CeAAA%2CkBAAA%2CCAGA%2CYAAA%2CeAAA%2CCAAA%2CCAPF%2CqCACE%2CaAAA%2CgBAAA%2CCAGA%2CeAAA%2CkBAAA%2CCAGA%2CYAAA%2CeAAA%2CCAAA%2CCC5BJ%2CSAAA%2CiBAAA%2CCAIA%2CkBAAA%2CiBAAA%2CCAKA%2CoCACE%2CkBAAA%2CwKAAA%2CCASA%2CkBAAA%2CgNAAA%2CCAAA%2CCAYF%2CqBACE%2CGAAA%2CkBAAA%2CCAIA%2CKAAA%2CqBAAA%2CCAAA%2CCAOF%2CsBACE%2CGAAA%2CQAAA%2CCAGA%2CKAAA%2CWAAA%2CCAAA%2CCAKF%2CSAAA%2CiBAAA%2CCAIA%2CSAAA%2CMAAA%2CCAGA%2CSAAA%2COAAA%2CCAGA%2CSAAA%2CKAAA%2CCAGA%2CSAAA%2CQAAA%2CCAKE%2CoCACE%2CYAAA%2CiBAAA%2CCAGA%2CYAAA%2CiBAAA%2CCAIA%2CYAAA%2CMAAA%2CCAGA%2CYAAA%2COAAA%2CCAGA%2CYAAA%2CKAAA%2CCAGA%2CYAAA%2CQAAA%2CCAAA%2CCAjBF%2CoCACE%2CYAAA%2CiBAAA%2CCAGA%2CYAAA%2CiBAAA%2CCAIA%2CYAAA%2CMAAA%2CCAGA%2CYAAA%2COAAA%2CCAGA%2CYAAA%2CKAAA%2CCAGA%2CYAAA%2CQAAA%2CCAAA%2CCAjBF%2CoCACE%2CYAAA%2CiBAAA%2CCAGA%2CYAAA%2CiBAAA%2CCAIA%2CYAAA%2CMAAA%2CCAGA%2CYAAA%2COAAA%2CCAGA%2CYAAA%2CKAAA%2CCAGA%2CYAAA%2CQAAA%2CCAAA%2CCAjBF%2CqCACE%2CYAAA%2CiBAAA%2CCAGA%2CYAAA%2CiBAAA%2CCAIA%2CYAAA%2CMAAA%2CCAGA%2CYAAA%2COAAA%2CCAGA%2CYAAA%2CKAAA%2CCAGA%2CYAAA%2CQAAA%2CCAAA%2CCAjBF%2CqCACE%2CYAAA%2CiBAAA%2CCAGA%2CYAAA%2CiBAAA%2CCAIA%2CYAAA%2CMAAA%2CCAGA%2CYAAA%2COAAA%2CCAGA%2CYAAA%2CKAAA%2CCAGA%2CYAAA%2CQAAA%2CCAAA%2CCCvFJ%2CmBAAA%2CWAAA%2CCAEI%2CoCAAA%2CmBAAA%2CQAAA%2CCAAA%2CCAKJ%2C6CAAA%2C4CAAA%2CCAKA%2CuBAAA%2C0FAAA%2CCAKA%2CgFAAA%2C4CAAA%2CCAGA%2C6DAAA%2C0CAAA%2CCAGA%2CuFAAA%2CoEAAA%2CCAIA%2CoGAAA%2C%2BEAAA%2CCAIA%2CyBAAA%2CwHAAA%2CCAMA%2CyQAAA%2C8DAAA%2CCAOA%2CoCAAA%2CmBAAA%2CCAGA%2C6KAAA%2C8DAAA%2CCAKA%2CsZAAA%2CmBAAA%2CCAOA%2C0CAAA%2C0CAAA%2CCAGA%2C8UAAA%2C8DAAA%2CCAWA%2CsCAAA%2C%2BEAAA%2CCAIA%2C%2BCAAA%2CwEAAA%2CC3EpEA%2C%2BBAAA%2CsBAAA%2CCAYA%2CkBAAA%2CuBAAA%2CCAGA%2CwBAAA%2CiMAAA%2CCAcC%2CyBAAA%2CyBAAA%2CCAOA%2CoCACC%2CmCAAA%2CYAAA%2CCAAA%2CCAMF%2CuBAAA%2C4DAAA%2CCASA%2CuBAAA%2CqBAAA%2CCAEA%2CoCAEE%2C0BAAA%2CYAAA%2CCAAA%22%7D */