#popup_box{opacity:0;position:fixed;transition:opacity .35s ease,visibility .35s ease;visibility:hidden;z-index:9999}#popup_box,#popup_box .overlay{height:100%;left:0;top:0;width:100%}#popup_box .overlay{background:rgba(0,0,0,.7);position:absolute;z-index:3}.form_popup_open #popup_box{opacity:1;visibility:visible}.popup-form_wrapper .form-title:empty{padding:0}.popup-form_wrapper{display:flex;height:100%;opacity:0;overflow:auto;padding:50px;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s ease;width:100%}.popup-form_wrapper .form-wrap{background:#fff;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top-left-radius:50px;border-top-right-radius:50px;margin:auto;max-width:900px;padding:35px;position:relative;z-index:9}body.form_popup_open{overflow:hidden}body.form_popup_open .form_title_section{display:block}.form_title_section{display:none}.form_popup_open #popup_box .popup-form_wrapper{opacity:1}.popup-form_wrapper .form-wrap fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]){background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#3aa0c8,#e3a72f) border-box;border:1px solid transparent;border-radius:10px;color:#253342;display:inline-block;font-size:18px;font-weight:inherit;min-height:auto;padding:.7rem;width:100%}.popup-form_wrapper .form-wrap form .hs-button,.popup-form_wrapper .form-wrap form input[type=submit]{width:100%}.popup-form_wrapper .form-wrap form .hs-fieldtype-intl-phone select{font-family:DM Sans;font-size:16px}.popup-form_wrapper .closeicon{align-items:center;background-color:#fff;border-radius:20px;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:-60px;top:-20px;width:40px}@media (max-width:991px){.popup-form_wrapper .form-wrap .background_border{margin-top:calc(-13% + 5vw)!important}}