.elementor-1844 .elementor-element.elementor-element-88d0cb4{--display:flex;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );text-decoration:var( --e-global-typography-accent-text-decoration );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );word-spacing:var( --e-global-typography-accent-word-spacing );}@media(max-width:1024px){.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );word-spacing:var( --e-global-typography-accent-word-spacing );}}@media(max-width:767px){.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );word-spacing:var( --e-global-typography-accent-word-spacing );}}/* Start custom CSS for html, class: .elementor-element-a88a167 */.body-content {
            background-color: white;
            color: #000000;
            line-height: 1.6;
            margin-top:130px;
            padding: 25px;
        }

        .container {
            background-color: white;
            margin: 0 auto;
            padding: 25px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

        /* Typography */
        h1 {
            text-align: center;
            margin-bottom: 2rem;
        }

        h2 {
            margin-top: 2rem;
            margin-bottom: 1rem;
        }

        h3 {
            margin-top: 1.5rem;
        }

        /* Lists */
        ul, ol {
            padding-left: 2rem;
            margin-bottom: 1rem;
        }

        /* Back to top button */
        .back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #000000;
            color: white;
            padding: 10px 15px;
            border-radius: 5px;
            text-decoration: none;
            opacity: 0.7;
            transition: opacity 0.3s;
        }

        .back-to-top:hover {
            opacity: 1;
        }

        /* Section spacing */
        .policy-section {
            margin-bottom: 2rem;
        }

        .policy-subsection {
            margin-bottom: 1.5rem;
        }

        /* Responsive design */
        @media screen and (max-width: 768px) {
            .container {
                padding: 15px;
            }
        }

        /* Print styles */
        @media print {
            body {
                background-color: white;
            }

            .container {
                box-shadow: none;
                padding: 0;
            }

            .back-to-top {
                display: none;
            }

            /* Ensure proper page breaks */
            h2 {
                page-break-before: always;
            }

            h3, p {
                page-break-inside: avoid;
            }
        }/* End custom CSS */