.newsletter-part-main {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url('/wp-content/uploads/2026/01/background-newsletter.png') center / cover no-repeat;
}

.newsletter-part-main-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 600px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 64px;
    text-align: center;
}

.newsletter-form-container {
    margin: 0 auto;
    background: linear-gradient(90deg, #9AD7FE 0%, #006298 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-radius: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 48px 64px;
    box-sizing: border-box;
    align-items: center;
    gap: 40px;
}

.newsletter-form-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 8px;
    color: #FFFFFF;
    gap: 10px;
}

.newsletter-form-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    color: #FFFFFF;
}

.newsletter-part-form .embedForm {
    max-width: 100% !important;
    background-color: transparent !important;
}

.newsletter-part-form .embedForm label {
    font-family: var(--global-font-family-2) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 120% !important;
    color: #FFFFFF66 !important;
}

.newsletter-part-form .embedForm input {
    border-color: #092F43 !important;
    font-family: var(--global-font-family-2) !important;
}

.newsletter-part-form .embedForm button {
    background-color: #F2FAFF !important;
    border-color: #F2FAFF !important;
    border-radius: 50px !important;
    font-family: var(--global-font-family-2) !important;
    font-size: 16px !important;
    line-height: 120% !important;
    color: #092F43;
}

.newsletter-part-form .row-form {
    padding: 0 !important;
}

.newsletter-part-form .horozintalForm {
    padding: 0 !important;
}

.newsletter-part-form .ml-button-horizontal.labelsOn {
    padding-top: 27px !important;
}

@media (max-width: 1200px) {

    .newsletter-part-main-title {
        font-size: 550px;
    }
}

@media (max-width: 1024px) {

    .newsletter-part-main-title {
        font-size: 400px;
    }

    .newsletter-form-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {

    .newsletter-part-main {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .newsletter-part-main-title {
        font-size: 275px;
    }
}

@media (max-width: 500px) {

    .newsletter-part-main {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .newsletter-part-main-title {
        font-size: 200px;
        margin-bottom: 40px;
    }

    .newsletter-part-title {
        font-size: 34px;
    }

    .newsletter-form-container {
        padding: 25px 35px;
    }
}

@media (max-width: 370px) {

    .newsletter-part-main-title {
        font-size: 150px;
    }
}