[data-hsfc-id=Renderer] .hsfc-FormWrapper .hsfc-Step .hsfc-Step__Content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 !important;
}
[data-hsfc-id=Renderer] .hsfc-FormWrapper .hsfc-PhoneInput__FlagAndCaret {
    background-color: transparent !important;
}
.hsfc-FormWrapper .hsfc-FieldLabel {
    font-size: 20px !important;
}
.hsfc-FormWrapper .hsfc-TextInput, .hsfc-FormWrapper .hsfc-TextareaInput {
    background-color: transparent !important;
}

.hsfc-FormWrapper textarea {
    resize: none !important;
    height: 110px;
}
.hsfc-FormWrapper .hsfc-TextInput:hover, .hsfc-FormWrapper .hsfc-TextareaInput:hover {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.hsfc-FormWrapper .hsfc-Button {
    font-weight: 400 !important;
    padding: 10px 25px !important;
    font-size: 20px !important;
    line-height: normal;
}

.hsfc-FormWrapper .hsfc-Button:hover {
    transform: none;
    -webkit-transform: none;
}

@media screen and (max-width:1599px) {
    .hsfc-FormWrapper .hsfc-FieldLabel {
        font-size: 18px !important;
    }

    .hsfc-FormWrapper .hsfc-Button {
        font-size: 18px !important;
    }
}

@media screen and (max-width:1199px) {
    .hsfc-FormWrapper .hsfc-FieldLabel {
        font-size: 16px !important;
    }

    .hsfc-FormWrapper .hsfc-Button {
        font-size: 16px !important;
    }
}

@media screen and (max-width:767px) {
    .hsfc-FormWrapper .hsfc-FieldLabel {
        font-size: 15px !important;
    }

    .hsfc-FormWrapper .hsfc-Button {
        font-size: 15px !important;
    }
}