:root{--red:#991b1b;--green:#27392a;--background:#f5f0e7}.mayple-container{position:fixed;max-width:100vw;bottom:0;right:0;z-index:50000000000;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;padding-right:2rem;padding-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:2rem;gap:2rem;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.mayple-popup{border-radius:6px;max-width:35em;color:#27392a;color:var(--green);background-color:#f5f0e7;background-color:var(--background);padding:2em 3em;border:2px solid #27392a;border:2px solid var(--green);text-align:center}.mayple-popup,.mayple-product-warning{display:none;position:relative;width:calc(100% - 1.5em);-webkit-box-shadow:0 3px 30px rgba(0,0,0,.2902);box-shadow:0 3px 30px rgba(0,0,0,.2902);-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.mayple-product-warning{border-radius:6px;font-size:12px;padding:1rem 2rem 1rem 1.5rem;max-width:50rem;background-color:#fef2f2;color:#991b1b;color:var(--red);border:1px solid #991b1b;border:1px solid var(--red);text-align:left}.mayple-product-warning>h4{margin:0;color:#991b1b;color:var(--red)}.mayple-product-warning>ul{padding:0 0 0 1rem;margin:0}.mayple-product-warning>ul>li{color:#991b1b;color:var(--red)}.mayple-product-warning>ul>li>p{margin:0}.mayple-product-warning-close{position:absolute;color:#991b1b;color:var(--red);stroke:#991b1b;stroke:var(--red);height:2em;width:2em;font-size:10px;cursor:pointer;padding:0;margin:0;background:transparent;border:0;right:.5em;top:.5em}.mayple-popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #27392a;border-bottom:1px solid var(--green);padding-bottom:1em;margin-bottom:1em}.mayple-popup-logo{height:2em;width:auto}.mayple-popup-logo>svg{height:100%!important}.mayple-popup-close{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #000;border-radius:50%;height:2em;width:2em;top:-1em;right:-1em;font-size:10px;cursor:pointer;background:#fff;padding:0}.mayple-popup-close,.mayple-popup-title{color:#27392a;color:var(--green);margin:0}.mayple-popup-title{font-size:1.75em}.mayple-popup-description{color:#27392a;color:var(--green);font-size:1em;margin:1em 0 2em}.mayple-popup-button{border:none;border-radius:6;padding:1.5em 5em;margin:0 auto;font-size:1em;cursor:pointer;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:auto 1fr;grid-gap:.75em;gap:.75em;color:#f5f0e7;color:var(--background);background-color:#27392a;background-color:var(--green)}.mayple-product-warning-remove-button{border-radius:4px;border:none;padding:.3rem 1rem;background:#991b1b;background:var(--red);color:#fff;cursor:pointer}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.mayple-display{display:block}.mayple-fadein{-webkit-animation-name:fadein;animation-name:fadein}.mayple-fadein,.mayple-fadeout{-webkit-animation-duration:.4s;animation-duration:.4s}.mayple-fadeout{opacity:0;-webkit-animation-name:fadeout;animation-name:fadeout;-webkit-animation-iteration-count:1;animation-iteration-count:1}.mayple-no-br{white-space:nowrap}@media screen and (max-width:400px){.mayple-popup{padding:2em}.mayple-popup-button{padding:1em 2em}}