/* co-pages: for-partners + infopartners */

.page_for_partners,
.page_infopartners {
    --co-head-left: 445px;
    --co-head-gap: 485px;
}

/* Section heads: flex 50/50 — co-pages-adaptive.css @media (min-width: 769px) */

.page_for_partners .co_head__label,
.page_infopartners .co_head__label {
    margin: 0;
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1.4;
    color: var(--color-gray);
    text-transform: lowercase;
}

/* Hero */

.co_hero__text {
    margin: 0 0 50px;
    font-size: 24px;
    line-height: 1.25;
    color: var(--color-white);
}

.page_for_partners .co_hero__btn,
.page_infopartners .co_hero__btn {
    min-width: 228px;
    min-height: 58px;
    height: 58px;
    padding: 20px 35px;
    box-sizing: border-box;
}

.page_infopartners .co_hero__btn_wide {
    min-width: 271px;
    min-height: 58px;
    height: 58px;
    padding: 20px 35px;
    box-sizing: border-box;
}

/* About */

.co_about {
    padding: 80px 0;
}

.co_about__head {
    margin-bottom: 60px;
}

.co_about__title {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
    color: var(--color-white);
}

.co_about__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.co_about__text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-white);
}

.co_about__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.co_about__stats > .co_stat {
    width: calc((100% - 60px) / 4);
}

.co_stat {
    padding: 20px;
    background: var(--color-white);
    color: #161616;
    border-radius: 0;
}

.co_stat__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.co_stat__title {
    margin: 0 0 65px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.page_infopartners .co_stat__title {
    color: var(--color-green);
}

.page_for_partners .co_stat__title {
    color: var(--color-green);
}

.co_stat__desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.co_stat__divider {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-gray-secondary);
}

.co_stat__text {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

/* Benefits */

.co_benefits {
    padding: 80px 0;
}

.co_benefits__head {
    margin-bottom: 60px;
}

.co_benefits__title {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
    color: var(--color-white);
}

.co_benefits__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.co_benefits__text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-white);
}

.co_benefits__btn {
    align-self: flex-start;
    margin-top: 20px;
}

.co_benefits__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.co_benefits__cards_4col > .co_benefits__card {
    width: calc((100% - 60px) / 4);
}

.co_benefits__cards_3col > .co_benefits__card {
    width: calc((100% - 40px) / 3);
}

.co_benefits__card {
    padding: 20px;
    background: var(--color-white);
    color: #161616;
    border-radius: 0;
}

.co_benefits__cards_4col .co_benefits__card {
    overflow: hidden;
}

.co_benefits__cards_4col .co_benefits__card_title {
    font-size: 48px;
    line-height: 1;
    max-height: 96px;
    overflow: hidden;
}

.co_benefits__cards_4col .co_benefits__card_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* for-partners benefits — Figma 1920: title 22/1.1, text 18/1.2 */
.page_for_partners .co_benefits__cards_4col .co_benefits__card_title {
    font-size: 22px;
    line-height: 1.1;
    max-height: 48px;
    overflow: hidden;
}

.page_for_partners .co_benefits__cards_4col .co_benefits__card_text {
    font-size: 18px;
    line-height: 1.2;
}

.co_benefits__card_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page_infopartners .co_benefits__cards_3col .co_benefits__card {
    padding: 20px 32px 20px 20px;
}

.page_infopartners .co_benefits__cards_3col .co_benefits__card_num {
    color: var(--color-green);
    opacity: 0.7;
}

.page_for_partners .co_benefits__card_num {
    color: var(--color-green);
    opacity: 0.7;
}

.page_infopartners .co_benefits__cards_3col .co_benefits__card_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.co_benefits__card_num {
    font-family: var(--font-display);
    font-size: 30px;
    line-height: 1;
    color: var(--color-gray);
    margin-bottom: 60px;
}

.co_benefits__card_body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.co_benefits__cards_3col .co_benefits__card {
    overflow: hidden;
}

.co_benefits__cards_3col .co_benefits__card_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.co_benefits__cards_3col .co_benefits__card_title {
    font-size: 30px;
    line-height: 1;
}

.co_benefits__card_title {
    margin: 0;
    font-weight: 500;
}

.co_benefits__card_text {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

/* Audience */

.co_audience {
    padding: 80px 0;
}

.co_audience__head {
    margin-bottom: 60px;
}

.co_audience__title {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
    white-space: nowrap;
}

.co_audience__intro {
    margin: 0;
}

.co_audience__body {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.co_audience__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: var(--co-head-left);
    max-width: 100%;
    align-self: stretch;
    min-height: 0;
}

.co_audience__decor {
    margin-top: auto;
    flex-shrink: 0;
    display: block;
    width: 445px;
    max-width: 100%;
    height: 285px;
    object-fit: cover;
    border-radius: 0;
}

.co_audience__list {
    width: calc((100% - 20px) / 2);
    display: flex;
    flex-direction: column;
}

.co_audience__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 30px 0;
    border-top: 1px solid var(--color-gray-secondary);
}

.co_audience__item:last-child {
    border-bottom: 1px solid var(--color-gray-secondary);
}

.co_audience__item_text {
    margin: 0;
    flex: 1;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
}

.co_audience__item_num {
    flex-shrink: 0;
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1;
    color: var(--color-green);
    opacity: 0.7;
}

/* Streams */

.fp_streams {
    padding: 80px 0;
}

.fp_streams__head {
    margin-bottom: 60px;
}

.fp_streams__title {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
}

.fp_streams__text {
    margin: 0 0 20px;
}

.fp_streams__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.fp_streams__card {
    position: relative;
    min-height: 401px;
    overflow: hidden;
    border-radius: 0;
}

.fp_streams__card_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp_streams__card_body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 20px;
    align-items: start;
    min-height: 401px;
    padding: 30px;
    box-sizing: border-box;
}

.fp_streams__card_num {
    font-family: var(--font-display);
    font-size: 30px;
    line-height: 1;
    color: rgba(217, 217, 217, 0.3);
}

.fp_streams__card_right {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-left: auto;
    width: 411px;
    max-width: 100%;
}

.fp_streams__card_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.fp_streams__card_title {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-white);
    max-width: 325px;
}

.fp_streams__card_arrow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 4px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.fp_streams__card_arrow_dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: var(--color-gray);
}

.fp_streams__card_arrow_dot_green {
    background: var(--color-green);
}

.fp_streams__card_desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fp_streams__card_divider {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-gray);
}

.fp_streams__card_text {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-white);
}

/* Integrations */

.fp_integrations {
    padding: 80px 0;
}

.fp_integrations__head {
    margin-bottom: 60px;
}

.fp_integrations__title {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
}

.fp_integrations__text {
    margin: 0;
}

.fp_integrations__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.fp_integrations__grid > a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
}

.fp_integrations__grid > a::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(26, 254, 76, 0);
    transition: background 0.2s ease;
    z-index: 1;
    pointer-events: none;
}

.fp_integrations__grid > a:hover::after {
    background: rgba(26, 254, 76, 0.1);
}

.fp_integrations__photo {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
}

/* Conditions */

.fp_conditions {
    padding: 80px 0;
}

.fp_conditions__head {
    margin-bottom: 60px;
}

.fp_conditions__title {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
}

.fp_conditions__text {
    margin: 0;
}

.fp_conditions__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fp_conditions__cards > .fp_conditions__card {
    width: calc((100% - 40px) / 3);
}

.fp_conditions__card {
    overflow: hidden;
    padding: 20px;
    background: var(--color-green-dark);
    color: var(--color-white);
    border: 0 !important;
    border-radius: 0;
    box-sizing: border-box;
}

.fp_conditions__card_inner {
    display: flex;
    flex-direction: column;
}

.fp_conditions__card_head {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.fp_conditions__card_title {
    margin: 0 0 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding-right: 40px;
}

.fp_conditions__card_arrow {
    flex-shrink: 0;
    width: 31px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.fp_conditions__card_desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fp_conditions__card_divider {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-gray-secondary);
    opacity: 0.5;
}

.fp_conditions__card_text {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

/* IP expectations */

.ip_expectations {
    padding: 80px 0;
}

.ip_expectations__wrap {
    position: relative;
}

.ip_expectations__head {
    margin-bottom: 60px;
}

.ip_expectations__title {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
}

.ip_expectations__cards {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.ip_expectations__card {
    min-height: 206px;
    height: 206px;
    overflow: hidden;
    border: none;
    padding: 20px;
    background: var(--color-green-dark);
    color: var(--color-white);
    border-radius: 0;
    box-sizing: border-box;
}

.ip_expectations__card_inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.ip_expectations__card_head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.ip_expectations__card_num {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
}

.ip_expectations__card_arrow {
    flex-shrink: 0;
    width: 31px;
    height: 25px;
    transform: rotate(180deg);
}

.ip_expectations__card_desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ip_expectations__card_divider {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-gray-secondary);
}

.ip_expectations__card_text {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

a.ip_expectations__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: calc((100% - 20px * 3) / 4);
    max-width: 100%;
    justify-content: center;
    min-height: 58px;
    height: 58px;
    box-sizing: border-box;
}

/* IP offer */

.ip_offer {
    padding: 80px 0;
}

.ip_offer__head {
    margin-bottom: 60px;
}

.ip_offer__title {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
}

.ip_offer__text {
    margin: 0;
}

.ip_offer__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ip_offer__card {
    overflow: hidden;
    padding: 20px;
    background: var(--color-white);
    color: #161616;
    border-radius: 0;
    box-sizing: border-box;
}

.ip_offer__card_wide {
    grid-column: span 2;
}

.ip_offer__card_inner {
    display: flex;
    flex-direction: column;
}

.ip_offer__card_num {
    font-family: var(--font-display);
    font-size: 30px;
    line-height: 1;
    color: var(--color-gray);
    margin-bottom: 60px;
}

.page_infopartners .ip_offer__card_num {
    color: var(--color-green);
    opacity: 0.7;
}

.ip_offer__card_title {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.ip_offer__card_text {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.ip_faq {
    padding: 80px 0;
}

/* Partners block on inner pages */

.co_partners {
    padding: 80px 0;
}

.co_partners__head {
    margin-bottom: 40px;
}

.co_partners__title {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
    white-space: nowrap;
}

.co_partners__intro {
    margin: 0;
}

.co_partners__rows {
    grid-column: 1 / -1;
}

.page_for_partners .co_partners__rows,
.page_infopartners .co_partners__rows {
    margin-top: 40px;
}

/* Reviews */

.co_reviews {
    padding: 80px 0;
}

.co_reviews__head {
    position: relative;
    margin-bottom: 60px;
}

.co_reviews__title {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
}

.co_reviews__slider {
    overflow: hidden;
}

.co_reviews__track .slick-track {
    display: flex;
    align-items: stretch;
}

.co_reviews__track .slick-slide {
    height: auto;
    display: flex !important;
    flex-flow: row wrap;
    float: none;
}

.co_reviews__track .slick-slide > div {
    display: flex;
    flex: 1;
}

.co_reviews__card {
    height: 100%;
    margin: 0 10px;
    padding: 30px;
    background: var(--color-white);
    color: #161616;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.co_reviews__card_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    margin-bottom: 40px;
}

.co_reviews__card_logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 60px;
    border-radius: 2px;
    overflow: hidden;
    background: transparent;
}

.co_reviews__card_logo img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.co_reviews__card_name {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.co_reviews__card_text {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
}

.co_reviews__controls {
    position: absolute;
    right: 7px;
    bottom: 0;
    display: flex;
    gap: 10px;
}

.co_reviews__track .slick-arrow::before {
    display: none;
}

/* CTA shared */

.cta_for-partners,
.cta_infopartners {
    padding: 80px 0;
}

.ip_cta__panel {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 0;
}

.ip_cta__left,
.ip_cta__right {
    position: relative;
    width: calc((100% - 20px) / 2);
    min-height: 627px;
}

@media (min-width: 1500px) {

    .cta_for-partners,
    .cta_infopartners {
        padding: 80px 0;
    }

    .fp_cta__panel {
        gap: 20px;
    }

    .ip_cta__left,
    .ip_cta__right {
        height: 627px;
        max-height: 627px;
    }

    /* fp_cta — decor 1920 (same positions as base) */
    /* ip_cta — decor 1920 (same positions as base) */
}

.ip_cta__left {
    position: relative;
    min-height: 627px;
    overflow: hidden;
    background: var(--color-black);
}

/* ip_cta — decor vectors (right panel) */
.ip_cta__deco {
    position: absolute;
    pointer-events: none;
    user-select: none;
}
.ip_cta__deco_tl { left: 0;      top: 0;     width: 125px; height: 105px; }
.ip_cta__deco_br { right: 0;     bottom: 0;  width: 154px; height: 129px; }
.ip_cta__deco_bl { left: 62px;   bottom: 68px;  width: 99px;  height: 75px; }
.ip_cta__deco_tr { right: 91px;  top: 75px;  width: 98px;  height: 74px; }

.fp_cta__intro {
    position: absolute;
    z-index: 2;
    margin: 0;
    pointer-events: none;
    box-sizing: border-box;
}

.fp_cta__title {
    color: #161616;
}

.fp_cta__text {
    color: #161616;
    font-size: 22px;
    line-height: 1.2;
    max-width: 509px;
}

.fp_cta__panel {
    display: flex;
    gap: 20px;
    overflow: hidden;
}

.fp_cta__left,
.fp_cta__right {
    width: calc((100% - 20px) / 2);
}

.fp_cta__left {
    position: relative;
    min-height: 694px;
    height: 694px;
    max-height: 694px;
    overflow: hidden;
    background: var(--Green-main, #1AFE4C);
}

/* fp_cta — decor vectors */
.fp_cta__deco {
    position: absolute;
    pointer-events: none;
    user-select: none;
}
.fp_cta__deco_tl  { right: 0;     top: 0;     width: 125px; height: 105px; }
.fp_cta__deco_bl  { right: 0;     bottom: 0;  width: 154px; height: 129px; }
.fp_cta__deco_bl2 { left: 0;      bottom: 71px;  width: 99px;  height: 75px; }

/* fp_cta — hide 992 decors at base */
.fp_cta__deco_992_tr,
.fp_cta__deco_992_br,
.fp_cta__deco_992_bl {
    display: none;
}

/* fp_cta — hide 480 decors at base */
.fp_cta__deco_480_tr,
.fp_cta__deco_480_br,
.fp_cta__deco_480_bl {
    display: none;
}

/* ip_cta — hide 992 decors at base */
.ip_cta__deco_992_tl,
.ip_cta__deco_992_br,
.ip_cta__deco_992_bl,
.ip_cta__deco_992_tr {
    display: none;
}

/* ip_cta — hide 480 decors at base */
.ip_cta__deco_480_tr,
.ip_cta__deco_480_br,
.ip_cta__deco_480_bl,
.ip_cta__deco_480_tl {
    display: none;
}

.fp_cta__right {
    min-height: 694px;
    height: 694px;
    max-height: 694px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 0;
}

.fp_cta__form {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.ip_cta__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 24%;
    border-radius: 0;
}

.ip_cta__right {
    position: relative;
    min-height: 627px;
    background: var(--color-green);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp_cta__right {
    align-items: stretch;
    justify-content: flex-start;
    padding: 40px;
    box-sizing: border-box;
    background: #FFF;
    color: #161616;
}

.ip_cta__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    width: 602px;
    max-width: 100%;
}

.ip_cta__title {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
    color: #161616;
}

.ip_cta__btn {
    width: 223px;
    min-height: 58px;
    height: 58px;
    box-sizing: border-box;
    padding: 0;
    background: var(--color-white);
    color: #161616;
    border-color: transparent;
}

.fp_cta__intro {
    margin-bottom: 15px;
    flex-shrink: 0;
}

.fp_cta__title {
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
}

.fp_cta__text {
    margin: 0;
}

.fp_cta__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    flex-shrink: 0;
}

.fp_cta__field {
    display: block;
}

.fp_cta__input {
    width: 100%;
    height: 50px;
    padding: 15px 25px;
    border: 1px solid var(--color-gray-secondary);
    border-radius: 0;
    font: inherit;
    font-size: 16px;
    line-height: 1.25;
    color: #4D4D4D;
    background: var(--color-white);
    box-sizing: border-box;
}

.fp_cta__input::placeholder {
    color: #4D4D4D;
    opacity: 1;
}

.fp_cta__field_label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.fp_cta__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.25;
}

.fp_cta__consent a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.fp_cta__checkbox {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #161616;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    box-sizing: border-box;
}

.fp_cta__submit {
    width: 100%;
    min-height: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
}

.fp_cta__submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.fp_cta__field_error .fp_cta__input {
    border-color: #d32f2f;
}

.fp_cta__consent.fp_cta__field_error {
    color: #d32f2f;
}

