.form-box{display:flex;flex-direction:row;flex-wrap:wrap;position:relative}.form-box__left-wrapper{width:100%}.form-box__title{padding:2rem;position:relative}.form-box__title:before{clip-path:polygon(0 0,0 100%,100% 0);content:"";height:calc(100% + 2rem);left:0;position:absolute;top:0;width:100%}.form-box__heading{align-items:flex-start;display:inline-block;flex-direction:column;margin:0;position:relative;z-index:1}.form-box-heading__line-1{display:block;font-size:.5em;margin-bottom:-.5rem}.form-box__content{padding:2rem;position:relative;z-index:1}.form-box__right-wrapper{width:100%}.form-box__box-wrapper{display:flex;justify-content:flex-end;width:100%}.form-box__box-image{border-radius:50%;border-style:solid;border-width:6px;height:7.25rem;overflow:hidden;width:7.25rem}.form-box__box-image img{height:100%;object-fit:cover;width:100%}@media (max-width:991px){.form-box{margin-bottom:6rem}.form-box__form{padding:2rem}.form-box__box-wrapper{display:flex;justify-content:center;margin-top:-6rem;padding:1rem;transform:translateY(6rem)}.form-box__box{align-items:center;border-radius:2rem;display:flex;flex-direction:column;padding:2rem;text-align:center}.form-box__box-image{margin-bottom:1rem}}@media (min-width:992px){.form-box{margin-bottom:6rem;padding-bottom:2rem}.form-box__left-wrapper{width:41.6666666667%}.form-box__right-wrapper{width:58.3333333333%}.form-box__right{padding:4rem}.form-box__box-wrapper{position:absolute;right:0;top:calc(100% - 4rem);width:80%}.form-box__box{align-items:center;border-radius:2rem 0 0 2rem;display:flex;flex-direction:row;padding:2rem 4rem 2rem 5rem;position:relative;width:calc(100% - 3.625rem)}.form-box__box:after{content:"";height:100%;left:100%;position:absolute;top:0;transform:translateX(-2px)}.form-box__box-image{left:-3.625rem;position:absolute}}@media (min-width:1200px){.form-box__title{padding:2rem 4rem}.form-box__content{padding:2rem 6rem 4rem}.form-box__box-wrapper{width:58.3333333333%}}