#form-popup{display:none;position:fixed;z-index:10000;padding-top:30px;left:0;top:0;width:100%;height:100%;background-color:rgba(119,119,119,0.7);pointer-events:auto;transition:background-color 300ms ease-in-out}#form-popup .form-container{background-color:#fff;box-shadow:0 0 12px rgba(0,0,0,0.3),0 1px 5px rgba(0,0,0,0.2);margin:auto;width:430px;height:660px;position:relative}#form-popup .form{overflow:auto;max-height:600px;max-width:100%;padding:25px}#form-popup .close{cursor:pointer;height:25px;position:absolute;right:-15px;top:-15px;width:25px;color:#fff;font-weight:bold;background:#0f6562;border:3px solid #fff;border-radius:100%;font-size:20px;text-align:center;line-height:25px}#form-popup .form h4{font-size:28px;font-weight:400;margin-bottom:30px}#form-popup input[type=text],#form-popup input[type=email],#form-popup input[type=tel],#form-popup textarea,#form-popup select{border:1px solid #0f6562;color:#666;height:47px;font-size:15px;line-height:15px;padding-left:15px;padding-right:15px;border-radius:5px;box-shadow:inset 0px 2px 3px #ddd;-webkit-box-shadow:inset 0px 2px 3px #ddd;-moz-box-shadow:inset 0px 2px 3px #ddd;display:block;width:100%;margin-bottom:30px}#form-popup .hs-button.primary{display:block;border-radius:4px;width:100%;height:55px;background:#0f6562;color:#fff;font-size:16px;line-height:19px;font-weight:600;text-align:center;text-transform:uppercase}.access{width:100%;float:left;text-align:center}.download-list{background:#bd5050;padding:12px 20px;font-size:23px;cursor:pointer;border-radius:5px;color:#fff !important}#form-popup .hs-form-required{display:none}#form-popup .hs-fieldtype-select .hs-form-required{display:inline}#form-popup ul.hs-error-msgs{list-style-type:none;margin:0;padding:0;margin-top:-20px;margin-bottom:10px}#form-popup ul.hs-error-msgs label{display:block;color:red}#form-popup ul.hs-error-msgs label.hs-main-font-element{visibility:hidden}@media(max-width:767px){#form-popup .form-container,#form-popup .form{width:auto;height:auto}#form-popup .close{right:-5px;top:-5px}}