.product-modal{display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:999999}.product-modal.open{display:block}.product-modal .modal-content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none}.product-modal .modal-content__inner{width:calc(100% - 2em);max-width:768px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:calc(100% - 2em);background-color:var(--color-blue-medium);box-shadow:1px 1px 5px rgba(0,0,0,.25);pointer-events:all;overflow:auto;position:relative}.product-modal .modal-content__inner::-webkit-scrollbar{width:4px;height:4px;border-radius:0}.product-modal .modal-content__inner::-webkit-scrollbar-track{box-shadow:none;background-color:var(--color-blue-dark);border-radius:0}.product-modal .modal-content__inner::-webkit-scrollbar-thumb{background-color:var(--color-gold);outline:0;border-radius:0}.product-modal .modal-content__inner .button{position:absolute;right:.5em;top:.5em;z-index:3;padding:0;border-radius:0;width:2em;min-width:2em;height:2em;min-height:2em}.product-modal .modal-content__inner .button span{display:none}.product-modal .modal-content__inner .button svg{width:1em;height:auto}.product-modal .modal-content__inner .button svg circle,.product-modal .modal-content__inner .button svg line,.product-modal .modal-content__inner .button svg path,.product-modal .modal-content__inner .button svg polygon{fill:none;stroke:var(--color-blue-medium);stroke-width:2;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.product-modal .modal-content__text{padding:3em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.product-modal .modal-mask{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.5)}.product-modal ol,.product-modal ul{margin:0 0 1em 0;padding:0 0 0 2em;display:grid;grid-template-columns:100%;gap:.5em}.product-modal ol:last-child,.product-modal ul:last-child{margin-bottom:0}.product-modal ul{list-style-type:disc}.product-modal ol{list-style-type:decimal}.product-modal table{width:100%;margin-bottom:1.5em}.product-modal table:last-child{margin-bottom:0}.product-modal table td,.product-modal table th{border:1px solid rgba(255,255,255,.1);padding:.5em .75em;text-align:left}.product-modal table th{background-color:var(--color-blue-dark);font-weight:400}.product-modal blockquote{text-align:center;width:100%;max-width:440px;margin:1.5em auto}.product-modal blockquote:last-child{margin-bottom:0}.product-modal blockquote p{font:1.75em droid-serif,arial,sans-serif;font-weight:400}.product-modal blockquote p:last-child{margin:0}@media (max-width:1024px){.product-modal blockquote{padding:0 10%}}