
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			
    .simple-lang-switcher {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: 'Playfair Display', serif;
        font-size: 21px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .simple-lang-switcher .lang-link {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .simple-lang-switcher .lang-link:hover {
        color: #dd0000;
    }
    
 .simple-lang-switcher .lang-link.active {
    border-bottom: 1px solid #ffffff;
}
    
    .simple-lang-switcher .lang-sep {
        color: #ffffff;
        font-weight: bold;
        margin: 0 3px;
    }
    
    .simple-lang-switcher {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .simple-lang-switcher .lang-link {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .simple-lang-switcher .lang-link:hover {
        color: #dd0000;
    }
    
 .simple-lang-switcher .lang-link.active {
    border-bottom: 1px solid #ffffff;
}
    
    .simple-lang-switcher .lang-sep {
        color: #ffffff;
        font-weight: bold;
        margin: 0 3px;
    }
    