*{box-sizing:border-box;margin:0;padding:0}.popup{display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99999}.popup.active{display:block}.popup .overlay{background:rgba(0,0,0,.5);height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%}.popup.active .overlay{opacity:1}.popup .popup-content{background-image:linear-gradient(#fff,#fff)!important;border-radius:20px;box-shadow:0 2px 10px rgba(0,0,0,.15);left:50%;max-height:90vh;max-width:1280px;overflow-y:auto;padding:10px 30px 30px;position:absolute;top:50%;transform:translate(-50%,-50%);width:85%}.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;width:max-content}.popup .tableContent{display:table;width:100%}.popup .tableRow{display:table-row}.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 .popup-content{width:95%}.popup .callToActionMobile{display:block}.popup .promotional-text{display:none}}