    .hero-section {
        background: linear-gradient(rgba(0, 74, 173, 0.7), rgba(0, 74, 173, 0.7)), url('../images/limpeza-de-sofa-em-setubal.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        color: white;
        padding: 80px 0;
        position: relative;
        padding-top: 160px;
    }
    
    .hero-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
    }
    
    .hero-content {
        max-width: 600px;
    }
    
    .hero-tag {
        font-size: 16px;
        color: #FFD700;
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
        animation: bounceRight 1s ease-out forwards;
    }

    @keyframes bounceRight {
        0% {
            transform: translateX(-100px);
            opacity: 0;
        }
        60% {
            transform: translateX(20px);
            opacity: 0.8;
        }
        80% {
            transform: translateX(-10px);
            opacity: 0.9;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
    
    
    
    .hero-title {
        font-size: 58px;
        line-height: 1.1;
        font-weight: 800;
        margin-bottom: 6px;
        color: #FFFFFF;
        animation: bounceUp 1s ease-out forwards;
    }

    @keyframes bounceUp {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }
        60% {
            transform: translateY(-20px);
            opacity: 0.8;
        }
        80% {
            transform: translateY(10px);
            opacity: 0.9;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .hero-subtitle {
        font-size: 15px;
        color: #FFFFFF;
        margin-bottom: 48px;
        animation: bounceLeft 1s ease-out forwards;
    }

    @keyframes bounceLeft {
        0% {
            transform: translateX(100px);
            opacity: 0;
        }
        60% {
            transform: translateX(-20px);
            opacity: 0.8;
        }
        80% {
            transform: translateX(10px);
            opacity: 0.9;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
    
    .hero-features {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 48px;  
        
    }
    
    .hero-feature {
        display: flex;
        align-items: center;
        gap: 12px;    
        padding: 0px;
        border-radius: 8px;
        
    }
    
    
    .hero-feature i {
        font-size: 24px;
        color: #FFD700;
    }
    
    .hero-feature p {
        color: #FFFFFF;
    }
    
    .cta-text {
        font-size: 24px;
        margin-bottom: 24px;
        color: #FFFFFF;
    }
    
    .highlight {
        color: #FFD700;
        font-weight: 600;
    }
    
    .hero-buttons {
        display: flex;
        gap: 16px;
        margin-bottom: 32px;
    }
    
    .btn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 14px 24px;
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    
    .btn-primary {
        background: #357af3;
        color: white;
        font-weight: 400;
    }
    .btn-primaryHero {
        background: #357af3;
        color: white;
        font-weight: 400;
    }
    
    .btn-whatsapp {
        background: white;
        color: #357af3;
        font-weight: 400;
    }
    
    .btn-light {
        background: #25D366;
        color: white;
        
        font-weight: 400;
    }
    
    .hero-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 16px;
        margin-top: 373px;
    }
    
    .quality-badge {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #000;
    }
    
    .separator {
        margin: 0 4px;
    }
    
    .google-rating {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #fff;
        padding: 8px 18px;
        border-radius: 8px;
        color: #FFFFFF;
    }

    .hero-buttons > .cta-text {
        display: none;
    }

 

   
    @media (max-width: 1277px) {
    body {
    zoom: 88%;
}
        
    }

    
    
    /* Estilos para celulares e tablets em orientação retrato */
@media (max-width: 1024px) {
    body {
        zoom: 100%;
        position: fixed;
        height: 100%;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
        font-weight: bold;
       
    }

    .cta-text {
        display: none;
    }

    .hero-section {
        background: linear-gradient(rgba(0, 74, 173, 0.7), rgba(0, 74, 173, 0.7)), url('../images/limpeza-de-sofa-em-setubal.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100dvh;
        color: white;
        padding: 10vh 0;
        position: relative;
        padding-top: 8vh;
        font-family: var(--title-font);
    }

    .hero-container {
        max-width: 90%;
        margin: 0 auto;
        padding: 0 5%;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        align-items: center;
    }

    .hero-tag {
        font-size: clamp(12px, 2.5vw, 14px);
        color: #FFD700;
        font-weight: 500;
        margin-bottom: clamp(15px, 3vh, 25px);
        display: block;
        text-align: center;
        animation: bounceRight 1s ease-out forwards;
        font-family: 'Montserrat';
        letter-spacing: 0.1px;
    }

    @keyframes bounceRight {
        0% {
            transform: translateX(-100px);
            opacity: 0;
        }
        60% {
            transform: translateX(20px);
            opacity: 0.8;
        }
        80% {
            transform: translateX(-10px);
            opacity: 0.9;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    
    }

    .hero-title {
        font-size: clamp(28px, 6vw, 58px);
        line-height: 1.1;
        font-weight: 800;
        margin-bottom: clamp(5px, 1vh, 7px);
        color: #FFFFFF;
        text-align: center;
        animation: bounceUp 1s ease-out forwards;
        visibility: visible !important;
    }

    @keyframes bounceUp {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }
        60% {
            transform: translateY(-20px);
            opacity: 0.8;
        }
        80% {
            transform: translateY(10px);
            opacity: 0.9;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    
    }

    .hero-subtitle {
        font-size: clamp(8px, 2vw, 10px);
        color: #FFFFFF;
        margin-bottom: clamp(50px, 10vh, 106px);
        text-align: center;
    }

    .hero-features {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(15px, 3vh, 30px);
        margin-top: -1vh;
        margin-bottom: clamp(80px, 15vh, 131px);
        justify-content: center;
        padding: 0 5%;
        align-items: flex-start;
    }

    .hero-feature {
        display: flex;
        align-items: center;
        gap: clamp(10px, 2vw, 17px);
        padding: 0;
        border-radius: 8px;
    }

    .hero-feature i {
        font-size: clamp(18px, 4vw, 24px);
        color: #FFD700;
    }

    .hero-feature p {
        color: #FFFFFF;
    }

    .hero-buttons > .cta-text {
        display: block;
        font-size: clamp(16px, 3.5vw, 20px);
        font-weight: lighter;
        color: #FFFFFF;
        width: 100%;
        text-align: center;
        margin: 0px;
    }

    .highlight {
        color: #FFD700;
        font-weight: 600;
        font-family: 'Montserrat';
        font-weight: bold;
        font-size: clamp(15px, 3.5vw, 19px);
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: clamp(10px, 2vw, 16px);
        margin-bottom: 0;
        bottom: clamp(20px, 4vh, 40px);
        position: relative;
        width: 90%;
    }

    .btn {
        display: flex;
        align-items: center;
        gap: clamp(5px, 1vw, 8px);
        padding: clamp(10px, 2vh, 14px) clamp(15px, 3vw, 24px);
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
        text-decoration: none;
        width: 41.8%;
       
    }

    .btn-primary {
        background: #357af3;
        color: white;
        font-weight: bold;   
    }

    .btn-whatsapp {
        background: #e6ebff;
        color: #357af3;
        
        font-weight: 400;
        display: none;
        z-index: 1;
    }

    .btn-light {
        background: #25D366;
        color: white;
        font-weight: bold;
        padding: clamp(15px, 3vh, 20px) clamp(15px, 3vw, 24px);
    }

    .hero-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: clamp(10px, 2vw, 16px);
        margin-top: clamp(200px, 40vh, 373px);
    }

    .quality-badge {
        display: flex;
        align-items: center;
        gap: clamp(5px, 1vw, 8px);
        font-size: clamp(12px, 2.5vw, 14px);
        color: #000;
        display: none;
    }

    .separator {
        margin: 0 clamp(2px, 0.5vw, 4px);
    }

    .google-rating-mobile {
        display: flex;
        align-items: center;
        gap: clamp(5px, 1vw, 8px);
        background: #fff;
        padding: clamp(5px, 0.5vh, 10px) 0;
        border-radius: 8px;
        color: #FFFFFF;
        justify-content: center;
        width: 100%;
        /* 🔥 Efeito de queda forte */
        animation: bombDrop 0.5s cubic-bezier(.17,.67,.24,.99) forwards;
        animation-delay: 0.5s;
        opacity: 0;
        transform: scale(0.8);
        
    }
    
    @keyframes bombDrop {
        0% {
            opacity: 0;
            transform: scale(17.5);
        }
        50% {
            opacity: 1;
            transform: scale(1);
        }
        75% {
            transform: scale(1.20);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
    

   

    .logo-google {
        width: clamp(50px, 10vw, 70px);
        margin-top: clamp(1px, 0.5vh, 2px);
    }

    .hero-section {
        height: 100svh;
        padding: clamp(80px, 15vh, 120px) 0 0;
        box-sizing: border-box;
        background-size: cover;
        background-position: 70%;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 2;
    }

    .hero-container {
        flex-direction: column;
    }

    .hero-title {
        font-size: clamp(34px, 5vw, 34px);
        
        opacity: 0;
    }

    @media (max-width: 390px) {
        .hero-title {
            font-size: clamp(30px, 5vw, 34px);
            
            opacity: 0;
        }
    }


    .hero-subtitle {
        font-size: clamp(13px, 2vw, 15px);
        font-family: 'Montserrat';
        letter-spacing: 0.3px;
    }

    .hero-buttons {
        flex-direction: row;
        bottom: clamp(20px, 2vh, 46px);
        position: absolute;
        width: 90%;
    }

    .btn {
        width: 100%;
        justify-content: center;
        border-radius: 13px;

    }


    .hero-right {
        align-items: center;
        margin-top: clamp(20px, 5vh, 32px);
    }

    .whatsapp-button {
        z-index: 1;
    }

    .google-logo img {
        width: clamp(8px, 2vw, 10px);
        height: clamp(8px, 2vw, 10px);
    }

    .estrelas {
        font-size: clamp(13px, 2vw, 13px);
        margin-top: clamp(2px, 0.5vh, 3px);
    }

    .google-rating {
        display: none;
    }

    .rating-stars {
        font-size: clamp(18px, 4vw, 24px);
    }

    .container {
        padding: 0 clamp(10px, 2vw, 1rem);
    }

    .phone-badge {
        display: inline-flex;
        align-items: center;
        gap: clamp(1px, 0.5vw, 1px);
        background: none;
        padding: 0;
        border-radius: 6px;
        font-size: clamp(12px, 2.5vw, 1rem);
        font-weight: bold !important;
        color: #fde560 !important;
        text-decoration: none !important;
        -webkit-text-decoration: none !important;
        -webkit-tap-highlight-color: transparent;
        pointer-events: none;
    }

    .telemovel {
        font-size: clamp(18px, 4vw, 23px) !important;
        text-decoration: none !important;
        -webkit-text-decoration: none !important;
        -webkit-tap-highlight-color: transparent;
        pointer-events: none;
    }

    .phone-badge i {
        font-size: clamp(20px, 4.5vw, 27px);
        font-weight: bold !important;
        color: #fff;
        margin: clamp(-5px, -1vh, -7px);
        padding-right: clamp(4px, 1vw, 6px) !important;
    }

    .brand-text {
        font-size: clamp(0.8rem, 2vw, 0.98rem);
    }

    .brand-info {
        display: flex;
        flex-direction: column;
        gap: 0;
    }









}


/* Estilos para celular na horizontal (orientação paisagem) */
@media (max-width: 1000px) and (orientation: landscape) {
    .hero-title {
        font-size: clamp(22px, 3.5vw, 28px); /* Fonte menor para landscape */
        margin-bottom: clamp(10px, 2vh, 20px); /* Margem inferior reduzida */
    }

    .hero-subtitle {
        font-size: clamp(10px, 1.5vw, 14px); /* Fonte menor para landscape */
        margin-bottom: clamp(15px, 2.5vh, 30px); /* Margem inferior reduzida */
    }

    .hero-features {
        margin-bottom: clamp(30px, 4vh, 60px); /* Espaço reduzido entre features e botões */
        font-size: clamp(12px, 1.5vw, 16px); /* Fonte menor para os textos das features */
        align-items: center;
        position: relative;
        flex-direction: row;
    }


    .hero-feature i {
        font-size: clamp(16px, 2vw, 20px); /* Ícones menores */
    }

    .hero-buttons {
        bottom: clamp(10px, 2vh, 20px); /* Botões mais próximos da parte inferior */
        gap: clamp(-10px, 1vw, -15px); /* Espaçamento menor entre os botões */
    }

    .btn {
        padding: clamp(14px, 1.5vh, 12px) clamp(12px, 2vw, 16px); /* Botões menores */
        font-size: clamp(12px, 1.5vw, 14px); /* Fonte menor nos botões */
    }

    .google-rating-mobile {
        display: flex;
        align-items: center;
        gap: clamp(5px, 1vw, 8px);
        background: #fff;
        padding: clamp(5px, 0.5vh, 5px) 0;
        border-radius: 8px;
        color: #FFFFFF;
        justify-content: center;
        width: 100%;
        

    }
}


@media (max-width: 1166px) {

   

    .features-section {
        padding: 45px 11px;
        box-sizing: border-box !important;
    }

    .features-grid {
        display: flex;
        flex-direction: column;
        gap: 50px;
        box-sizing: border-box;
    }

    .feature-card {
        padding: 0px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .feature-icon {
        font-size: 24px;
        margin-bottom: 10px;

    }

    .feature-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .feature-text {
        font-size: 14px;
        line-height: 1.4;
    }
}


        @media (max-width: 1166px) {
            .why-section {
                padding: 40px 0 !important;
                
            }

            .section-title {
                font-size: 28px !important;
                text-align: center;
                margin-bottom: 16px;
                padding: 0 10px;
            }

            .section-subtitle {
                font-size: 14px !important;
                text-align: center;
                margin-bottom: 24px;
                padding: 0 10px;
            }

            .content-grid {
                display: flex;
                flex-direction: column;
                gap: 40px;
                margin-top: 40px;
                padding: 0 0px !important;
            }

            .before-after {
                width: 100vw;
                margin-left: -10px;
                margin-right: -10px;
                padding: 0px !important;
            }

            .before-after-title {
                font-size: 14px;
                margin-bottom: 16px;
                padding: 0 20px;
                text-align: center;
            }

            .carousel-container {
                width: 100vw;
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 20px;
                border-radius: 0px !important;
            }

            .carousel-container > * {
                width: 100% !important;
                max-width: none !important;
                border-radius: 0px !important;

            }

            .sofa-text {
                font-size: 14px;
                text-align: left;
                padding: 0 20px;
            }

            .right-content {
                width: 100%;
                padding: 0 10px;
            }

            .benefits-list h3 {
                font-size: 22px !important;
                text-align: left !important;
                margin-bottom: 24px;
            }

            .benefit-item {
                font-size: 14px;
                margin-bottom: 12px;
                text-align: left;
            }

            .satisfaction-badge {
                flex-direction: row;
                align-items: flex-start !important;
                text-align: left;
                margin: 24px 0;
                padding: 0 10px;
                width: 20px;
                box-sizing: border-box;
            }

            .satisfaction-badge i {
                margin: 0;
                margin-right: 8px;
            }

            .satisfaction-badge span {
                font-size: 14px;
            }

            .cta-group {
                flex-direction: column;
                gap: 12px;
                padding: 0 36px;
                box-sizing: border-box;
            }

            .cta-primary, .cta-secondary, .cta-tertiary {
                width: 100%;
                justify-content: center;
                padding: 12px;
               
                box-sizing: border-box;
                font-size: 16px;
            }
        }

       
        @media (max-width: 1166px) {
            .testimonials-section {
                padding: 60px 16px;
            }

            .testimonials-title {
                font-size: 28px !important;
                line-height: 1.3;
                text-align: left;
            }

            .testimonials-subtitle {
                font-size: 14px;
                margin: 16px 0;
                text-align: center;
            }

            .scroll-icon-dark {
                font-size: 24px;
                margin: 16px 0;
            }

            .reviews-container {
                padding: 0;
                margin-top: 24px;
            }
        }

    
        @media (max-width: 1166px) {
            .cta-section {
                padding: 60px 10px;
            }

            .cta-title {
                font-size: 28px;
                line-height: 1.3;
                text-align: center!important;
            }

            .cta-subtitle {
                font-size: 16px;
                margin: 16px 0;
                text-align: center;
            }

            .cta-buttons {
                flex-direction: column;
                gap: 12px;
            }

            .cta-btn {
                width: 100%;
                padding: 14px;
                font-size: 16px;
            }
        }

     
        @media (max-width: 1166px) {
            .how-section {
                padding: 40px 0;
                background: white;
            }

            .how-container {
                max-width: 100%;
                margin: 0;
                padding: 0;
            }

            .content-grid {
                display: flex;
                flex-direction: column;
                gap: 32px;
                margin-top: 0px;
            }

            .video-side {
                width: 100%;
            }

            .how-title {
                font-size: 28px;
                line-height: 1.3;
                margin-bottom: 24px;
                text-align: center;
                padding: 0 20px;
            }

            .video-container {
                width: 100vw;
                height: calc(100vw * 1/1);
                position: relative;
                margin: 0 0px;
                overflow: hidden;
                border-radius: 0px
            }

            .right-content {
                width: 100%;
                padding: 0 10px;
                box-sizing: border-box;
            }

            .features-cards {
                display: flex;
                flex-direction: column;
                gap: 24px;
            }

            .feature-card {
                padding: 0;
                background: none;
                border-radius: 0;
                text-align: left;
                box-shadow: none;
            }

            .feature-title {
                font-size: 18px;
                margin-bottom: 12px;
                text-align: left;
            }

            .feature-text {
                font-size: 16px;
                line-height: 1.5;
                text-align: left;
                color: #666;
            }

            .google-rating-card {
                display: flex;
                align-items: center;
                gap: 12px;
                background: none;
                padding: 16px 0;
                border-radius: 0;
                margin-top: 24px;
                box-shadow: none;
            }

            .google-rating-card span {
                font-size: 14px;
                color: #444;
            }
        }

       
        @media (max-width: 1166px) {
            .protection-section {
                padding: 40px 10px;
                background: white;
                background: none;
                background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
                url('../images/protecao-que-seu-sofa-merece.webp') center/cover;
            }

            .protection-container {
                display: flex;
                flex-direction: column;
                gap: 32px;
                max-width: 100%;
                margin: 0;
                padding: 0 20px;
                text-align: left;
            }

            .protection-title {
                font-size: 32px;
                line-height: 1.3;
                margin-bottom: 20px;
                text-align: left;
            }

            .protection-title strong {
                display: inline;
                margin-top: 8px;
            }

            .cta-buttons {
                display: flex;
                flex-direction: column;
                gap: 16px;
                margin-top: 24px;
                padding: 0px 36px;
                
               
            }

            .cta-btn {
                width: 100%;
                padding: 18px;
                border-radius: 16px;
                font-size: 18px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                transition: all 0.3s ease;
                box-sizing: border-box;
            }

            .cta-btn i {
                font-size: 20px;
            }

            .cta-btn.secondary {
                background: #f8f9fa;
                color: var(--primary-blue);
                width: 100%;
                box-sizing: border-box;
            }

            .cta-btn.whatsapp {
                background: #25D366;
                color: white;
                width: 100%;
                box-sizing: border-box;
            }

            .cta-btn.primary {
                background: var(--primary-blue);
                color: white;
                width: 100%;
            }

            p {
                text-align: left;
            }
        }


        
        @media (max-width: 1166px) {
            .complementary-services {
                display: none;
            }
        }

     
        @media (max-width: 1166px) {
            .faq-content-section {
                display: none;
            }
        }

      
        @media (max-width: 1166px) {
            .quote-section {
                background: var(--primary-blue);
                padding: 40px 10px;
                color: white;
            }

            .quote-container {
                display: flex;
                flex-direction: column;
                gap: 32px;
                max-width: 100%;
                margin: 0;
                padding: 0;
            }

            .quote-title {
                font-size: 32px;
                line-height: 1.3;
                margin-bottom: 26px;
                text-align: center;
            }

            .quote-title strong {
                display: block;
                margin-top: 8px;
            }

            /* Formulário */
            .form-container {
                background: white;
                padding: 24px 20px;
                border-radius: 24px;
                box-shadow: 0 12px 32px rgba(0,0,0,0.15);
                width: auto;
                margin: 0;
                gap: 20px;
            }

            .form-grid {
                gap: 24px;
                padding: 0;
            }

            .name-row {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }

            .form-input {
                padding: 18px 20px;
                border: 2px solid #e8e8e8;
                border-radius: 16px;
                font-size: 18px;
                background: #f8f9fa;
                transition: all 0.3s ease;
            }

            .form-input:focus {
                border-color: var(--primary-blue);
                background: white;
                box-shadow: 0 4px 12px rgba(53,122,243,0.1);
                transform: translateY(-2px);
            }

            .form-field.full textarea {
                min-height: 160px;
                padding: 20px;
                font-size: 18px;
            }

            .submit-button {
                padding: 20px;
                border-radius: 16px;
                font-size: 18px;
                background: linear-gradient(45deg, #FFB800, #FFD700);
                box-shadow: 0 8px 16px rgba(255,184,0,0.2);
                margin: 24px 0;
                transform: scale(1);
                transition: all 0.3s ease;
            }

            .submit-button:active {
                transform: scale(0.98);
            }

            .terms {
                margin-top: 20px;
            }

            .terms label {
                font-size: 16px;
                line-height: 1.5;
            }

            /* Cards de Informação */
            .quote-right {
                gap: 20px;
            }

            .info-card {
                padding: 24px;
                border-radius: 20px;
                background: linear-gradient(to bottom, #fff, #f8f9fa);
                border: 1px solid #eee;
            }

            .info-title {
                font-size: 22px;
                color: var(--primary-blue);
                margin-bottom: 16px;
            }

            .info-text {
                font-size: 16px;
                line-height: 1.6;
                color: #555;
            }

            .info-item {
                padding: 12px 0;
                font-size: 16px;
            }

            .info-item i {
                width: 48px;
                height: 48px;
                font-size: 24px;
                background: linear-gradient(45deg, #f0f7ff, #e6f0ff);
            }

            .contact-buttons {
                flex-direction: column;
                gap: 16px;
                margin-top: 24px;
            }

            .contact-btn {
                padding: 20px;
                border-radius: 16px;
                font-size: 18px;
                font-weight: 600;
                box-shadow: 0 8px 16px rgba(0,0,0,0.1);
            }

            .whatsapp-btn {
                background-color: #128C7E;
            }

            .phone-btn {
                background-color: #e6ebff;
                color: #357af3;
            }
        }
    


   
    
  
        
   

       
   
    


   