.elementor-367 .elementor-element.elementor-element-4cae721{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-0c04a6b */.body-terms {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f3f6f4;
    color: #1f2933;
    line-height: 1.8;
    padding: 60px 16px;
    margin: -1rem;
}
.page-header {
    display: none;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 56px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

h1 {
    font-size: 2.4rem;
    color: #2c5f2d;
    margin-bottom: 32px;
    text-align: center;
    position: relative;
}

h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #2c5f2d;
    margin: 16px auto 0;
    border-radius: 2px;
}

h2 {
    font-size: 1.45rem;
    margin-top: 48px;
    margin-bottom: 16px;
    color: #2c5f2d;
    border-left: 4px solid #2c5f2d;
    padding-left: 14px;
}

p {
    margin-bottom: 18px;
    color: #4b5563;
    font-size: 1rem;
}

ul {
    margin: 16px 0 32px 28px;
}

ul li {
    margin-bottom: 10px;
    color: #4b5563;
}

strong {
    color: #1f2933;
}

.highlight {
    background: #eef6f0;
    border-left: 5px solid #2c5f2d;
    padding: 24px;
    margin-top: 28px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .container {
        padding: 32px 24px;
    }

    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    p {
        font-size: 0.95rem;
    }
}/* End custom CSS */