.form-section{background-color:var(--blue_haze);border-radius:8px;padding:48px 16px}@media (min-width:765px){.form-section{padding:48px 32px}}@media (min-width:1024px){.form-section .form-content{width:75%}}.form-section .hs-form-field{margin-bottom:36px}.form-section label{display:block;font-weight:700;margin-bottom:12px}.form-section .hs-input{border:1px solid var(--grey_control);border-radius:4px;font-size:17px;line-height:24px;outline:none;padding:7px 12px;width:50%}.form-section .hs-input.invalid{border:1px solid var(--error);box-shadow:inset 0 0 0 1px var(--error)}.form-section .hs-error-msgs{color:var(--error);list-style-type:none;margin-bottom:0;margin-top:8px;position:relative}.form-section .hs-error-msgs li:before{content:"\e959";font-family:IA_icons;left:0;position:absolute;top:3px}.form-section .hs-button{background-color:var(--blue_enabled);border:none;border-radius:50px;color:var(--white);cursor:pointer;font-size:17px;font-weight:700;line-height:22px;padding:14px 32px}.form-section .hs-button:hover{background-color:var(--blue_hover)}.form-section .hs-button:active{background-color:var(--blue_active)}.form-block form{align-items:center;display:flex;flex-direction:column;gap:16px;position:relative}@media (min-width:765px){.form-block form{flex-direction:row;justify-content:center;margin:auto;width:fit-content}}.form-block .form-content .form-icon,.form-block label:not(.hs-error-msg){display:none}.form-block .hs-error-msgs{color:var(--error);list-style-type:none;margin-bottom:0;margin-top:8px;position:absolute}.form-block .hs-error-msgs li:before{content:"\e959";font-family:IA_icons;left:0;position:absolute;top:3px}.form-block .hs-email{width:100%}@media (min-width:765px){.form-block .hs-email{width:50%}}.form-block .hs-input{border:none;border-radius:4px;font-size:14px;line-height:18px;outline:none;padding:11px 32px;width:stretch}.form-block .hs-submit{width:100%}@media (min-width:765px){.form-block .hs-submit{width:50%}}.form-block .hs-button{background-color:transparent;border:1px solid var(--white);border-radius:4px;box-shadow:inset 0 0 0 1px var(--white);color:var(--white);cursor:pointer;font-size:14px;font-weight:700;line-height:18px;padding:10px 32px;width:100%}.form-block .hs-button:hover{border:1px solid var(--blue_bg1);box-shadow:inset 0 0 0 1px var(--blue_bg1);color:var(--blue_bg1)}.form-block .hs-button:active{border:1px solid var(--blue_bg2);box-shadow:inset 0 0 0 1px var(--blue_bg2);color:var(--blue_bg2)}