.elementor-2331 .elementor-element.elementor-element-a533160{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2331 .elementor-element.elementor-element-348cb6f{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2331 .elementor-element.elementor-element-d1d0b5e{--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;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2331 .elementor-element.elementor-element-a533160{--margin-top:-135px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-2331 .elementor-element.elementor-element-a533160{--margin-top:-135px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Urbanist', sans-serif;
            background-color: #e0f2f7;
            color: #1c5f7a!important;
            line-height: 1.6;
        }

        /* HERO SECTION */
        .hero {
            position: relative;
            height: 10vh;
            min-height: 300px;
            background: linear-gradient(rgba(28, 95, 122, 0.9), rgba(46, 114, 140, 0.95)),
                        url('') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }

        .hero-content {
            max-width: 900px;
            padding: 0 20px;
            z-index: 2;
        }
        
        .hero::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 50px;
            background: linear-gradient(to bottom, transparent, #e0f2f7);
        }

        .hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
        }

        .hero-subtitle {
            font-size: 1.3rem;
            font-weight: 300;
            opacity: 0.95;
            text-align: center;
        }

        /* QUICK INFO CARDS */
        .quick-info {
            margin: -60px auto 0;
            max-width: 1200px;
            padding: 0 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            position: relative;
            z-index: 10;
        }

        .info-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(28, 95, 122, 0.15);
            transition: all 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(21, 176, 221, 0.25);
        }

        .info-card-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }

        .info-card h3 {
            color: #2E728C;
            font-size: 1.1rem;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .info-card p {
            color: #1c5f7a;
            font-size: 0.95rem;
            font-weight: 500;
        }

        /* MAIN CONTENT */
        .container {
            max-width: 1200px;
            margin: auto;
            padding: 0 20px;
        }

        .content-wrapper {
            background: white;
            padding: 60px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(28, 95, 122, 0.1);
        }

        .content-wrapper h2 {
            color: #2E728C;
            font-size: 2.2rem;
            margin-bottom: 25px;
            font-weight: 700;
            padding-bottom: 15px;
            border-bottom: 3px solid #15b0dd;
        }

        .content-wrapper h3 {
            color: #1c5f7a;
            font-size: 1.6rem;
            margin: 35px 0 20px;
            font-weight: 700;
        }

        .content-wrapper p {
            margin-bottom: 20px;
            font-size: 1.05rem;
            line-height: 1.8;
            text-align: justify;
        }

        .content-wrapper ul {
            margin: 20px 0 20px 25px;
        }

        .content-wrapper li {
            margin-bottom: 12px;
            font-size: 1.05rem;
        }

        .highlight-box {
            background: linear-gradient(135deg, #e0f2f7 0%, #d0e9f0 100%);
            padding: 25px;
            border-radius: 15px;
            border-left: 5px solid #15b0dd;
            margin: 30px 0;
        }

        .highlight-box strong {
            color: #2E728C;
            font-size: 1.1rem;
        }

        .data-protection {
            background: #f8fbfc;
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            border: 2px solid #15b0dd;
        }

        .data-protection h4 {
            color: #2E728C;
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .last-updated {
            text-align: center;
            color: #2E728C;
            font-size: 0.95rem;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 2px solid #e0f2f7;
            font-weight: 600;
        }

        /* CTA SECTION */
        .cta-section {
            background: linear-gradient(135deg, #2E728C 0%, #15b0dd 100%);
            padding: 60px 20px;
            border-radius: 20px;
            text-align: center;
            color: white;
            margin: 60px auto;
            max-width: 1200px;
        }

        .cta-section h2 {
            font-size: 2.3rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .cta-section p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            opacity: 0.95;
        }

        .btn {
            padding: 16px 40px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .btn-secondary {
            background: white;
            color: #2E728C;
            border: 2px solid white;
        }

        .btn-secondary:hover {
            background: transparent;
            color: white;
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero-subtitle {
                font-size: 1.1rem;
            }

            .content-wrapper {
                padding: 40px 25px;
            }

            .content-wrapper h2 {
                font-size: 1.8rem;
            }
        }/* End custom CSS */