.elementor-10998 .elementor-element.elementor-element-4a92c4e{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-10998 .elementor-element.elementor-element-4a92c4e:not(.elementor-motion-effects-element-type-background), .elementor-10998 .elementor-element.elementor-element-4a92c4e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #3C94AC 0%, #2A7A8F 100%);}.elementor-10998 .elementor-element.elementor-element-5ce8dc8{text-align:center;font-size:2.5rem;color:var( --e-global-color-6f6bd1a4 );}.elementor-10998 .elementor-element.elementor-element-32d0164{padding:0px 0px 015px 0px;text-align:center;}.elementor-10998 .elementor-element.elementor-element-32d0164 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:2.5rem;font-weight:700;font-style:normal;line-height:56px;color:var( --e-global-color-6f6bd1a4 );}.elementor-10998 .elementor-element.elementor-element-3724a2b{text-align:center;color:var( --e-global-color-6f6bd1a4 );}.elementor-10998 .elementor-element.elementor-element-e6f0cea{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10998 .elementor-element.elementor-element-bc4cbfb{color:#333333;}body.elementor-page-10998:not(.elementor-motion-effects-element-type-background), body.elementor-page-10998 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-10998 .elementor-element.elementor-element-e6f0cea{--content-width:900px;}}@media(max-width:1024px){.elementor-10998 .elementor-element.elementor-element-32d0164 .elementor-heading-title{font-size:30px;}}@media(max-width:767px){.elementor-10998 .elementor-element.elementor-element-32d0164 .elementor-heading-title{font-size:35px;line-height:35px;}}/* Start custom CSS for text-editor, class: .elementor-element-5ce8dc8 */.uk-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    margin-bottom: 15px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bc4cbfb */:root {
            --primary-color: #3c94ac;
            --primary-dark: #2a7a8f;
            --text-color: #333;
            --text-light: #666;
            --bg-light: #f8f9fa;
            --border-color: #e0e0e0;
            --white: #ffffff;
        }
        
      
        .policy-header {
            text-align: center;
            padding: 60px 20px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            color: var(--white);
            margin-bottom: 40px;
        }
        
        .policy-header h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            font-weight: 700;
        }
        
        .policy-header .uk-badge {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 0.9rem;
            margin-bottom: 15px;
        }
        
        .policy-header .last-updated {
            font-size: 0.95rem;
            opacity: 0.9;
        }
        
        .policy-nav {
            background: var(--bg-light);
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 40px;
        }
        
        .policy-nav h3 {
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: var(--primary-color);
        }
        .section h2 {
                        font-weight: 700;

    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    padding-top: 20px;
}
        .policy-nav ol {
            columns: 2;
            column-gap: 30px;
            padding-left: 20px;
        }
        
        .policy-nav li {
            margin-bottom: 8px;
            font-size: 0.9rem;
        }
        
        .policy-nav a {
            color: var(--text-color);
            text-decoration: none;
            transition: color 0.2s;
        }
        
        .policy-nav a:hover {
            color: var(--primary-color);
        }
        
        @media (max-width: 600px) {
            .policy-nav ol {
                columns: 1;
            }
        }
        
        .section {
            margin-bottom: 40px;
            padding-bottom: 30px;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .section:last-child {
            border-bottom: none;
        }
        
        .section h2 {
                        font-weight: 700;

            font-size: 1.5rem;
            color: var(--primary-color);
            margin-bottom: 20px;
            padding-top: 20px;
        }
        
        .section h3 {
                        font-weight: 700;

            font-size: 1.15rem;
            color: var(--text-color);
            margin: 25px 0 15px 0;
        }
        
        .section p {
            margin-bottom: 15px;
            color: var(--text-light);
        }
        
        .section ul, .section ol {
            margin: 15px 0 15px 25px;
            color: var(--text-light);
        }
        
        .section li {
            margin-bottom: 10px;
        }
        
        .highlight-box {
            background: var(--bg-light);
            border-left: 4px solid var(--primary-color);
            padding: 20px 25px;
            margin: 25px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .highlight-box.uk-specific {
            background: #e8f4f8;
            border-left-color: #1a5276;
        }
        
        .highlight-box h4 {
                        font-weight: 700;

            color: var(--primary-color);
            margin-bottom: 10px;
            font-size: 1rem;
        }
        
        .highlight-box.uk-specific h4 {
            color: #1a5276;
        }
        
        .highlight-box p {
            margin-bottom: 0;
            font-size: 0.95rem;
        }
        
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 0.95rem;
        }
        
        .data-table th {
            background: var(--primary-color);
            color: var(--white);
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }
        
        .data-table td {
            padding: 15px;
            border-bottom: 1px solid var(--border-color);
            vertical-align: top;
        }
        
        .data-table tr:nth-child(even) {
            background: var(--bg-light);
        }
        
        .contact-card {
            background: var(--bg-light);
            border-radius: 12px;
            padding: 30px;
            margin: 25px 0;
        }
        
        .contact-card h4 {
                        font-weight: 700;

            color: var(--primary-color);
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        .contact-card p {
            margin-bottom: 8px;
        }
        
        .contact-card a {
            color: var(--primary-color);
            text-decoration: none;
        }
        
        .contact-card a:hover {
            text-decoration: underline;
        }
        
        .rights-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin: 25px 0;
        }
        
        .right-card {
            background: var(--white);
            border: 1px solid var(--border-color);
            border-radius: 10px;
            padding: 20px;
        }
        
        .right-card h4 {
            color: var(--primary-color);
            margin-bottom: 10px;
            font-size: 1rem;
        }
        
        .right-card p {
            font-size: 0.9rem;
            margin-bottom: 0;
        }
        
        .legal-basis-list {
            background: var(--bg-light);
            border-radius: 10px;
            padding: 25px;
            margin: 20px 0;
        }
        
        .legal-basis-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e0e0e0;;
        }
        
        .legal-basis-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .legal-basis-item .basis-label {
            background: var(--primary-color);
            color: var(--white);
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-right: 15px;
            white-space: nowrap;
        }
        
        .legal-basis-item .basis-description {
            flex: 1;
            color: var(--text-light);
            font-size: 0.95rem;
        }
        

     
 .data-table tr{
     border: none;
 }
 .data-table th{
     border: none;
 }
.data-table td{
    border: none;
 }
.data-table td {
  
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}
.data-table {
    border-left: none;
}/* End custom CSS */