
.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;
    }
}


.non-clickable {
    cursor: default;
}

.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
    min-width: 120px;
}

#trp-floater-ls.trp-bottom-left {
    top: auto;
    bottom: 0;
    left: 1%;
}

.formheading {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    white-space: normal;
    word-break: break-word;
}