.elementor-3 .elementor-element.elementor-element-e4cf7af{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3 .elementor-element.elementor-element-e2e1b25{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e2e1b25 *//* ==================================================
   PRIVACY POLICY PAGE
   Brand Colors:
   Red:   #E1263C
   Black: #000000
================================================== */

.pp-page {
    --pp-red: #E1263C;
    --pp-red-dark: #b9162a;
    --pp-red-light: #fff1f3;
    --pp-black: #000000;
    --pp-dark: #111111;
    --pp-gray: #646464;
    --pp-light-gray: #f6f6f7;
    --pp-border: #e8e8e8;
    --pp-white: #ffffff;

    width: 100%;
    overflow: visible;
    background: var(--pp-light-gray);
    color: var(--pp-dark);
    line-height: 1.75;
}

.pp-page,
.pp-page * {
    box-sizing: border-box;
}

.pp-page html {
    scroll-behavior: smooth;
}

.pp-page a {
    text-decoration: none;
}

.pp-page p {
    margin: 0 0 20px;
    color: var(--pp-gray);
    font-size: 16px;
    line-height: 1.85;
}

.pp-wrapper {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}


/* ==================================================
   HERO SECTION
================================================== */

.pp-hero {
    padding-top: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(
            120deg,
            rgba(0, 0, 0, 0.98) 0%,
            rgba(0, 0, 0, 0.94) 56%,
            rgba(225, 38, 60, 0.94) 100%
        );
}

.pp-hero::before {
    position: absolute;
    top: -160px;
    right: -100px;
    width: 530px;
    height: 530px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.pp-hero::after {
    position: absolute;
    right: 150px;
    bottom: -250px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
}

.pp-hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.pp-shape-one {
    top: 40px;
    right: 8%;
    width: 95px;
    height: 95px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(1px);
}

.pp-shape-two {
    right: 29%;
    bottom: 45px;
    width: 28px;
    height: 28px;
    background: var(--pp-red);
    box-shadow: 0 0 50px rgba(225, 38, 60, 0.9);
}

.pp-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 85px;
    padding-bottom: 85px;
}

.pp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 9px 17px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--pp-white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.pp-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pp-red);
    box-shadow: 0 0 0 5px rgba(225, 38, 60, 0.18);
}

.pp-hero h1 {
    max-width: 760px;
    margin: 0 0 20px;
    color: var(--pp-white);
    font-size: clamp(48px, 7vw, 82px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -3px;
}

.pp-hero-content > p {
    max-width: 690px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    line-height: 1.7;
}

.pp-updated {
    display: inline-flex;
    max-width: 650px;
    align-items: center;
    padding-left: 18px;
    border-left: 3px solid var(--pp-red);
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
}


/* ==================================================
   MAIN LAYOUT
================================================== */

.pp-layout {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    gap: 55px;
    padding-top: 80px;
    padding-bottom: 100px;
}


/* ==================================================
   STICKY SIDEBAR
================================================== */

.pp-sidebar {
    position: relative;
}

.pp-sidebar-inner {
    position: sticky;
    top: 30px;
    overflow: hidden;
    border: 1px solid var(--pp-border);
    border-radius: 20px;
    background: var(--pp-white);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
}

.pp-sidebar-label {
    display: block;
    padding: 24px 25px 20px;
    border-bottom: 1px solid var(--pp-border);
    color: var(--pp-black);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.pp-navigation {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding: 12px;
    scrollbar-color: var(--pp-red) #eeeeee;
    scrollbar-width: thin;
}

.pp-navigation::-webkit-scrollbar {
    width: 5px;
}

.pp-navigation::-webkit-scrollbar-track {
    background: #eeeeee;
}

.pp-navigation::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--pp-red);
}

.pp-navigation a {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 11px 12px;
    border-radius: 10px;
    color: #555555;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.pp-navigation a span {
    display: flex;
    width: 29px;
    min-width: 29px;
    height: 29px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f1f1f1;
    color: #888888;
    font-size: 10px;
    transition:
        color 0.25s ease,
        background 0.25s ease;
}

.pp-navigation a:hover {
    transform: translateX(3px);
    background: var(--pp-red-light);
    color: var(--pp-red);
}

.pp-navigation a:hover span {
    background: var(--pp-red);
    color: var(--pp-white);
}


/* ==================================================
   CONTENT AREA
================================================== */

.pp-content {
    min-width: 0;
}

.pp-intro-card,
.pp-policy-section {
    scroll-margin-top: 35px;
}

.pp-intro-card {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 28px;
    margin-bottom: 30px;
    padding: 42px;
    border-radius: 22px;
    background: var(--pp-black);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}

.pp-intro-icon {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--pp-red);
    box-shadow: 0 15px 30px rgba(225, 38, 60, 0.3);
}

.pp-intro-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--pp-white);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.pp-intro-card h2 {
    margin: 0 0 14px;
    color: var(--pp-white);
    font-size: 30px;
    line-height: 1.25;
}

.pp-intro-card p {
    color: rgba(255, 255, 255, 0.72);
}

.pp-intro-card p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   POLICY SECTIONS
================================================== */

.pp-policy-section {
    position: relative;
    margin-bottom: 30px;
    padding: 45px;
    overflow: hidden;
    border: 1px solid var(--pp-border);
    border-radius: 22px;
    background: var(--pp-white);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.045);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.pp-policy-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--pp-red);
    content: "";
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.35s ease;
}

.pp-policy-section:hover {
    transform: translateY(-3px);
    border-color: rgba(225, 38, 60, 0.28);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.075);
}

.pp-policy-section:hover::before {
    transform: scaleY(1);
}

.pp-section-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--pp-border);
}

.pp-section-number {
    display: flex;
    width: 56px;
    min-width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--pp-red-light);
    color: var(--pp-red);
    font-size: 15px;
    font-weight: 800;
}

.pp-small-heading {
    display: block;
    margin-bottom: 4px;
    color: var(--pp-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.pp-section-heading h2 {
    margin: 0;
    color: var(--pp-black);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.25;
    letter-spacing: -0.8px;
}

.pp-policy-section > p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   INFORMATION CARDS
================================================== */

.pp-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.pp-info-box {
    padding: 25px;
    border: 1px solid var(--pp-border);
    border-radius: 15px;
    background: #fafafa;
    transition:
        background 0.25s ease,
        border-color 0.25s ease;
}

.pp-info-box:hover {
    border-color: rgba(225, 38, 60, 0.3);
    background: var(--pp-red-light);
}

.pp-info-box h3 {
    position: relative;
    margin: 0 0 10px;
    padding-left: 17px;
    color: var(--pp-black);
    font-size: 17px;
}

.pp-info-box h3::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pp-red);
    content: "";
}

.pp-info-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}


/* ==================================================
   CHECK LIST
================================================== */

.pp-check-list {
    display: grid;
    gap: 13px;
    margin: 25px 0 28px;
    padding: 0;
    list-style: none;
}

.pp-check-list li {
    position: relative;
    padding: 15px 18px 15px 52px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    background: #fafafa;
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
}

.pp-check-list li::before {
    position: absolute;
    top: 15px;
    left: 17px;
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--pp-red);
    color: var(--pp-white);
    content: "✓";
    font-size: 11px;
    font-weight: 800;
}


/* ==================================================
   NOTICES
================================================== */

.pp-notice {
    margin-top: 28px;
    padding: 20px 22px;
    border-left: 4px solid var(--pp-red);
    border-radius: 0 12px 12px 0;
    background: var(--pp-red-light);
    color: #555555;
    font-size: 15px;
}

.pp-notice strong {
    color: var(--pp-black);
}

.pp-warning {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 17px;
    margin-top: 28px;
    padding: 22px;
    border: 1px solid rgba(225, 38, 60, 0.18);
    border-radius: 14px;
    background: var(--pp-red-light);
}

.pp-warning-icon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--pp-red);
    color: var(--pp-white);
    font-size: 20px;
    font-weight: 800;
}

.pp-warning p {
    margin: 0;
    color: #555555;
    font-size: 14px;
}


/* ==================================================
   PRIVACY RIGHTS
================================================== */

.pp-rights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.pp-rights-grid article {
    position: relative;
    padding: 27px;
    overflow: hidden;
    border: 1px solid var(--pp-border);
    border-radius: 16px;
    background: #fafafa;
}

.pp-rights-grid article > span {
    position: absolute;
    top: 12px;
    right: 17px;
    color: rgba(225, 38, 60, 0.12);
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
}

.pp-rights-grid h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: var(--pp-black);
    font-size: 18px;
}

.pp-rights-grid p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 14px;
}


/* ==================================================
   CONTACT CARD
================================================== */

.pp-contact-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 190px;
    min-height: 300px;
    align-items: center;
    margin-top: 35px;
    padding: 50px;
    overflow: hidden;
    scroll-margin-top: 35px;
    border-radius: 24px;
    background:
        linear-gradient(
            120deg,
            var(--pp-black) 0%,
            #161616 58%,
            var(--pp-red-dark) 100%
        );
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.pp-contact-card::before {
    position: absolute;
    top: -130px;
    right: -80px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    content: "";
}

.pp-contact-content {
    position: relative;
    z-index: 2;
}

.pp-contact-content h2 {
    margin: 0 0 15px;
    color: var(--pp-white);
    font-size: clamp(32px, 5vw, 46px);
    line-height: 1.15;
}

.pp-contact-content p {
    max-width: 630px;
    color: rgba(255, 255, 255, 0.7);
}

.pp-contact-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 8px;
    padding: 15px 23px;
    border-radius: 9px;
    background: var(--pp-red);
    color: var(--pp-white);
    font-size: 14px;
    font-weight: 700;
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.pp-contact-button span {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.pp-contact-button:hover {
    transform: translateY(-2px);
    background: var(--pp-white);
    color: var(--pp-black);
    box-shadow: 0 12px 30px rgba(225, 38, 60, 0.25);
}

.pp-contact-button:hover span {
    transform: translateX(4px);
}

.pp-contact-decoration {
    position: relative;
    z-index: 2;
    display: flex;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
}

.pp-contact-decoration svg {
    width: 62px;
    height: 62px;
    fill: none;
    stroke: var(--pp-white);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
}


/* ==================================================
   RESPONSIVE DESIGN
================================================== */

@media (max-width: 1024px) {
    .pp-layout {
        grid-template-columns: 235px minmax(0, 1fr);
        gap: 30px;
    }

    .pp-policy-section {
        padding: 35px;
    }

    .pp-navigation a {
        font-size: 12px;
    }
}

@media (max-width: 820px) {
    .pp-hero {
        min-height: 410px;
    }

    .pp-hero h1 {
        letter-spacing: -2px;
    }

    .pp-layout {
        display: block;
        padding-top: 45px;
        padding-bottom: 70px;
    }

    .pp-sidebar {
        margin-bottom: 30px;
    }

    .pp-sidebar-inner {
        position: static;
    }

    .pp-sidebar-label {
        padding: 20px;
    }

    .pp-navigation {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: 280px;
    }

    .pp-intro-card {
        padding: 35px;
    }

    .pp-contact-card {
        grid-template-columns: 1fr 120px;
        padding: 40px;
    }

    .pp-contact-decoration {
        width: 110px;
        height: 110px;
    }

    .pp-contact-decoration svg {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 600px) {
    .pp-wrapper {
        width: min(100% - 28px, 1240px);
    }

    .pp-hero {
        min-height: 390px;
    }

    .pp-hero-content {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .pp-hero h1 {
        font-size: 45px;
        letter-spacing: -1.5px;
    }

    .pp-hero-content > p {
        font-size: 16px;
    }

    .pp-navigation {
        display: block;
    }

    .pp-intro-card {
        display: block;
        padding: 28px 24px;
    }

    .pp-intro-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 22px;
    }

    .pp-intro-icon svg {
        width: 29px;
        height: 29px;
    }

    .pp-intro-card h2 {
        font-size: 25px;
    }

    .pp-policy-section {
        padding: 28px 22px;
        border-radius: 17px;
    }

    .pp-section-heading {
        align-items: flex-start;
        gap: 14px;
    }

    .pp-section-number {
        width: 45px;
        min-width: 45px;
        height: 45px;
        border-radius: 12px;
        font-size: 12px;
    }

    .pp-section-heading h2 {
        font-size: 24px;
    }

    .pp-info-grid,
    .pp-rights-grid {
        grid-template-columns: 1fr;
    }

    .pp-info-box,
    .pp-rights-grid article {
        padding: 22px;
    }

    .pp-contact-card {
        display: block;
        min-height: auto;
        padding: 35px 27px;
    }

    .pp-contact-decoration {
        display: none;
    }
}

@media (max-width: 380px) {
    .pp-hero h1 {
        font-size: 39px;
    }

    .pp-eyebrow {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .pp-policy-section {
        padding: 25px 18px;
    }

    .pp-section-heading {
        display: block;
    }

    .pp-section-number {
        margin-bottom: 15px;
    }

    .pp-check-list li {
        padding-right: 14px;
    }
}/* End custom CSS */