.westbrook-popup-overlay{position:fixed;inset:0;z-index:999999;width:100%;height:100vh;padding:15px;background:rgba(0,0,0,.72);display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s ease}
.westbrook-popup-overlay.westbrook-popup-hidden{opacity:0;visibility:hidden;pointer-events:none}
.westbrook-popup{position:relative;width:100%;max-width:1035px;height:calc(100vh - 20px);max-height:calc(100vh - 20px);margin:0 auto;padding:0!important;background:#f9f8f6;overflow:hidden;box-shadow:0 15px 60px rgba(0,0,0,.35)}
.westbrook-popup>.row{width:100%;height:100%;margin:0!important}
.westbrook-popup-close{position:absolute;top:-8px;right:0;z-index:999;width:36px;height:36px;margin:0;padding:0;border:0;border-radius:0;background:#1c110d;color:#fff;font-size:24px;font-weight:300;line-height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}
.westbrook-popup-close:hover,.westbrook-popup-close:focus{background:#f0eee9;color:#1c110d;outline:none}
.col-md-5.westbrook-popup-image{width:47%!important;height:100%;min-height:0;padding:0!important;overflow:hidden;position:relative}
.westbrook-popup-image img{display:block;width:100%;height:100%!important;max-width:none;margin:0;padding:0;border:0;object-fit:cover;object-position:center center}
.col-md-7.westbrook-popup-content{width:53%!important;height:100%;min-height:0;padding:30px 46px;background:#faf9f7;color:#332b27;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c9c4c0 transparent}
.westbrook-popup-content::-webkit-scrollbar{width:6px}
.westbrook-popup-content::-webkit-scrollbar-track{background:transparent}
.westbrook-popup-content::-webkit-scrollbar-thumb{background:#c9c4c0;border-radius:10px}
.westbrook-logo{width:100%;max-width:224px!important;margin:0 auto;padding:0;text-align:center}
.westbrook-logo img{display:block;width:100%;max-width:224px;height:auto;margin:0 auto;object-fit:contain}
.westbrook-divider{width:100%;display:flex;align-items:center;gap:15px;margin:20px 0 25px;padding:0}
.westbrook-divider:before,.westbrook-divider:after{content:"";display:block;width:100%;height:1px;flex:1 1 auto;background:#d8e1e2}
.westbrook-divider span{display:block;flex:0 0 auto;color:#d8e1e2;line-height:1}
.westbrook-popup-content .content-box{width:100%;max-width:100%;margin:0;padding:0}
.westbrook-popup-content h1,.westbrook-popup-content h2,.westbrook-popup-content h3,.westbrook-popup-content h4,.westbrook-popup-content h5,.westbrook-popup-content h6{color:#1c110d}
.westbrook-popup-content strong{font-weight:700}
.westbrook-popup-content .content-box img{max-width:100%;height:auto}
.westbrook-contact-box{width:100%;margin-top:25px;padding:34px 60px;background:#fff;box-sizing:border-box}
.westbrook-contact-box img{max-width:100%;height:auto}
.btn.westbrook-popup-btn{display:block;width:100%;margin-top:14px;padding:13px 15px;line-height:1.4;letter-spacing:1px;text-align:center;text-decoration:none!important;white-space:normal;cursor:pointer;box-sizing:border-box;transition:background .25s ease,color .25s ease,border-color .25s ease}
.btn.westbrook-popup-btn:hover,.btn.westbrook-popup-btn:focus{text-decoration:none!important;outline:none}
.westbrook-contact-box p a {color: #453e3a !important;text-decoration: none;border: none;}
.westbrook-popup-overlay{opacity:0;visibility:hidden;pointer-events:none}
.westbrook-popup-overlay.westbrook-popup-visible{opacity:1;visibility:visible;pointer-events:auto}


@media (min-width:1200px){
.westbrook-popup-overlay{padding:15px}
.westbrook-popup{max-width:1035px;height:calc(100vh - 180px);max-height:calc(100vh - 20px)}
.col-md-7.westbrook-popup-content{padding:30px 46px}
.westbrook-contact-box{padding:34px 60px}
}

@media (min-width:992px) and (max-width:1199px){
.westbrook-popup-overlay{padding:15px}
.westbrook-popup{max-width:940px;height:calc(100vh - 20px);max-height:calc(100vh - 20px)}
.col-md-5.westbrook-popup-image{width:47%!important}
.col-md-7.westbrook-popup-content{width:53%!important;padding:25px 32px}
.westbrook-logo,.westbrook-logo img{max-width:200px!important}
.westbrook-divider{margin:16px 0 20px}
.westbrook-contact-box{margin-top:20px;padding:28px 32px}
}

@media (min-width:768px) and (max-width:991px){
.westbrook-popup-overlay{padding:15px}
.westbrook-popup{width:100%;max-width:760px;height:calc(100vh - 20px);max-height:calc(100vh - 20px)}
.col-md-5.westbrook-popup-image{width:45%!important;height:100%}
.col-md-7.westbrook-popup-content{width:55%!important;height:100%;padding:25px;overflow-y:auto}
.westbrook-logo,.westbrook-logo img{max-width:180px!important}
.westbrook-divider{margin:15px 0 20px}
.westbrook-contact-box{margin-top:20px;padding:25px}
}

@media (max-width:767px){
.westbrook-popup-overlay{padding:15px;align-items:center;justify-content:center}
.westbrook-popup{width:100%;max-width:500px;height:calc(100vh - 20px);max-height:calc(100vh - 20px);overflow:hidden}
.westbrook-popup>.row{height:100%;display:flex;flex-direction:column;flex-wrap:nowrap}
.col-md-5.westbrook-popup-image{width:100%!important;height:300px;min-height:300px;flex:0 0 300px;overflow:hidden}
.westbrook-popup-image img{width:100%;height:100%!important;object-fit:cover}
.col-md-7.westbrook-popup-content{width:100%!important;height:auto;min-height:0;flex:1 1 auto;padding:25px 20px;overflow-x:hidden;overflow-y:auto}
.westbrook-logo,.westbrook-logo img{max-width:180px!important}
.westbrook-divider{margin:15px 0 20px}
.westbrook-contact-box{margin-top:20px;padding:25px 20px}
.westbrook-popup-close{width:34px;height:34px;font-size:22px;line-height:34px}
}

@media (max-width:480px){
.westbrook-popup-overlay{padding:15px}
.westbrook-popup{height:calc(100vh - 10px);max-height:calc(100vh - 10px)}
.col-md-5.westbrook-popup-image{height:180px;min-height:180px;flex:0 0 180px}
.col-md-7.westbrook-popup-content{padding:22px 16px}
.westbrook-logo,.westbrook-logo img{max-width:160px!important}
.westbrook-divider{margin:12px 0 18px}
.westbrook-contact-box{padding:20px 15px}
.btn.westbrook-popup-btn{padding:12px 10px;letter-spacing:.7px}
}

@media (max-width:360px){
.westbrook-popup-overlay{padding:3px}
.westbrook-popup{height:calc(100vh - 6px);max-height:calc(100vh - 6px)}
.col-md-5.westbrook-popup-image{height:150px;min-height:150px;flex-basis:150px}
.col-md-7.westbrook-popup-content{padding:18px 13px}
.westbrook-contact-box{padding:18px 12px}
}

@media (min-width:768px) and (max-height:650px){
.westbrook-popup-overlay{padding:5px}
.westbrook-popup{height:calc(100vh - 10px);max-height:calc(100vh - 10px)}
.col-md-7.westbrook-popup-content{padding-top:18px;padding-bottom:18px}
.westbrook-logo,.westbrook-logo img{max-width:170px!important}
.westbrook-divider{margin-top:10px;margin-bottom:14px}
.westbrook-contact-box{margin-top:15px;padding-top:18px;padding-bottom:18px}
}

@media (min-width:992px) and (max-height:550px){
.westbrook-popup{height:calc(100vh - 6px);max-height:calc(100vh - 6px)}
.col-md-7.westbrook-popup-content{padding:12px 30px}
.westbrook-divider{margin:8px 0 12px}
.westbrook-contact-box{margin-top:12px;padding:15px 25px}
}