@charset "UTF-8";

.ftc-hubspot-form {
    padding: 50px var(--global-block-padding);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

section.ftc-hubspot-form {
    color:black;
}

.ftc-hubspot-form__title {
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    color:var(--pmn--pink);
}
.ftc-hubspot-form__text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.ftc-hubspot-form[style="background-color: var(--pmn--pink);"] .ftc-hubspot-form__text {
    color:white;
}

.ftc-hubspot-form__container {
    padding: 80px 100px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:white;
    border-radius:30px;
}

.ftc-hubspot-form__container .hbspt-form {
    width: 100%;
    max-width: 1166px;
}


@media screen and (max-width: 860px) {
    .ftc-hubspot-form__title {
        font-size: 24px;
        line-height: 28px;
    }
    .ftc-hubspot-form__text {
        font-size: 16px;
        line-height: 26px;
    }
    .ftc-hubspot-form__container {
        padding: 20px 5%;
        margin-top: 20px;
    }
    .ftc-hubspot-form__container .hbspt-form {
        padding: 0px 5%;
    }
    .ftc-hubspot-form__container .hs-form-field {
        width: 100%!important;
        margin-top: 10px;
    }
    .ftc-hubspot-form__container .hbspt-form fieldset {
        margin-bottom: 0px !important;
    }
    .ftc-hubspot-form__container .hs-submit {
        margin-top: 20px;
    }
    .ftc-hubspot-form__container .legal-consent-container {
        flex-direction: column;
    }

}
@media screen and (min-width: 768px) {
     .ftc-hubspot-form__title {
        max-width: 80%;
        text-align: center;
    }
}