body.popup-active{position:relative;overflow:hidden}body.popup-active:after{content:'';display:block;position:absolute;background-color:rgba(11,12,15,.2);top:0;left:0;right:0;bottom:0;z-index:20}.shadow-modal{box-shadow:0 5px 16px 8px rgba(6,49,89,.1)}body.popup-active{position:relative;overflow:hidden}body.popup-active:after{content:'';display:block;position:absolute;background-color:rgba(0,0,0,.5);top:0;left:0;right:0;bottom:0;z-index:20}body.popup-active.popup-darker:after{background-color:rgba(11,12,15,.7)}.popup{position:fixed;bottom:0;left:0;right:0;z-index:9999;border-radius:12px 12px 0 0;background-color:#fff;background:#f0f3f9;flex-direction:column;display:flex;max-height:100vh;animation:popupOpen .8s ease-in-out 0s 1 normal forwards;animation:fadeInToTop .5s}.popup--white{background:#fff}.modal,.popup{overflow:hidden;overflow-y:auto;overflow-y:overlay;scrollbar-width:thin;scrollbar-color:#d2d7de rgba(0,0,0,0)}.modal::-webkit-scrollbar,.popup::-webkit-scrollbar{width:12px;background:rgb(0 0 0/0%)}.modal::-webkit-scrollbar-track,.popup::-webkit-scrollbar-track{background:#f3f4f9;border-radius:20px}.modal::-webkit-scrollbar-thumb,.popup::-webkit-scrollbar-thumb{background-color:#d2d7de;height:40%;background-clip:padding-box;border:3px solid rgb(0 0 0/0%);border-radius:20px}.modal::-webkit-scrollbar-thumb:hover,.popup::-webkit-scrollbar-thumb:hover{background-color:#0065ee;border:2px solid rgba(0,0,0,0)}@media (min-width:992px){.popup{top:50%;left:50%;bottom:initial;right:initial;translate:-50% -50%;max-width:900px;width:100%;border-radius:var(--hd-br)}}.popup header.popup-header{display:flex;padding:20px 16px 20px 22px;flex-direction:row;align-items:stretch;gap:10px;justify-content:space-between}.popup header.popup-header h2{font-family:var(--hd-ff--heading);font-weight:800;font-size:1.5em;color:var(--hd-color);line-height:1.5;padding:0;margin:0}.popup header.popup-header .close,.modal .modal-header .close,.popup header.popup-header .close svg,.modal .modal-header .close svg{display:inline-block;cursor:pointer;width:32px;height:32px;fill:var(--hd-color-4)}.popup .inner-popup{padding:24px;max-height:80vh;font-weight:400;font-size:1rem;line-height:24px}@media (min-width:580px){.popup .inner-popup{padding:24px}}@media (min-width:992px){.popup .inner-popup{font-weight:400;font-size:1rem;line-height:1.6;padding:20px 22px}}#image-popup{width:auto}#image-popup .close{display:inline-block;position:absolute;top:10px;right:10px;cursor:pointer;width:20px;height:20px;background:rgba(22,24,29,.7);-webkit-mask-image:url(/wp-content/themes/hostdean/assets/icons/x-close.svg);mask-image:url(/wp-content/themes/hostdean/assets/icons/x-close.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#image-popup img{max-height:80vh;object-fit:contain}#image-popup figure{margin-bottom:0}#image-popup figcaption{padding:12px 32px;text-align:center}#image-popup figcaption:empty{padding:0}.modal-container{display:flex;width:100vw;height:100vh;position:fixed;overflow:hidden;top:0;left:0;background-color:rgba(11,12,15,.2);z-index:99999;justify-content:center;align-items:center}.modal-container .modal{display:flex;height:auto;left:auto;top:auto;flex-direction:column;justify-content:center;background:#fff;color:#48658e;padding:20px;border-radius:12px;max-width:500px !important;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;text-align:center;text-shadow:1px 1px 2px #0000000f;animation:popupOpen .8s ease-in-out 0s 1 normal forwards;animation:fadeInToTop .5s}.modal .modal-header{display:flex;border:none;padding:0;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:space-between;align-items:center;gap:10px}.modal .modal-icon svg{width:auto;height:75px;margin:10px auto;fill:#536e95;opacity:.75}.modal .modal-title{font-size:26px;margin:0;color:inherit}.modal .modal-content{font-size:18px;margin:10px 0;border:none;color:inherit;background:inherit}.modal .close{width:25px;height:25px;cursor:pointer;top:5px;right:5px;position:absolute;opacity:.25}.modal-info .modal-title{color:#2196f3}.modal-info .modal-icon svg{fill:#fff;stroke:#2196f3}.modal-success .modal-title{color:#00ab55}.modal-success .modal-icon svg{fill:#fff;stroke:#00ab55}.modal-error .modal-title{color:#b61b2a}.modal-error .modal-icon svg{fill:#b61b2a10;stroke:#b61b2a}@keyframes slideRight{0%{opacity:0;transform:translateX(250px);transform:translateX(5vw)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInToTop{from{opacity:0;transform:translateY(50px)}to{opacity:1}}@keyframes popupOpen{0%{opacity:.7;max-height:0vh}20%{opacity:1}100%{opacity:1;max-height:100vh}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin .7s linear infinite}