.contentAndFormWrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.content__on__left{flex-basis:60%}.form__on__right{flex-basis:35%}@media screen and (max-width:700px){.content__on__left,.form__on__right{flex-basis:100%}}.form__on__rightInner{background-color:#f5f5f5;border-radius:6px;padding:35px;position:relative}.form__on__rightInner input[type=email],.form__on__rightInner input[type=tel],.form__on__rightInner input[type=text]{border:none;border-radius:6px;box-sizing:border-box;height:40px;width:100%}.form__on__rightInner textarea{border:none;border-radius:6px;box-sizing:border-box;height:100px;width:100%}.form__on__rightInner .hs-form-field{margin-bottom:25px;margin-top:25px}.form__on__rightInner label{display:block;font-weight:500;margin-bottom:7px}.form__on__rightInner input[type=submit]{appearance:none;-webkit-appearance:none;background-color:var(--mainRed);border:none;border-radius:6px;color:#fff;font-size:15px;margin-top:10px;padding:12px 40px}.form__on__rightInner h3{text-align:center}.contentUsIconWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:35px;margin-top:35px}.contactIconDivider{background-color:#c8c8c8;height:2px;width:30%}.contentUsIconItem{flex-basis:10%;text-align:center}.contentUsIconContent{flex-basis:90%}.contentUsIconContent h3{color:#646464;margin-top:0}.contentUsIconItem .fa-solid{color:var(--mainRed)}.formCubes{bottom:0;position:absolute;right:0;width:150px;z-index:1}.form__on__rightInner form{position:relative;z-index:4}