.hs-form{display:flex;flex-direction:column;row-gap:18px}.hs-form fieldset{max-width:100% !important}.hs-form fieldset textarea{width:100% !important}.hs-form .form-columns-2{display:flex;flex-direction:row;gap:24px}.hs-form .hs-dependent-field{display:flex;flex-direction:column;row-gap:18px}.hs-form-field label{margin-bottom:10px}.hs-form-field input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),.hs-form-field textarea{padding-left:24px;padding-right:24px;height:51px;border-radius:8px;border:1px solid #dadada;background:#f5f5f5;width:100%;color:var(--wp--preset--color--navy);font-size:16px;line-height:1.2}.hs-form-field input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit])::placeholder,.hs-form-field textarea::placeholder{opacity:1}.hs-form-field input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):focus.clickable.active,.hs-form-field textarea:focus.clickable.active{border-color:var(--wp--preset--color--stroke);background-color:var(--wp--preset--color--white)}.hs-form-field input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]).error,.hs-form-field textarea.error{border-color:#8d0000}.hs-form-field textarea{padding-top:16px;padding-bottom:16px;resize:none !important;height:150px !important}.hs-form-field select.invalid.error--{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.hs-form-field select.invalid.error--+.select2 .select2-selection{border-color:#8d0000 !important}.hs-form-field .input{margin-right:0 !important}.hs-form-field.hs-fieldtype-select select{appearance:none;padding-right:24px;padding-left:24px;height:52px;border:1px solid var(--wp--preset--color--stroke);border-radius:8px;background-color:var(--wp--preset--color--white);font-weight:500;font-size:16px}.hs-form-field.hs-fieldtype-select select[data-select2-id]{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.hs-form-field.hs-fieldtype-select select.invalid.error+.select2 .select2-selection{border-color:#8d0000 !important}.hs-form-field.hs-fieldtype-select .input{position:relative}.hs-form-field.hs-fieldtype-select .input .hs-input{width:100% !important}.hs-form-field.hs-fieldtype-select .input:after{content:"";width:14px;height:14px;border-left:2px solid var(--wp--preset--color--black);border-top:2px solid var(--wp--preset--color--black);transform:rotate(-135deg);position:absolute;top:14px;right:16px}.hs-form .hs-form-checkbox label{display:flex;align-items:center;column-gap:12px}@media(hover: hover){.hs-form .hs-form-checkbox label:hover input~span:before{background-color:var(--wp--preset--color--yellow)}.hs-form .hs-form-checkbox label:hover input:checked~span:before{background-image:url("../../img/checkmark-hover.svg");background-repeat:no-repeat;background-size:10px 10px;background-position:center}}.hs-form .hs-form-checkbox label input{position:absolute;opacity:0;cursor:pointer}.hs-form .hs-form-checkbox label input:checked~span:before{border-color:var(--wp--preset--color--royal-blue);background-image:url("../../img/checkmark.svg");background-repeat:no-repeat;background-size:10px 10px;background-position:center}.hs-form .hs-form-checkbox label input:focus:not(.clicable):not(.active)~span:before{outline:2px solid var(--wp--preset--color--royal-blue);outline-offset:0}.hs-form .hs-form-checkbox label span{display:flex;align-items:center;column-gap:10px;width:100%}.hs-form .hs-form-checkbox label span::before{content:"";flex:0 0 20px;height:20px;border:1.6px solid var(--wp--preset--color--stroke);border-radius:6px}.hs-form .hs-form-radio label{display:flex;align-items:center;column-gap:12px}@media(hover: hover){.hs-form .hs-form-radio label:hover input~span:before{background-color:var(--wp--preset--color--yellow);border-color:var(--wp--preset--color--black)}}.hs-form .hs-form-radio label input{position:absolute;opacity:0;cursor:pointer}.hs-form .hs-form-radio label input:checked~span:before{border-color:var(--wp--preset--color--royal-blue)}.hs-form .hs-form-radio label input:focus:not(.clicable):not(.active)~span:before{outline:2px solid var(--wp--preset--color--royal-blue);outline-offset:0}.hs-form .hs-form-radio label span{display:flex;align-items:center;column-gap:10px;width:100%}.hs-form .hs-form-radio label span::before{content:"";flex:0 0 20px;height:20px;border:1.6px solid var(--wp--preset--color--stroke);border-radius:50%}.hs-form .inputs-list{margin:0 !important;padding:0 !important;list-style:none}.hs-form .hs-error-msgs{display:flex;flex-direction:column;row-gap:8px;padding:8px 0 0 !important}.hs-form .hs-error-msg{display:flex;column-gap:4px;padding:6px 16px;background-color:#ffeded;border-radius:8px;font-size:16px;color:#8d0000}.hs-form .hs-error-msg::before{content:"";flex-shrink:0;width:16px;height:16px;background-image:url("../../img/error.svg");background-repeat:no-repeat;background-position:center;background-size:contain;transform:translateY(6px)}.hs-form input[type=submit]{position:absolute;top:0;left:0;opacity:0;z-index:-1;visibility:hidden}.hs-form button[type=submit]{width:100%}