.u-section-1 .u-sheet-1 {
    min-height: 760px;
}

.u-section-1 .u-layout-wrap-1 {
    margin: 60px 0;
}

.u-section-1 .u-layout-cell-1,
.u-section-1 .u-layout-cell-2 {
    min-height: 640px;
}

.u-section-1 .u-container-layout-1 {
    padding: 50px 40px;
}

.u-section-1 .u-container-layout-2 {
    padding: 40px;
}

.u-section-1 .u-text-1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 24px;
}

.u-section-1 .u-text-2 {
    font-size: 1.125rem;
    margin: 0 0 32px;
}

.u-section-1 .u-text-3 {
    margin: 0 0 28px;
}

.u-section-1 .u-btn-group-1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.u-section-1 .u-btn-1,
.u-section-1 .u-btn-2 {
    align-self: flex-start;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.u-section-1 .u-btn-3 {
    font-weight: 700;
    padding: 0 0 4px;
}

.u-section-1 .u-form-1 {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    padding: 34px;
}

.u-section-1 .input {
    margin-bottom: 18px;
}

.u-section-1 label {
    color: #333333;
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.u-section-1 input[type="text"],
.u-section-1 input[type="email"],
.u-section-1 textarea {
    min-height: 48px;
    width: 100%;
}

.u-section-1 textarea {
    min-height: 130px;
}

.u-section-1 .u-form-group-recaptcha {
    display: flex;
    justify-content: flex-end;
    margin: 8px 0 22px;
}

.u-section-1 .u-btn-submit {
    font-weight: 700;
    padding: 14px 42px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .u-section-1 .u-layout-row {
        flex-direction: column;
    }

    .u-section-1 .u-layout-cell-1,
    .u-section-1 .u-layout-cell-2 {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .u-section-1 .u-container-layout-1,
    .u-section-1 .u-container-layout-2 {
        padding: 30px 20px;
    }

    .u-section-1 .u-form-1 {
        padding: 24px 18px;
    }

    .u-section-1 .u-form-group-recaptcha {
        justify-content: flex-start;
        transform: scale(0.86);
        transform-origin: left center;
    }
}