#popup__form{backdrop-filter:blur(5px);background:rgba(33,51,67,.1);left:0;min-height:100vh;mix-blend-mode:normal;opacity:0;position:fixed;top:0;transition:all .3s ease-in-out;visibility:hidden;width:100vw;z-index:3}#popup__form.active{height:737px;opacity:1;overflow-y:auto;visibility:visible}#popup__form .popup-form__content{background:#213343;border:2px solid #516f90;border-radius:8px;margin:40px auto;padding:40px 30px;position:relative;text-align:center}@media(min-width:768px){#popup__form .popup-form__content{width:663px}}.popup-form__content h3{font-family:LexendDeca-Bold;font-size:32px;line-height:40px;text-align:left}.popup-form__content .hs-form label{color:#dbe4ed;font-size:14px;font-weight:300;line-height:21px}.popup-form__content .hs-input{background:transparent;border:1px solid #516f90;border-radius:100px;font-size:14px;line-height:21px}.popup-form__content textarea{border-radius:8px!important;height:120px}.popup-form__content .hs-input:focus{border-color:#516f90}.popup-form__content .hs-input::placeholder{color:#99afc4}.popup-form__content textarea::placeholder{color:#99afc4!important}.popup-form__content .hs-form-required{color:#f62d71}.popup-form__content .hs-button{background:linear-gradient(90deg,#f62d71,#d44325 96.88%);border:2px solid transparent;border-radius:100px;box-shadow:-20px -20px 40px #263b4d,20px 20px 40px #1c2b39;color:#f6f9fc;font-size:16px;font-weight:500;letter-spacing:1px;line-height:16px;padding:16px 40px;text-decoration:none;text-transform:uppercase;transform:none}.popup-form__content .hs-button:hover{transform:none}.popup-form__content .hs-button:focus,.popup-form__content .hs-button:hover{border:2px solid #99afc4;box-shadow:none;color:#f6f9fc;transition:none}