.mini-form {
    border-radius: 32px 32px 0 0;
    background: var(--parme);
    position: relative;
}

.mini-form>img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.8;
}

@media screen and (min-width: 992px) {
    .mini-form {
        border-radius: 64px 64px 0 0;
    }
}

.mini-form--container {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 992px) {
    .mini-form--container {
        padding: 64px 0;
        flex-direction: row;
        gap: clamp(32px, 9.58vw, 138px);
    }
}

.mini-form--content {
    width: 100%;
    color: white;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .mini-form--content {
        max-width: 490px;
        text-align: left;
    }
}

.mini-form--content h2 {
    margin-bottom: 16px;
}

.mini-form--content strong {
    font-weight: 800;
}

.mini-form--content p+p {
    margin-top: 24px;
}

@media screen and (min-width: 992px) {
    .mini-form--form {
        flex: 1;
    }
}

.mini-form .gform_wrapper.gravity-theme .gfield_required {
    color: white;
}

.gform_footer input {
    cursor: pointer;
}

.mini-form .gfield--type-consent {
    border: 0;
}

.mini-form .gfield--type-consent .ginput_container_consent {
    position: relative;
}

.mini-form .gfield--type-consent input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 24px;
    height: 24px;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}

.mini-form .gfield--type-consent .gfield_consent_label {
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 36px;
    margin-bottom: 0;
    color: white;
    font-size: 14px;
    line-height: 150%;
    cursor: pointer;
}

.mini-form .gfield--type-consent .gfield_consent_label::before,
.mini-form .gfield--type-consent .gfield_consent_label::after {
    content: "";
    position: absolute;
    display: block;
}

.mini-form .gfield--type-consent .gfield_consent_label::before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid white;
    border-radius: 4px;
    background: transparent;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mini-form .gfield--type-consent .gfield_consent_label::after {
    top: 4px;
    left: 9px;
    width: 7px;
    height: 13px;
    border: solid var(--prune);
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg) scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mini-form .gfield--type-consent input[type=checkbox]:checked + .gfield_consent_label::before {
    border-color: white;
    background: white;
}

.mini-form .gfield--type-consent input[type=checkbox]:checked + .gfield_consent_label::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.mini-form .gfield--type-consent input[type=checkbox]:focus-visible + .gfield_consent_label::before {
    box-shadow: 0 0 0 3px rgba(237, 234, 151, 0.75);
}

.mini-form .gfield--type-consent .gfield_consent_label a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/*# sourceMappingURL=style.css.map */
