#popup_overlay{display:none;background:var(--overlay-bg);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:hidden}#popup_overlay .popup_overlay_wrap{position:relative;height:100%;width:100%;overflow-y:auto;overflow-x:auto}#popup_overlay #popup{max-width:700px;width:100%;margin:20px auto;position:relative;display:block}#popup_overlay #popup:not(.not-centered){margin:0 auto;top:50%;-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%)}@media(max-width: 1440px){#popup_overlay #popup{max-width:500px}}@media(max-width: 1024px){#popup_overlay #popup{margin:10px auto}}@media(max-width: 767px){#popup_overlay #popup{margin:0 auto}}#popup_overlay #popup .close_popup{position:absolute;right:0;left:auto;top:0;z-index:500}#popup_overlay #popup .close_popup:hover{background:var(--main_color_associate)}#popup_overlay #popup .thumb_wrap{position:relative;width:100%;height:0;padding-bottom:56.25%;display:block}#popup_overlay #popup .thumb_wrap .thumb{background-attachment:scroll;background-size:cover;background-color:#f8f8f8;background-repeat:no-repeat;background-position:center;position:absolute;top:0;left:0;width:100%;height:100%}.accessibility_BW #popup_overlay #popup .thumb_wrap .thumb{-webkit-filter:grayscale(100%) contrast(2);filter:grayscale(100%) contrast(2)}.accessibility_BY #popup_overlay #popup .thumb_wrap .thumb{-webkit-filter:grayscale(0) contrast(2);filter:grayscale(0) contrast(2)}#popup_overlay #popup .content_wrap{padding:50px 75px;position:relative;background:var(--body_background)}@media(max-width: 1024px){#popup_overlay #popup .content_wrap{padding:50px 36px}}#popup_overlay #popup .content_wrap:before{content:"";width:72px;height:80px;display:inline-block;background:var(--placeholder_img) no-repeat center;background-size:contain;position:absolute;top:0;left:45%}@media(max-width: 1024px){#popup_overlay #popup .content_wrap:before{left:40%}}#popup_overlay #popup .content_wrap .description{margin-top:30px}#popup_overlay #popup .content_wrap .the_title{margin-top:30px}@media(min-width: 1025px){#popup_overlay #popup .content_wrap .the_title{font-weight:var(--font_extra_bold);font-style:normal;font-family:var(--second_font);line-height:125%;position:relative;color:var(--title_color);font-size:var(--font_size_large);text-transform:none}#popup_overlay #popup .content_wrap .the_title strong{font-weight:inherit}#popup_overlay #popup .content_wrap .the_title strong{color:var(--highlight_color)}}#popup_overlay #popup .content_wrap .the_subtitle{margin-bottom:20px}#popup_overlay #popup .content_wrap .btns_wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;margin-top:20px}#popup_overlay #popup .content_wrap .btns_wrap .book{display:flex;justify-content:center;align-items:center;height:50px;text-align:center;position:relative}#popup_overlay #popup .content_wrap .btns_wrap .book a{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;padding:0 1.5em;height:100%;border-radius:50px;font-family:var(--first_font);font-size:var(--font_size);font-style:normal;text-align:center;text-decoration:none;z-index:1;position:relative;line-height:120%;border-width:1px;border-style:solid;min-width:160px;width:100%;letter-spacing:var(--letter-spacing);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;color:var(--main_color_associate);border-color:rgba(0,0,0,0);background-color:var(--main_color)}#popup_overlay #popup .content_wrap .btns_wrap .book a *{color:inherit;font-weight:inherit}#popup_overlay #popup .content_wrap .btns_wrap .book a:after{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;content:"";height:auto;width:auto;position:absolute;z-index:1;top:-1px;left:-1px;right:-1px;bottom:-1px;border:4px solid rgba(0,0,0,0);border-radius:50px}#popup_overlay #popup .content_wrap .btns_wrap .book a:hover,#popup_overlay #popup .content_wrap .btns_wrap .book a:focus{cursor:pointer;color:var(--highlight_color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);text-decoration:none}@media(min-width: 1025px){#popup_overlay #popup .content_wrap .btns_wrap .book a:hover:after,#popup_overlay #popup .content_wrap .btns_wrap .book a:focus:after{border-color:var(--highlight_color)}}