.wp-block-ananeoo-nutrient-architecture-sec .reveal {
    opacity: 1;
    transform: none;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-grid,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(16px, 2.4vw, 24px);
    margin-top: 46px;
}

.wp-block-ananeoo-nutrient-architecture-sec .section,
.editor-styles-wrapper .ananeoo-static-section-preview .section {
    background: var(--ananeoo-nutri-section-bg, transparent) !important;
}

.wp-block-ananeoo-nutrient-architecture-sec .card.reveal,
.editor-styles-wrapper .ananeoo-static-section-preview .card.reveal {
    background: var(--ananeoo-nutri-intro-card-bg, var(--surface-2)) !important;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card {
    background: var(--ananeoo-nutri-feature-card-bg, var(--surface)) !important;
    border: 0;
    border-radius: var(--radius);
    color: var(--ananeoo-nutri-card-content-color-desktop, inherit) !important;
    font-size: var(--ananeoo-nutri-card-content-font-size-desktop, inherit) !important;
    font-weight: var(--ananeoo-nutri-card-content-font-weight-desktop, inherit) !important;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.3);
    padding: clamp(22px, 2.6vw, 30px);
}

.wp-block-ananeoo-nutrient-architecture-sec .card.reveal,
.wp-block-ananeoo-nutrient-architecture-sec .card.reveal.is-in,
.editor-styles-wrapper .ananeoo-static-section-preview .card.reveal,
.editor-styles-wrapper .ananeoo-static-section-preview .card.reveal.is-in {
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.3);
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card .nc-head,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card .nc-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card h3,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card h3 {
    color: var(--ananeoo-adv-color, var(--ananeoo-nutri-card-heading-color-desktop, var(--ananeoo-heading-color, var(--ananeoo-default-heading-color, #003360)))) !important;
    font-size: var(--ananeoo-adv-font-size, var(--ananeoo-nutri-card-heading-font-size-desktop, var(--t-h4))) !important;
    font-weight: var(--ananeoo-adv-font-weight, var(--ananeoo-nutri-card-heading-font-weight-desktop, inherit)) !important;
    line-height: var(--ananeoo-adv-line-height, var(--ananeoo-nutri-card-heading-line-height-desktop, inherit)) !important;
    text-align: var(--ananeoo-adv-text-align, var(--ananeoo-nutri-card-heading-text-align-desktop, inherit)) !important;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card .nc-fn,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card .nc-fn {
    color: var(--ananeoo-nutri-description-color-desktop, var(--muted)) !important;
    font-size: var(--ananeoo-nutri-description-font-size-desktop, 0.94rem) !important;
    font-weight: var(--ananeoo-nutri-description-font-weight-desktop, inherit) !important;
    line-height: var(--ananeoo-nutri-description-line-height-desktop, inherit) !important;
}

.wp-block-ananeoo-nutrient-architecture-sec .head h2,
.wp-block-ananeoo-nutrient-architecture-sec .card.reveal h3,
.editor-styles-wrapper .ananeoo-static-section-preview .head h2,
.editor-styles-wrapper .ananeoo-static-section-preview .card.reveal h3 {
    color: var(--ananeoo-adv-color, var(--ananeoo-nutri-heading-color-desktop, var(--ananeoo-heading-color, var(--ananeoo-default-heading-color, #003360)))) !important;
    font-size: var(--ananeoo-adv-font-size, var(--ananeoo-nutri-heading-font-size-desktop, inherit)) !important;
    font-weight: var(--ananeoo-adv-font-weight, var(--ananeoo-nutri-heading-font-weight-desktop, inherit)) !important;
    line-height: var(--ananeoo-adv-line-height, var(--ananeoo-nutri-heading-line-height-desktop, inherit)) !important;
    text-align: center;
}

.wp-block-ananeoo-nutrient-architecture-sec .lead,
.wp-block-ananeoo-nutrient-architecture-sec .card.reveal p,
.editor-styles-wrapper .ananeoo-static-section-preview .lead,
.editor-styles-wrapper .ananeoo-static-section-preview .card.reveal p {
    color: var(--ananeoo-nutri-description-color-desktop, inherit) !important;
    font-size: var(--ananeoo-nutri-description-font-size-desktop, inherit) !important;
    font-weight: var(--ananeoo-nutri-description-font-weight-desktop, inherit) !important;
    line-height: var(--ananeoo-nutri-description-line-height-desktop, inherit) !important;
    text-align: center;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-list,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 16px;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-list li,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-list li {
    color: var(--ananeoo-nutri-tag-color-desktop, var(--ink)) !important;
    font-size: var(--ananeoo-nutri-tag-font-size-desktop, 1.3rem) !important;
    font-weight: var(--ananeoo-nutri-tag-font-weight-desktop, 600) !important;
    padding: 6px 12px;
    border-radius: var(--ananeoo-nutri-tag-radius, 8px) !important;
    background: var(--ananeoo-nutri-list-bg-desktop, var(--ananeoo-nutri-list-bg, var(--surface-2))) !important;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-fns,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-fns {
    list-style: none;
    display: grid;
    gap: 8px;
    padding-left: 0;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-fns li,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-fns li {
    color: var(--ananeoo-nutri-bullet-color-desktop, var(--muted)) !important;
    font-size: var(--ananeoo-nutri-bullet-font-size-desktop, 0.95rem) !important;
    font-weight: var(--ananeoo-nutri-bullet-font-weight-desktop, inherit) !important;
    display: flex;
    gap: 9px;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-fns li::before,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-fns li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ananeoo-nutri-bullet-dot-color-desktop, var(--c, var(--blue))) !important;
    margin-top: 9px;
    flex: none;
}

@media (max-width: 980px) {
    .wp-block-ananeoo-nutrient-architecture-sec .nutri-card {
        color: var(--ananeoo-nutri-card-content-color-tablet, var(--ananeoo-nutri-card-content-color-desktop, inherit)) !important;
        font-size: var(--ananeoo-nutri-card-content-font-size-tablet, var(--ananeoo-nutri-card-content-font-size-desktop, inherit)) !important;
        font-weight: var(--ananeoo-nutri-card-content-font-weight-tablet, var(--ananeoo-nutri-card-content-font-weight-desktop, inherit)) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .head h2,
    .wp-block-ananeoo-nutrient-architecture-sec .card.reveal h3 {
        color: var(--ananeoo-adv-color, var(--ananeoo-nutri-heading-color-tablet, var(--ananeoo-nutri-heading-color-desktop, var(--ananeoo-heading-color, var(--ananeoo-default-heading-color, #003360))))) !important;
        font-size: var(--ananeoo-adv-font-size-tablet, var(--ananeoo-adv-font-size, var(--ananeoo-nutri-heading-font-size-tablet, var(--ananeoo-nutri-heading-font-size-desktop, inherit)))) !important;
        font-weight: var(--ananeoo-adv-font-weight, var(--ananeoo-nutri-heading-font-weight-tablet, var(--ananeoo-nutri-heading-font-weight-desktop, inherit))) !important;
        line-height: var(--ananeoo-adv-line-height-tablet, var(--ananeoo-adv-line-height, var(--ananeoo-nutri-heading-line-height-tablet, var(--ananeoo-nutri-heading-line-height-desktop, inherit)))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-card h3 {
        color: var(--ananeoo-adv-color, var(--ananeoo-nutri-card-heading-color-tablet, var(--ananeoo-nutri-card-heading-color-desktop, var(--ananeoo-heading-color, var(--ananeoo-default-heading-color, #003360))))) !important;
        font-size: var(--ananeoo-adv-font-size-tablet, var(--ananeoo-adv-font-size, var(--ananeoo-nutri-card-heading-font-size-tablet, var(--ananeoo-nutri-card-heading-font-size-desktop, var(--t-h4))))) !important;
        font-weight: var(--ananeoo-adv-font-weight, var(--ananeoo-nutri-card-heading-font-weight-tablet, var(--ananeoo-nutri-card-heading-font-weight-desktop, inherit))) !important;
        line-height: var(--ananeoo-adv-line-height-tablet, var(--ananeoo-adv-line-height, var(--ananeoo-nutri-card-heading-line-height-tablet, var(--ananeoo-nutri-card-heading-line-height-desktop, inherit)))) !important;
        text-align: var(--ananeoo-adv-text-align-tablet, var(--ananeoo-adv-text-align, var(--ananeoo-nutri-card-heading-text-align-tablet, var(--ananeoo-nutri-card-heading-text-align-desktop, inherit)))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .lead,
    .wp-block-ananeoo-nutrient-architecture-sec .card.reveal p,
    .wp-block-ananeoo-nutrient-architecture-sec .nutri-card .nc-fn {
        color: var(--ananeoo-nutri-description-color-tablet, var(--ananeoo-nutri-description-color-desktop, inherit)) !important;
        font-size: var(--ananeoo-nutri-description-font-size-tablet, var(--ananeoo-nutri-description-font-size-desktop, inherit)) !important;
        font-weight: var(--ananeoo-nutri-description-font-weight-tablet, var(--ananeoo-nutri-description-font-weight-desktop, inherit)) !important;
        line-height: var(--ananeoo-nutri-description-line-height-tablet, var(--ananeoo-nutri-description-line-height-desktop, inherit)) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-list li {
        color: var(--ananeoo-nutri-tag-color-tablet, var(--ananeoo-nutri-tag-color-desktop, var(--ink))) !important;
        font-size: var(--ananeoo-nutri-tag-font-size-tablet, var(--ananeoo-nutri-tag-font-size-desktop, 1.3rem)) !important;
        font-weight: var(--ananeoo-nutri-tag-font-weight-tablet, var(--ananeoo-nutri-tag-font-weight-desktop, 600)) !important;
        background: var(--ananeoo-nutri-list-bg-tablet, var(--ananeoo-nutri-list-bg-desktop, var(--ananeoo-nutri-list-bg, var(--surface-2)))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-fns li {
        color: var(--ananeoo-nutri-bullet-color-tablet, var(--ananeoo-nutri-bullet-color-desktop, var(--muted))) !important;
        font-size: var(--ananeoo-nutri-bullet-font-size-tablet, var(--ananeoo-nutri-bullet-font-size-desktop, 0.95rem)) !important;
        font-weight: var(--ananeoo-nutri-bullet-font-weight-tablet, var(--ananeoo-nutri-bullet-font-weight-desktop, inherit)) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-fns li::before {
        background: var(--ananeoo-nutri-bullet-dot-color-tablet, var(--ananeoo-nutri-bullet-dot-color-desktop, var(--c, var(--blue)))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .wp-block-ananeoo-nutrient-architecture-sec .nutri-card {
        color: var(--ananeoo-nutri-card-content-color-mobile, var(--ananeoo-nutri-card-content-color-tablet, var(--ananeoo-nutri-card-content-color-desktop, inherit))) !important;
        font-size: var(--ananeoo-nutri-card-content-font-size-mobile, var(--ananeoo-nutri-card-content-font-size-tablet, var(--ananeoo-nutri-card-content-font-size-desktop, inherit))) !important;
        font-weight: var(--ananeoo-nutri-card-content-font-weight-mobile, var(--ananeoo-nutri-card-content-font-weight-tablet, var(--ananeoo-nutri-card-content-font-weight-desktop, inherit))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .head h2,
    .wp-block-ananeoo-nutrient-architecture-sec .card.reveal h3 {
        color: var(--ananeoo-adv-color, var(--ananeoo-nutri-heading-color-mobile, var(--ananeoo-nutri-heading-color-tablet, var(--ananeoo-nutri-heading-color-desktop, var(--ananeoo-heading-color, var(--ananeoo-default-heading-color, #003360)))))) !important;
        font-size: var(--ananeoo-adv-font-size-mobile, var(--ananeoo-adv-font-size-tablet, var(--ananeoo-adv-font-size, var(--ananeoo-nutri-heading-font-size-mobile, var(--ananeoo-nutri-heading-font-size-tablet, var(--ananeoo-nutri-heading-font-size-desktop, inherit))))) !important;
        font-weight: var(--ananeoo-adv-font-weight, var(--ananeoo-nutri-heading-font-weight-mobile, var(--ananeoo-nutri-heading-font-weight-tablet, var(--ananeoo-nutri-heading-font-weight-desktop, inherit)))) !important;
        line-height: var(--ananeoo-adv-line-height-mobile, var(--ananeoo-adv-line-height-tablet, var(--ananeoo-adv-line-height, var(--ananeoo-nutri-heading-line-height-mobile, var(--ananeoo-nutri-heading-line-height-tablet, var(--ananeoo-nutri-heading-line-height-desktop, inherit))))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-card h3 {
        color: var(--ananeoo-adv-color, var(--ananeoo-nutri-card-heading-color-mobile, var(--ananeoo-nutri-card-heading-color-tablet, var(--ananeoo-nutri-card-heading-color-desktop, var(--ananeoo-heading-color, var(--ananeoo-default-heading-color, #003360)))))) !important;
        font-size: var(--ananeoo-adv-font-size-mobile, var(--ananeoo-adv-font-size-tablet, var(--ananeoo-adv-font-size, var(--ananeoo-nutri-card-heading-font-size-mobile, var(--ananeoo-nutri-card-heading-font-size-tablet, var(--ananeoo-nutri-card-heading-font-size-desktop, var(--t-h4)))))) !important;
        font-weight: var(--ananeoo-adv-font-weight, var(--ananeoo-nutri-card-heading-font-weight-mobile, var(--ananeoo-nutri-card-heading-font-weight-tablet, var(--ananeoo-nutri-card-heading-font-weight-desktop, inherit)))) !important;
        line-height: var(--ananeoo-adv-line-height-mobile, var(--ananeoo-adv-line-height-tablet, var(--ananeoo-adv-line-height, var(--ananeoo-nutri-card-heading-line-height-mobile, var(--ananeoo-nutri-card-heading-line-height-tablet, var(--ananeoo-nutri-card-heading-line-height-desktop, inherit))))) !important;
        text-align: var(--ananeoo-adv-text-align-mobile, var(--ananeoo-adv-text-align-tablet, var(--ananeoo-adv-text-align, var(--ananeoo-nutri-card-heading-text-align-mobile, var(--ananeoo-nutri-card-heading-text-align-tablet, var(--ananeoo-nutri-card-heading-text-align-desktop, inherit))))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .lead,
    .wp-block-ananeoo-nutrient-architecture-sec .card.reveal p,
    .wp-block-ananeoo-nutrient-architecture-sec .nutri-card .nc-fn {
        color: var(--ananeoo-nutri-description-color-mobile, var(--ananeoo-nutri-description-color-tablet, var(--ananeoo-nutri-description-color-desktop, inherit))) !important;
        font-size: var(--ananeoo-nutri-description-font-size-mobile, var(--ananeoo-nutri-description-font-size-tablet, var(--ananeoo-nutri-description-font-size-desktop, inherit))) !important;
        font-weight: var(--ananeoo-nutri-description-font-weight-mobile, var(--ananeoo-nutri-description-font-weight-tablet, var(--ananeoo-nutri-description-font-weight-desktop, inherit))) !important;
        line-height: var(--ananeoo-nutri-description-line-height-mobile, var(--ananeoo-nutri-description-line-height-tablet, var(--ananeoo-nutri-description-line-height-desktop, inherit))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-list li {
        color: var(--ananeoo-nutri-tag-color-mobile, var(--ananeoo-nutri-tag-color-tablet, var(--ananeoo-nutri-tag-color-desktop, var(--ink)))) !important;
        font-size: var(--ananeoo-nutri-tag-font-size-mobile, var(--ananeoo-nutri-tag-font-size-tablet, var(--ananeoo-nutri-tag-font-size-desktop, 1.3rem))) !important;
        font-weight: var(--ananeoo-nutri-tag-font-weight-mobile, var(--ananeoo-nutri-tag-font-weight-tablet, var(--ananeoo-nutri-tag-font-weight-desktop, 600))) !important;
        background: var(--ananeoo-nutri-list-bg-mobile, var(--ananeoo-nutri-list-bg-tablet, var(--ananeoo-nutri-list-bg-desktop, var(--ananeoo-nutri-list-bg, var(--surface-2))))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-fns li {
        color: var(--ananeoo-nutri-bullet-color-mobile, var(--ananeoo-nutri-bullet-color-tablet, var(--ananeoo-nutri-bullet-color-desktop, var(--muted)))) !important;
        font-size: var(--ananeoo-nutri-bullet-font-size-mobile, var(--ananeoo-nutri-bullet-font-size-tablet, var(--ananeoo-nutri-bullet-font-size-desktop, 0.95rem))) !important;
        font-weight: var(--ananeoo-nutri-bullet-font-weight-mobile, var(--ananeoo-nutri-bullet-font-weight-tablet, var(--ananeoo-nutri-bullet-font-weight-desktop, inherit))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-fns li::before {
        background: var(--ananeoo-nutri-bullet-dot-color-mobile, var(--ananeoo-nutri-bullet-dot-color-tablet, var(--ananeoo-nutri-bullet-dot-color-desktop, var(--c, var(--blue))))) !important;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-grid {
        margin-top: 30px;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-card {
        padding: 22px 18px;
    }
}

.wp-block-ananeoo-nutrient-architecture-sec.nutri-system--nested,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec.nutri-system--nested,
.wp-block-ananeoo-nutrient-architecture-sec .nutri-system,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-system {
    background: #fff !important;
    padding: clamp(54px, 6vw, 78px) 0 clamp(46px, 5vw, 68px);
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-system__content,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-system__content,
.wp-block-ananeoo-nutrient-architecture-sec .nutri-system .wrap,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-system .wrap {
    max-width: 1240px;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-system .head,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-system .head {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-system__title,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-system__title,
.wp-block-ananeoo-nutrient-architecture-sec .nutri-system #arch-title,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-system #arch-title {
    margin: 0;
    color: var(--ananeoo-nutri-heading-color-desktop, #003360) !important;
    font-size: var(--ananeoo-nutri-heading-font-size-desktop, clamp(28px, 3vw, 38px)) !important;
    font-weight: var(--ananeoo-nutri-heading-font-weight-desktop, 700) !important;
    line-height: var(--ananeoo-nutri-heading-line-height-desktop, 1.18) !important;
    letter-spacing: 0;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-system__lead,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-system__lead,
.wp-block-ananeoo-nutrient-architecture-sec .nutri-system .lead,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-system .lead {
    max-width: none;
    margin: 28px auto 0;
    color: var(--ananeoo-nutri-description-color-desktop, #003360) !important;
    font-size: var(--ananeoo-nutri-description-font-size-desktop, clamp(24px, 2.4vw, 31px)) !important;
    font-weight: var(--ananeoo-nutri-description-font-weight-desktop, 500) !important;
    line-height: var(--ananeoo-nutri-description-line-height-desktop, 1.3) !important;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-grid--system,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-grid--system {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(22px, 2.4vw, 32px);
    margin-top: clamp(52px, 5.2vw, 76px);
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system {
    display: flex;
    min-height: 760px;
    flex-direction: column;
    padding: clamp(24px, 2.2vw, 30px) clamp(24px, 2vw, 28px) 30px;
    background: var(--ananeoo-nutri-feature-card-bg, #f5f9fb) !important;
    border-radius: 10px;
    color: var(--ananeoo-nutri-card-content-color-desktop, #003360) !important;
    font-size: var(--ananeoo-nutri-card-content-font-size-desktop, 21px) !important;
    font-weight: var(--ananeoo-nutri-card-content-font-weight-desktop, 500) !important;
    line-height: 1.25;
    box-shadow: 18px 24px 38px rgba(0, 0, 0, 0.2);
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-icon,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-icon,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nutri-icon {
    display: flex;
    width: 100%;
    min-height: 88px;
    height: 88px;
    margin: 0 auto 14px !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 88px;
    color: #2c66a1;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-icon svg,
.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-icon img,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-icon img,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-icon svg,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nutri-icon svg {
    display: block;
    width: 86px;
    max-width: 100%;
    height: auto;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-icon--oxygen,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nutri-icon--oxygen {
    font-family: var(--font-heading, Poppins, sans-serif);
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-icon--oxygen sub,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nutri-icon--oxygen sub {
    bottom: -0.08em;
    font-size: 0.55em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nc-head,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nc-head,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nc-head {
    display: block;
    margin-top: 0;
    text-align: center;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system h3,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system h3,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system h3 {
    margin: 0;
    color: var(--ananeoo-adv-color, var(--ananeoo-nutri-card-heading-color-desktop, #003360)) !important;
    font-size: var(--ananeoo-adv-font-size, var(--ananeoo-nutri-card-heading-font-size-desktop, 27px)) !important;
    font-weight: var(--ananeoo-adv-font-weight, var(--ananeoo-nutri-card-heading-font-weight-desktop, 700)) !important;
    line-height: var(--ananeoo-adv-line-height, var(--ananeoo-nutri-card-heading-line-height-desktop, 1.18)) !important;
    text-align: var(--ananeoo-adv-text-align, var(--ananeoo-nutri-card-heading-text-align-desktop, center)) !important;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-divider,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nutri-divider {
    display: block;
    height: 1px;
    margin: 28px 0 36px;
    background: #dfc99c;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-list,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-list,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nutri-list {
    display: grid;
    gap: 8px;
    margin: 0 0 auto;
    padding: 0;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-list li,
.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-list__item,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-list__item,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nutri-list li {
    padding: 0;
    background: transparent !important;
    border-radius: 0 !important;
    color: var(--ananeoo-nutri-tag-color-desktop, #003360) !important;
    font-size: var(--ananeoo-nutri-tag-font-size-desktop, 21px) !important;
    font-weight: var(--ananeoo-nutri-tag-font-weight-desktop, 500) !important;
    line-height: 1.25;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-fns,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-fns,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nutri-fns {
    display: grid;
    gap: 12px;
    padding-left: 0;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-fns li,
.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-fns__item,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-fns__item,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nutri-fns li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--ananeoo-nutri-bullet-color-desktop, #003360) !important;
    font-size: var(--ananeoo-nutri-bullet-font-size-desktop, 19px) !important;
    font-weight: var(--ananeoo-nutri-bullet-font-weight-desktop, 500) !important;
    line-height: 1.15;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-fns li::before,
.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-fns__item::before,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nutri-fns__item::before,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nutri-fns li::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: 6px;
    background: var(--ananeoo-nutri-bullet-dot-color-desktop, #d0b900) !important;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nc-fn,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system .nc-fn,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system .nc-fn {
    display: block;
    margin: 26px 0 0;
    color: var(--ananeoo-nutri-card-content-color-desktop, #003360) !important;
    font-size: var(--ananeoo-nutri-card-content-font-size-desktop, 19px) !important;
    font-weight: var(--ananeoo-nutri-card-content-font-weight-desktop, 500) !important;
    line-height: 1.15;
}

.wp-block-ananeoo-nutrient-architecture-sec .nutri-system__bottom,
.editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-system__bottom,
.editor-styles-wrapper .ananeoo-static-section-preview .nutri-system__bottom {
    margin: clamp(54px, 5vw, 70px) auto 0;
    color: #003360;
    font-size: clamp(24px, 2.4vw, 30px);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 1100px) {
    .wp-block-ananeoo-nutrient-architecture-sec .nutri-grid--system,
    .editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-grid--system,
    .editor-styles-wrapper .ananeoo-static-section-preview .nutri-grid--system {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system,
    .editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system,
    .editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .wp-block-ananeoo-nutrient-architecture-sec.nutri-system--nested,
    .editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec.nutri-system--nested,
    .wp-block-ananeoo-nutrient-architecture-sec .nutri-system,
    .editor-styles-wrapper .ananeoo-static-section-preview .nutri-system {
        padding: 42px 0 46px;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-grid--system,
    .editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-grid--system,
    .editor-styles-wrapper .ananeoo-static-section-preview .nutri-grid--system {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system,
    .editor-styles-wrapper .wp-block-ananeoo-nutrient-architecture-sec .nutri-card--system,
    .editor-styles-wrapper .ananeoo-static-section-preview .nutri-card--system {
        padding: 24px 22px 28px;
    }
}
