.elementor-2115 .elementor-element.elementor-element-a30d516{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-517265b */.tb-privacy {
    --tb-primary: #138670;
    --tb-primary-dark: #0d6f5d;
    --tb-dark: #16221f;
    --tb-text: #4f5c57;
    --tb-light: #f5f8f7;
    --tb-border: #e1e9e6;

    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;

    color: var(--tb-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

.tb-privacy * {
    box-sizing: border-box;
}


/* =========================
   HEADER
========================= */

.tb-privacy-header {
    padding: 55px 40px;
    margin-bottom: 40px;

    color: #fff;

    background: linear-gradient(
        135deg,
        var(--tb-primary),
        var(--tb-primary-dark)
    );

    border-radius: 14px;
}

.tb-privacy-header h1 {
    margin: 0 0 10px;

    color: #fff;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.tb-privacy-header p {
    margin: 0;

    color: rgba(255,255,255,.9);

    font-size: 16px;
}


/* =========================
   SECTIONS
========================= */

.tb-privacy-section {
    padding: 30px;
    margin-bottom: 30px;

    background: #fff;

    border: 1px solid var(--tb-border);
    border-radius: 12px;
}

.tb-privacy-section h2,
.tb-privacy-contact-box h2 {
    position: relative;

    margin: 0 0 22px;
    padding-bottom: 14px;

    color: var(--tb-dark);

    font-size: 24px;
    line-height: 1.3;
}

.tb-privacy-section h2::after,
.tb-privacy-contact-box h2::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 45px;
    height: 3px;

    background: var(--tb-primary);

    border-radius: 3px;
}


/* =========================
   TEXT
========================= */

.tb-privacy-section p {
    margin: 0 0 15px;

    font-size: 15px;
}

.tb-privacy-section p:last-child {
    margin-bottom: 0;
}

.tb-privacy strong {
    color: var(--tb-dark);
}


/* =========================
   CONTACT
========================= */

.tb-privacy-contact {
    margin: 20px 0;
    padding: 22px;

    color: var(--tb-dark);

    background: var(--tb-light);

    border-left: 4px solid var(--tb-primary);
    border-radius: 0 8px 8px 0;
}


/* =========================
   LIST
========================= */

.tb-privacy-list {
    padding: 0;
    margin: 20px 0;

    list-style: none;
}

.tb-privacy-list li {
    position: relative;

    padding: 9px 0 9px 30px;

    border-bottom: 1px solid var(--tb-border);
}

.tb-privacy-list li:last-child {
    border-bottom: none;
}

.tb-privacy-list li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 9px;

    color: var(--tb-primary);

    font-weight: 700;
}


/* =========================
   LINKS
========================= */

.tb-privacy a {
    color: var(--tb-primary);

    font-weight: 600;

    text-decoration: none;
}

.tb-privacy a:hover {
    text-decoration: underline;
}


/* =========================
   CONTACT BOX
========================= */

.tb-privacy-contact-box {
    padding: 40px;
    margin-top: 40px;

    text-align: center;

    color: #fff;

    background: var(--tb-dark);

    border-radius: 14px;
}

.tb-privacy-contact-box h2 {
    color: #fff;
}

.tb-privacy-contact-box h2::after {
    left: 50%;

    transform: translateX(-50%);
}

.tb-privacy-contact-box p {
    max-width: 700px;

    margin: 0 auto 25px;

    color: #dce5e2;
}


/* =========================
   BUTTON
========================= */

.tb-privacy-button {
    display: inline-block;

    padding: 13px 28px;

    color: #fff !important;

    background: var(--tb-primary);

    border-radius: 7px;

    font-weight: 600;

    text-decoration: none !important;

    transition: background .2s ease;
}

.tb-privacy-button:hover {
    color: #fff !important;

    background: var(--tb-primary-dark);
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .tb-privacy {
        padding: 15px;
    }

    .tb-privacy-header {
        padding: 40px 25px;
    }

    .tb-privacy-header h1 {
        font-size: 32px;
    }

    .tb-privacy-section {
        padding: 25px 20px;
    }

    .tb-privacy-section h2,
    .tb-privacy-contact-box h2 {
        font-size: 21px;
    }

    .tb-privacy-contact-box {
        padding: 35px 20px;
    }
}/* End custom CSS */