/*
Generated time: May 11, 2026 16:16
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
newsletter-popup{position:fixed;top:0;left:0;z-index:calc(var(--z-header) + 1);width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;padding-top:4rem;text-align:center;visibility:hidden;pointer-events:none;will-change:visibility,background-color;transition:visibility var(--duration-default),background-color var(--duration-default),opacity var(--duration-default)}newsletter-popup[open]{background-color:rgba(0,0,0,.5);opacity:1;visibility:visible;pointer-events:all}newsletter-popup[open] .newsletter-popup__wrapper{transform:translateY(0)}newsletter-popup p{margin:0 0 1rem}newsletter-popup p:last-child{margin-bottom:0}.newsletter-popup__wrapper{overflow-y:auto;max-height:100%;position:relative;width:100%;transform:translateY(100%);transition:transform var(--duration-default)}.newsletter-popup__media{display:none}.newsletter-popup__content{padding:4rem var(--page-gutter)}.newsletter-popup__title{margin:0 0 1.6rem}.newsletter-popup__entry{margin-bottom:2.4rem;color:var(--color-body-text)}.newsletter-popup__form{margin-bottom:2.4rem}.country-popup{z-index:999;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000087;display:flex;align-items:center;justify-content:center;padding:10px;text-align:center;visibility:hidden;opacity:0;display:none}.country-popup .newsletter-popup__wrapper{transform:none;pointer-events:auto;border-radius:5px}.country-popup .country-close-popup{height:20px;width:20px;padding:0;border:0;background-color:transparent;position:absolute;top:10px;right:10px;opacity:.6;cursor:pointer}.country-popup .country-close-popup:hover{opacity:1;transform:scale(1.1)}.country-input{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.country-select{margin-bottom:20px}.country-input .country-item label input{display:none}.country-input .country-item label{padding:20px 10px 10px;position:relative;display:block;color:#6d6d6d;cursor:pointer;background-color:#fff;box-shadow:rgba(0,0,0,.16) 0 1px 4px;border-radius:4px;border:1px solid transparent;transition:.2s}.country-input .country-item label:has(input:checked){color:#147bd1;font-weight:700;border-color:#147bd1;box-shadow:none}.country-input .country-item .custom-radio{height:25px;width:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;position:relative}.country-input .country-item label:after{content:'';width:16px;height:16px;display:block;position:absolute;top:5px;right:5px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23147bd1"><path d="M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z"></path></svg>');background-position:center;background-repeat:no-repeat;background-size:cover;opacity:0;visibility:hidden;transition:.2s}.country-input .country-item label:has(input:checked):after{opacity:1;visibility:visible}.country-popup .newsletter-popup__entry{font-size:20px;margin-bottom:15px}.country-popup .country-button{display:block;max-width:200px;text-align:center;width:100%;padding:10px;border:1px solid #147bd1;background-color:#147bd1;border-radius:30px;color:#fff;margin:0 auto;transition:.2s}.country-popup .country-button:hover{background-color:transparent}.country-button:before{content:none}.country-input .country-item .custom-radio img{max-height:100%;max-width:100%}@media screen and (min-width:750px){.country-popup .newsletter-popup__content{padding:30px 40px}newsletter-popup{padding:4rem;align-items:center;background-color:rgba(0,0,0,.5);opacity:0}newsletter-popup[open] .newsletter-popup__wrapper{transform:none}.newsletter-popup__wrapper{max-width:45rem;transform:none}.newsletter-popup__content{padding:4rem}.newsletter-popup__media{display:block}}