.section-lp-hubspot-form {
    padding: 100px 0;

    background: var(--color_blue_600);
}

@media only screen and (max-width: 768px) {
    .section-lp-hubspot-form {
        padding: 48px 0;
    }
}

.section-lp-hubspot-form h2 {
    max-width: 506px;
}

.section-lp-hubspot-form h2,
.section-lp-hubspot-form h3,
.section-lp-hubspot-form p {
    color: var(--white);
}

.section-lp-hubspot-form h2 {
    margin-bottom: 24px;
}

.section-lp-hubspot-form h3 {
    margin-bottom: 56px;
}

.section-lp-hubspot-form p {
    margin-bottom: 72px;
}

.section-lp-hubspot-form .form-container p {
    color: var(--color_blue_600);
}

.form-container {
    padding: 64px;

    background: var(--color_blue_50);
}
@media only screen and (max-width: 768px) {
    .form-container {
        padding: 34px 30px 48px;
    }
}

.form-content {
    display: flex;

    column-gap: 130px;
}

@media only screen and (max-width: 1280px) {
    .form-content {
        column-gap: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .form-content {
        flex-wrap: wrap;
    }

    .form-wrapper {
        margin-right: -30px;
        margin-bottom: 40px;
        margin-left: -30px;
    }
}
/*
.section-lp-hubspot-form fieldset > div {
    margin-top: 56px !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    .section-lp-hubspot-form fieldset > div {
        margin-top: 30px !important;
    }
}

.section-lp-hubspot-form label {
    position: absolute;
    z-index: 0;

    margin: 0;

    transition: all var(--translation_duration);

    color: var(--color_blue_200);

    font-size: var(--cs_body_font_size);
    font-weight: var(--cs-font_weight--light);
    line-height: var(--cs_line-height_xxl);
}

.section-lp-hubspot-form .not-empty label {
    transform: translateY(-33px);
}

.section-lp-hubspot-form .hs-error-msgs label {
    position: relative;

    transform: unset;

    color: var(--color_red_700) !important;

    font-size: var(--cs_body_font_size);
    font-weight: var(--cs-font_weight--light) !important;
    line-height: var(--cs_line-height_xxl);
}

.section-lp-hubspot-form input,
.section-lp-hubspot-form textarea {
    color: var(--color_blue_600);

    font-family: inherit;
}

.section-lp-hubspot-form textarea {
    height: 33px;
    min-height: 33px;
    max-height: unset;

    resize: vertical;
}

.section-lp-hubspot-form input[type="email"],
.section-lp-hubspot-form input[type="tel"],
.section-lp-hubspot-form input[type="text"],
.section-lp-hubspot-form textarea {
    position: relative;
    z-index: 1;

    padding: 0;

    color: var(--color_blue_600);
    border: none;
    border-bottom: 1px solid var(--color_blue_200);

    font-size: var(--font_body_font_size);
    font-weight: var(--cs-font_weight--light);
    line-height: var(--cs_line-height_xxl);
}

.section-lp-hubspot-form input[type="email"]:focus,
.section-lp-hubspot-form input[type="tel"]:focus,
.section-lp-hubspot-form input[type="text"]:focus,
.section-lp-hubspot-form textarea:focus {
    border: none;
    border-bottom: 1px solid var(--color_blue_600);
}

.section-lp-hubspot-form input.error,
.section-lp-hubspot-form textarea.error {
    border: none;
    border-bottom: 1px solid var(--color_red_700);
}

.section-lp-hubspot-form input[type="submit"] {
    display: flex;
    align-items: center;
    transition: all var(--animations_duration);
    border-radius: 4px;
    font-weight: var(--fw--medium);
    gap: 8px;
    color: var(--c_neutral--white);
    background: var(--c_brand--600);
    line-height: 24px;
    padding: 12px 24px;
    font-size: 18px;
    font-family: inherit;
    border: none;
    cursor: pointer;
}

.section-lp-hubspot-form input[type="submit"]:hover {
        padding: 16px 24px 8px;
}

.section-lp-hubspot-form ::-webkit-input-placeholder {
    color: var(--color_gray_600);
}

.section-lp-hubspot-form ::-moz-placeholder {
    color: var(--color_gray_600);
}

.section-lp-hubspot-form :-ms-input-placeholder {
    color: var(--color_gray_600);
}

.section-lp-hubspot-form :-moz-placeholder {
    color: var(--color_gray_600);
}

.section-lp-hubspot-form ::placeholder {
    color: var(--color_gray_600);
}

.section-lp-hubspot-form .legal-consent-container {
    margin-bottom: 56px !important;
}

@media only screen and (max-width: 768px) {
    .section-lp-hubspot-form .legal-consent-container {
        margin-bottom: 30px !important;
    }
}

.section-lp-hubspot-form .legal-consent-container label {
    position: relative;

    display: inline-block;
}

.section-lp-hubspot-form .hs-form-checkbox>span,
.section-lp-hubspot-form .hs-form-checkbox>span p,
.section-lp-hubspot-form .legal-consent-container .hs-form-booleancheckbox-display>span,
.section-lp-hubspot-form .legal-consent-container .hs-form-booleancheckbox-display>span p {
    color: var(--color_blue_600);

    font-size: var(--font_body_font_size) !important;
    font-weight: var(--cs-font_weight--light);
    line-height: var(--cs_line-height_xxl);
}

.section-lp-hubspot-form .hbspt-form input[type="checkbox"]:before {
    top: 1px;

    border: 1px solid var(--color_blue_200);
}

.section-lp-hubspot-form .hbspt-form input[type="checkbox"]:checked:before {
    border: 1px solid var(--color_blue_200);
    background: var(--white);
}

.section-lp-hubspot-form .hbspt-form input[type="checkbox"]:checked:after {
    top: 7px;
    left: 6px;

    width: 12px;
    height: 12px;

    transform: unset;

    border-width: 0;
    background: var(--color_blue_600);
}

@media only screen and (max-width: 768px) {
    .section-lp-hubspot-form .hbspt-form input[type="checkbox"]:checked:after {
        top: 7px;
        left: 6px;
    }
}

@media only screen and (max-width: 460px) {
    .section-lp-hubspot-form .hbspt-form input[type="checkbox"]:checked:after {
        top: 5px;
        left: 4px;
    }
}

.section-lp-hubspot-form .hubspot-policy {
    width: 50%;
    margin-top: 56px;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .section-lp-hubspot-form .hubspot-policy {
        width: 100%;
        margin-top: 30px;
    }
}

.section-lp-hubspot-form p .form-legend,
.section-lp-hubspot-form .policy-more p {
    margin: unset;
    margin-top: unset;

    opacity: unset;
    color: var(--color_blue_200);

    font-size: var(--font_body_small_font_size);
    line-height: var(--cs_line-height_xl);
}

.section-lp-hubspot-form .policy-more {
    display: none;
}

.section-lp-hubspot-form p .cookie-policy-more {
    position: relative;

    margin-top: 4px;
    padding-right: unset;
}

.section-lp-hubspot-form p .cookie-policy-more:after {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: '';
    transition: all var(--translation_duration);

    background: var(--color_blue_600);
}

.section-lp-hubspot-form p .cookie-policy-more:hover:after {
    width: 50%;

    background: var(--color_blue_600);
}

.section-lp-hubspot-form p .cookie-policy-more.cookie_open:after {
        transform: unset;
}

.section-lp-hubspot-form p .cookie-policy-more small {
    color: var(--color_blue_600);

    font-size: var(--font_button_font_size);
    font-weight: var(--cs-font_weight--semibold);
    line-height: var(--cs_line-height_l);
}

.section-lp-hubspot-form p .cookie-policy-more:hover small {
    color: var(--color_blue_600);
}
 */
.form-logos-container {
    display: grid;

    gap: 32px;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 768px) {
    .form-logos-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .form-logo img {
        width: 143px;
        height: auto;
    }
}

@media only screen and (max-width: 460px) {
    .form-logos-container {
        grid-template-columns: 1fr 1fr;
    }
}