#fresh-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(234,215,182,0.4);z-index:99999;display:flex;justify-content:center;align-items:center;opacity:0;transition:all .3s ease;pointer-events:none}#fresh-popup.open{opacity:1;pointer-events:all}#fresh-popup.open .popup-container{transform:scale(1)}#fresh-popup .popup-container{width:100%;max-width:900px;background:#ead7b6;border-radius:0px;padding:50px 35px;box-shadow:0 0 10px rgba(0,0,0,0.5);display:flex;flex-direction:column;justify-content:center;align-items:center;transform:scale(0);transition:all .4s ease-in-out .5s}#fresh-popup .popup-container .popup-header{position:relative;width:100%}#fresh-popup .popup-container .popup-header .close-btn{position:absolute;right:0;top:0;cursor:pointer;font-size:20px;color:#C0191B;transform:scale(0.75)}#fresh-popup .popup-container .popup-body{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%}#fresh-popup .popup-container .popup-body .popup-text{width:100%}#fresh-popup .popup-container .popup-body .popup-text h2,#fresh-popup .popup-container .popup-body .popup-text p{color:#C0191B;line-height:1.4}#fresh-popup .popup-container .popup-body .popup-text h2{font-size:3rem}#fresh-popup .popup-container .popup-body .popup-text p{font-size:1.8rem}#fresh-popup .popup-container .popup-body .popup-text p strong{font-weight:bold;color:#C0191B}#fresh-popup .popup-container .popup-body .popup-text p a{display:inline-block;color:#C0191B;font-weight:bold;font-size:inherit;text-decoration:underline}#fresh-popup .popup-container .popup-body .popup-text p{margin-top:2rem}@media screen and (min-width: 48em){#fresh-popup .popup-container{border-radius:20px}#fresh-popup .popup-container .popup-header .close-btn{right:20px;transform:scale(0.85)}#fresh-popup .popup-container .popup-body{padding:0 35px 0px}#fresh-popup .popup-container .popup-body .popup-text{margin-top:0px}#fresh-popup .popup-container .popup-body .popup-text h2{font-size:3.5rem}#fresh-popup .popup-container .popup-body .popup-text p{font-size:2rem;line-height:1.5;max-width:750px}}
/*# sourceMappingURL=popup.css.map */