.registration-form{background-color:#f9f9f9;display:flex}@media not screen and (min-width:48rem){.registration-form{flex-direction:column-reverse}}.registration-form__form{padding:80px;padding-left:var(--container-margin);width:55%}@media not screen and (min-width:48rem){.registration-form__form{padding-right:30px;padding-top:50px;width:100%}}.registration-form__form-content h1{font-size:2.5rem;margin-bottom:40px}.registration-form__form .hs-form .hs-input{background-color:transparent;border:none;border-bottom:1px solid #039cf7;border-radius:0}.registration-form__form .hs-form label{color:#000}.registration-form__form .hs-form .actions{text-align:left}.registration-form__form .hs-form .actions .hs-button{background-color:#039cf7;border-color:#039cf7;height:50px;padding:.5em 1em;width:auto}.registration-form__form .hs-form .hs-error-msg{color:#fff}.registration-form__image{width:45%}@media not screen and (min-width:48rem){.registration-form__image{height:300px;width:100%}}.registration-form__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}