.mindstore-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1001;display:flex;justify-content:center;align-items:center;background-color:var(--mindstore-popup-overlay);opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.mindstore-popup-overlay.non-dismissable{z-index:10000}.mindstore-popup-overlay.show-popup{opacity:1;pointer-events:all}.mindstore-popup-overlay .mindstore-popup{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--mindstore-popup-bg);max-width:90%;max-height:90%;height:auto}.mindstore-popup-overlay .mindstore-popup,.mindstore-popup-overlay .mindstore-popup form,.mindstore-popup-overlay .mindstore-popup p,.mindstore-popup-overlay .mindstore-popup a,.mindstore-popup-overlay .mindstore-popup input{color:var(--mindstore-popup-color)}.mindstore-popup-overlay .mindstore-popup.max-height,.mindstore-popup-overlay .mindstore-popup.max-height img{width:auto !important}.mindstore-popup-overlay .mindstore-popup.fullscreen{width:100%;height:100%;max-width:100%;max-height:100%}.mindstore-popup-overlay .mindstore-popup.large{width:80%}.mindstore-popup-overlay .mindstore-popup.large.max-height{height:80%}.mindstore-popup-overlay .mindstore-popup.medium{width:60%}.mindstore-popup-overlay .mindstore-popup.medium.max-height{height:60%}@media only screen and (max-width:767px){.mindstore-popup-overlay .mindstore-popup.medium{width:80%}.mindstore-popup-overlay .mindstore-popup.medium.max-height{height:80%}}.mindstore-popup-overlay .mindstore-popup.small{width:40%}.mindstore-popup-overlay .mindstore-popup.small.max-height{height:40%}@media only screen and (max-width:1100px)and (min-width:768px){.mindstore-popup-overlay .mindstore-popup.small{width:50%}.mindstore-popup-overlay .mindstore-popup.small.max-height{height:50%}}@media only screen and (max-width:767px){.mindstore-popup-overlay .mindstore-popup.small{width:70%}.mindstore-popup-overlay .mindstore-popup.small.max-height{height:70%}}.mindstore-popup-overlay .mindstore-popup .media-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.mindstore-popup-overlay .mindstore-popup .media-wrapper video,.mindstore-popup-overlay .mindstore-popup .media-wrapper img{width:100%;height:100%;object-fit:contain;object-position:center}.mindstore-popup-overlay .mindstore-popup .content-wrapper{position:relative;z-index:1030;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}@media only screen and (min-width:768px){.mindstore-popup-overlay .mindstore-popup .content-wrapper .title{font-size:3rem}}.mindstore-popup-overlay .mindstore-popup .content-wrapper .content.mobile{display:none}@media only screen and (max-width:767px){.mindstore-popup-overlay .mindstore-popup .content-wrapper .content.mobile{display:block}}.mindstore-popup-overlay .mindstore-popup .content-wrapper .content.desktop{display:block}@media only screen and (max-width:767px){.mindstore-popup-overlay .mindstore-popup .content-wrapper .content.desktop{display:none}}.mindstore-popup-overlay .mindstore-popup .close{position:absolute;z-index:1020;top:20px;right:20px;padding:10px;cursor:pointer;fill:var(--mindstore-popup-color)}.mindstore-popup-overlay .mindstore-popup .close svg{width:25px;height:25px}.mindstore-popup-overlay .mindstore-popup .speach-bubble{position:absolute;z-index:1020;bottom:20px;right:20px;cursor:pointer}.mindstore-popup-overlay .mindstore-popup .speach-bubble svg{width:32px;height:32px;fill:var(--mindstore-popup-speach-bubble-color)}.mindstore-popup-overlay .mindstore-popup .buttons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:1em;gap:2em}@media only screen and (max-width:767px){.mindstore-popup-overlay .mindstore-popup .buttons{flex-direction:column;gap:1em}}.mindstore-popup-overlay .mindstore-popup .buttons .button{display:inline-block;margin:0;border:0;cursor:pointer;border-radius:2px;text-align:center;font-weight:600;font-family:var(--mindstore-subheader-font,"Montserrat");font-size:1.1rem;font-weight:500;line-height:1.4em;text-transform:uppercase;padding:4px 8px;height:40px;line-height:32px;background-color:var(--mindstore-white-color);border:1px solid var(--mindstore-black-color);color:var(--mindstore-black-color);background-color:var(--mindstore-popup-button-bg);border-color:var(--mindstore-popup-button-border-color);color:var(--mindstore-popup-button-color);min-width:150px}.mindstore-popup-overlay .mindstore-popup .buttons .button:focus{outline:none}@media only screen and (max-width:767px){.mindstore-popup-overlay .mindstore-popup .buttons .button{width:100%}}.mindstore-popup-overlay.has-media .mindstore-popup{background-color:rgba(0,0,0,0)}.mindstore-popup-overlay.has-media .mindstore-popup .content-wrapper{position:absolute;background-color:var(--mindstore-popup-bg)}