.form-text__form{display:flex;flex-direction:column;height:100%;justify-content:center}.form-text__top-links{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.form-text__link{color:#314a5b;font-size:14px;line-height:1.8}.form-text__link:hover{color:#314a5b}.form-text__link>span{padding-left:5px}.form-text__link svg{height:auto;width:10px}.form-text__text-wrapper{align-items:center}.hs-form-required{font-size:80%;margin-left:5px}.form-text__form input[type=date]:focus,.form-text__form input[type=email]:focus,.form-text__form input[type=number]:focus,.form-text__form input[type=phone]:focus,.form-text__form input[type=tel]:focus,.form-text__form input[type=text]:focus,.form-text__form textarea:focus{box-shadow:0 0 0 .2rem rgba(37,68,133,.25)}@media (max-width:767px){.form-text__form__content,.form-text__text{margin:0 auto}}.form-text__text ul{list-style:none;padding-left:0}.form-text__text li{align-items:flex-start;display:flex;gap:25px}.form-text.row{align-items:center}.form-text__text li:before{background-position:0;background-repeat:no-repeat;background-size:24px 24px;content:"";display:inline-block;height:24px;padding-left:17px;position:relative;top:6px;width:24px}.form-text__text li>span{padding-left:8px}.form-text__horizontal-line{border:none}.form-text .hs-submit .actions{display:flex}.form-text textarea.hs-input{min-height:85px}.form-text .submitted-message{align-items:center;display:flex;justify-content:center;position:relative;top:-10px}@media(max-width:992px){.form-text .submitted-message{top:-9px}}.form-text select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px}.form-text .error,.form-text .invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4124' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");background-position:center right .5625rem;background-repeat:no-repeat;background-size:1.125rem 1.125rem}.form-text textarea.error,.form-text textarea.invalid{background-position:top .5625rem right .5625rem}.form-text select.error,.form-text select.invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4124' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem}@media (max-width:765px){.form-text .form-columns-2 input.hs-input,.form-text .form-columns-3 input.hs-input{width:100%!important}}.form-text input[type=checkbox],.form-text input[type=radio]{display:none}.form-text input[type=checkbox]+span,.form-text input[type=radio]+span{cursor:pointer;display:block;padding-left:30px;position:relative}.form-text input[type=checkbox]+span:before,.form-text input[type=radio]+span:before{border:1px solid #323232;color:#0185b7;content:"\f00c";display:block;font-family:fontawesome;font-size:0;height:20px;left:0;line-height:18px;position:absolute;text-align:center;top:0;transition:all .3s ease;-webkit-transition:all .3s ease;width:20px}.form-text input[type=checkbox]:checked+span:before,.form-text input[type=radio]:checked+span:before{background:var(--primary);border-color:var(--primary)}.form-text input[type=checkbox]:checked+span:before{color:#fff;font-size:12px;letter-spacing:0}.form-text input[type=radio]+span:before{border-radius:50%}