:root{--red:#991b1b;--green:#27392a;--background:#f5f0e7}.mayple-container{position:fixed;max-width:100vw;bottom:0;right:0;z-index:50000000000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-family:sans-serif}.mayple-container,.mayple-popup{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.mayple-popup{position:relative;border-radius:16px;margin:16px;max-width:555px;color:var(--green);background-color:var(--background);border-color:var(--green);padding:32px 48px;border:2px solid var(--green);-webkit-box-shadow:0 3px 30px rgba(0,0,0,.2901960784313726);box-shadow:0 3px 30px rgba(0,0,0,.2901960784313726);text-align:center}.mayple-country-select-container{width:100vw;padding:16px;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}.mayple-country-select{border:1px solid var(--green);background:#fff;font-size:16px;padding:10px;width:250px;cursor:pointer}.mayple-product-warning{position:relative;border-radius:6px;font-size:12px;padding:16px 32px 16px 24px;margin:16px;max-width:800px;width:calc(100% - 24px);background-color:#fef2f2;color:var(--red);border:1px solid var(--red);-webkit-box-shadow:0 3px 30px rgba(0,0,0,.2901960784313726);box-shadow:0 3px 30px rgba(0,0,0,.2901960784313726);text-align:left;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.mayple-product-warning>h4{margin:0;font-size:18px;line-height:1.2;color:var(--red)}.mayple-product-warning>p{font-size:14px;line-height:1;color:var(--red);margin:0;padding:0}.mayple-product-warning>ul{padding:0 0 0 16px;margin:0}.mayple-product-warning>ul>li{color:var(--red)}.mayple-product-warning>ul>li>p{margin:0}.mayple-popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-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 var(--green);padding-bottom:16px;margin-bottom:16px}.mayple-popup-logo{height:32px;width:auto}.mayple-popup-logo>svg{height:100%!important}.mayple-popup-close{position:absolute;top:10px;right:10px;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:none;color:var(--green);height:16px;width:16px;font-size:10px;cursor:pointer;background:transparent;padding:0;margin:0}.mayple-popup-title{color:var(--green);font-size:28px;margin:0;line-height:1.2}.mayple-popup-subtitle{color:var(--green);font-size:24px;margin:0 0 1em;line-height:1.2}.mayple-popup-description{color:var(--green);font-size:16px;margin:16px 0 32px;line-height:1}.mayple-popup-button{border:none;border-radius:6;padding:24px 5em;margin:0 auto;font-size:16px;cursor:pointer;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:auto 1fr;gap:12px;color:var(--background);background-color:var(--green)}.mayple-product-warning-remove-button{border-radius:4px;border:none;padding:4px 16px;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:32px}.mayple-popup-button{padding:16px 32px}}