#popup_overlay{background:rgba(0,0,0,0.6);position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;overflow:hidden}#popup_overlay .popup_overlay_wrap{position:relative;height:100%;width:100%;overflow-y:auto;overflow-x:auto}#popup{padding:0;background:var(--bg);width:950px;height:600px;color:var(--bg-color-associated);position:relative;margin:20px auto;display:block}@media (min-width: 1400px){#popup{width:1200px}}@media (min-width: 768px) and (max-width: 991px){#popup{width:80%;height:auto}}@media (max-width: 767px){#popup{width:95%;height:auto;margin-top:10px}}#popup .close_popup{position:absolute;right:10px;left:auto;top:10px;z-index:500}#popup .content{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;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}@media (max-width: 991px){#popup .content{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}#popup .content .thumb_wrap{width:45%;position:relative;height:600px}@media (max-width: 991px){#popup .content .thumb_wrap{height:240px;width:100%}}@media (min-width: 768px) and (max-width: 991px){#popup .content .thumb_wrap{height:380px}}#popup .content .thumb_wrap .thumb{background-attachment:scroll;background-size:cover;background-color:#ccc;background-repeat:no-repeat;background-position:center;width:100%;height:100%}#popup .content .content_wrap{width:55%;padding:1em 2em 3em;position:relative;text-align:center;height:600px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}@media (max-width: 991px){#popup .content .content_wrap{width:100%}}@media (max-width: 991px){#popup .content .content_wrap{height:auto;width:100%;display:block}}@media (max-width: 767px){#popup .content .content_wrap{padding-right:1em;padding-left:1em}}#popup .content .content_wrap .subtitle,#popup .content .content_wrap .title,#popup .content .content_wrap .description{max-width:500px;margin-left:auto;margin-right:auto;width:90%}#popup .content .content_wrap .title{margin-bottom:10px}#popup .content .content_wrap .content{position:relative}#popup .content .content_wrap .logo{margin-bottom:40px}@media (max-width: 991px){#popup .content .content_wrap .logo{margin-bottom:20px}}#popup .content .content_wrap .logo img{max-width:250px;max-height:100px;width:auto;height:auto}#popup .content .content_wrap .title{font-family:var(--first-font);line-height:150%;position:relative;text-transform:none;font-weight:bold;color:var(--titles, var(--main));font-size:1.7em;position:relative}#popup .content .content_wrap .title strong{font-weight:inherit}#popup .content .content_wrap .title strong{color:var(--secondary)}#popup .content .content_wrap .subtitle{line-height:150%;position:relative;font-family:var(--first-font);color:var(--secondary);font-size:1.2em;margin-bottom:0.5em}#popup .content .content_wrap .subtitle strong{font-weight:inherit}#popup .content .content_wrap .btns_wrap{margin-top:1em}#popup .content .content_wrap .btns_wrap .btnCta{display:inline-block;height:50px;overflow:hidden;text-align:center}#popup .content .content_wrap .btns_wrap .btnCta 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:1em 1.5em;height:100%;text-align:center;text-decoration:none;z-index:1;overflow:hidden;position:relative;line-height:120%;font-family:var(--first-font);font-size:14px;text-transform:uppercase;letter-spacing:0.1em;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#popup .content .content_wrap .btns_wrap .btnCta a *{color:inherit;font-weight:inherit}#popup .content .content_wrap .btns_wrap .btnCta a:hover,#popup .content .content_wrap .btns_wrap .btnCta a:focus{text-decoration:none;outline:none}#popup .content .content_wrap .btns_wrap .btnCta a{background-color:var(--highlighted);color:var(--highlighted-color-associated)}#popup .content .content_wrap .btns_wrap .btnCta a:hover{background-color:var(--hover);color:var(--hover-color-associated)}#popup #countdown{font-size:var(--font-size);position:absolute;background:var(--main);color:#ddd;top:50%;left:50%;z-index:200;width:400px;height:340px;margin-top:-170px;margin-left:-200px;padding:2em;text-align:center;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-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}@media (min-width: 1200px){#popup #countdown{height:400px;margin-top:-200px}}@media (min-width: 768px) and (max-width: 991px){#popup #countdown{height:300px;margin-top:-150px}}@media (max-width: 767px){#popup #countdown{width:90%;left:5%;margin:0;padding:1em;height:65%;top:22%}}#popup #countdown .countdown_title{font-family:var(--first-font);line-height:150%;position:relative;text-transform:none;font-weight:bold;color:#fff;font-size:1.3em;margin-bottom:1em}@media (min-width: 1400px){#popup #countdown .countdown_title{font-size:1.5em}}#popup #countdown .countdown_title strong{font-weight:inherit}#popup #countdown .countdown_title strong{color:var(--secondary)}@media (max-width: 767px){#popup #countdown .countdown_title{font-size:1em;margin-bottom:0.5em}}#popup #countdown .countdown_content{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-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}#popup #countdown .countdown_content .item{position:relative;padding:0 0.5em}#popup #countdown .countdown_content .item:first-child{padding-left:0}#popup #countdown .countdown_content .item:last-child{padding-right:0}#popup #countdown .countdown_content .item:not(:first-child) .val:before{content:':';position:absolute;top:0;height:100%;left:-0.3em;color:#ddd;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}#popup #countdown .countdown_content .item span{display:block}@media (max-width: 767px){#popup #countdown .countdown_content .item .label{font-size:0.8em}}#popup #countdown .countdown_content .item .val{font-family:var(--first-font);line-height:150%;position:relative;text-transform:none;font-weight:bold;color:#fff;font-size:2.5em}#popup #countdown .countdown_content .item .val strong{font-weight:inherit}#popup #countdown .countdown_content .item .val strong{color:var(--secondary)}@media (max-width: 767px){#popup #countdown .countdown_content .item .val{font-size:1.7em}}
