*{box-sizing:border-box;margin:0;padding:0}.popup{transition:top 0s ease-in-out .3s;z-index:2}.popup,.popup .overlay{height:100%;left:0;position:absolute;width:100%}.popup .overlay{background:rgba(0,0,0,.5);opacity:0;top:0;transition:opacity .1s ease-in-out .2s}.popup .popup-content{background-image:linear-gradient(#fff,#fff)!important;border-radius:20px;box-sizing:0 2px 2px 5px rgba(0,0,0,.05);left:50%;max-width:1280px;min-height:500px;overflow-y:auto;padding:10px 30px 30px;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.9);transition:all .3s ease-in-out;width:85%}.popup.active{top:0;transition:top 0s ease-in-out 0s}.popup.active .overlay{opacity:1;transition:all .3s ease-in-out}.popup .title{color:#a3161a!important;font-size:4vh;font-weight:700;width:100%}.popup .navBar{direction:rtl;padding-right:1%;width:100%}.popup .navBar .close-btn{color:#494949!important;cursor:pointer;font-size:4vh;font-weight:700;margin-bottom:10px;top:20px;width:max-content}.popup .tableContent{display:table}.popup .tableRow{display:table-row}.popup .tableCell{display:table-cell}.popup .tableCellBanner{display:table-cell;height:100%;vertical-align:middle;width:45%}.popup .tableCellForm{display:table-cell;height:100%;vertical-align:top;width:55%}.hideHeader{position:relative!important}.popup .callToActionMobile{display:none}.hideChatButton{display:none!important}@media only screen and (max-width:600px){.popup .tableCellForm{display:none}.popup .content,.popup .popup-content{width:100%}.popup .callToActionMobile{display:block}.popup .promotional-text{display:none}}