#popup_overlay{background:rgba(30,30,30,0.87);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:0;left:auto;top:0;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;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{height:auto;width:100%;display:block;padding-bottom:3em;padding-top:1em}}@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 .description{line-height:150%}#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(--highlight-font);font-weight:normal;line-height:100%;position:relative;color:var(--titles);font-size:1.7em;position:relative;font-family:var(--first-font)}#popup .content .content_wrap .title strong{font-weight:inherit}#popup .content .content_wrap .title strong{color:var(--highlighted)}#popup .content .content_wrap .subtitle{font-family:var(--first-font);font-weight:normal;line-height:130%;position:relative;color:var(--secondary);font-size:1.3em;margin-bottom:0.5em}#popup .content .content_wrap .subtitle strong{font-weight:inherit}#popup .content .content_wrap .btn{display:inline-block;height:50px;overflow:hidden;text-align:center;display:inline-block;margin:1em auto 0}#popup .content .content_wrap .btn 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;font-family:var(--first-font);padding:0 2em 0;height:100%;text-align:center;text-decoration:none;z-index:1;overflow:hidden;position:relative;line-height:120%;-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 .btn a *{color:inherit;font-weight:inherit}#popup .content .content_wrap .btn a:hover,#popup .content .content_wrap .btn a:focus{text-decoration:none;outline:none}#popup .content .content_wrap .btn a{background-color:var(--highlighted);color:var(--highlighted-color-associated)}#popup .content .content_wrap .btn a:before{display:inline-block;width:45px;height:auto;background:transparent;content:'\e904';font-family:'arrows';font-size:1.4em}#popup .content .content_wrap .btn a:hover{background-color:var(--hover);color:var(--hover-color-associated)}#popup #countdown{font-size:var(--font-size);background:var(--main);color:var(--secondary);z-index:200;width:400px;height:400px;top:50%;left:50%;padding:2em;transform:translate(-50%, -50%);position:absolute;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: 768px) and (max-width: 991px){#popup #countdown{height:300px}}@media (max-width: 767px){#popup #countdown{width:90%;height:70%;margin:0;padding:1em}}#popup #countdown h3{font-weight:normal;font-size:1.7em;margin-bottom:1em;color:var(--main-color-associated)}@media (max-width: 767px){#popup #countdown h3{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 .5em}@media (max-width: 767px){#popup #countdown .countdown_content .item{padding-right:0.5em;padding-left:.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.2em;color:var(--secondary);font-weight:normal;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:110%;position:relative;color:var(--main-color-associated);font-size:2.5em;font-weight:normal}#popup #countdown .countdown_content .item .val strong{font-weight:normal}#popup #countdown .countdown_content .item .val strong{color:var(--highlighted)}@media (max-width: 767px){#popup #countdown .countdown_content .item .val{font-size:1.7em}}
