.fsdtaaz {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vzfa {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sdcszr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dsadq {
    word-break: break-all;
}

h1 {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    padding-bottom: 20px !important;
}

h2 {
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 1.3 !important;
}

h3 {
    font-weight: bold !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
}

h4 {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
}

p {
    font-size: 18px !important;
}

.dsadq h2 {
    text-align: center !important;
    color: #000 !important;
}

.dsadq h3 {
    text-align: center !important;
    color: #000 !important;
}

.dsadq h4 {
    text-align: center !important;
    color: #000;
}

.dsadq h5,
.dsadq h6 {
    text-align: center !important;
    font-weight: bold !important;
    color: #000 !important;
}

.dsadq li,
.dsadq span,
.dsadq a {
    color: #000 !important;
}

.dsadq img {
    max-width: 100%;
    height: auto;
}

.dsadq p {
    line-height: 1.6 !important;
    text-align: left !important;
    color: #000 !important;
}

.dsadq table {
    word-break: break-all !important;
}

.dsadq td {
    font-size: 16px !important;
    color: #000 !important;
}

.dsadq li {
    font-size: 16px !important;
    text-align: left !important;
    color: #000 !important;
}

img#wpstats {
    display: none
}


.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;
    }
}



.swnza_banner {
    position: fixed;
    min-height: 50px;
    height: auto;
    width: 100%;
    background: rgb(61, 174, 219);
    padding-top: 10px;
    z-index: 999;
    display: block;
}


.swnza_banner {
    bottom: 0;
}

.swnza_close_button {
    top: -10px;
}


.swnza_banner p {
    color: rgb(255, 255, 255);
    text-align: center;
    z-index: 1000;
    font-size: 20px;
    display: block;
    margin: 0;
}

.swnza_close_button {
    display: block;
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    background:url("{$theme_path}/static/picture/close-button.svg") no-repeat center center;
    background-color: white;
    border-radius: 100px;
    border: 1px solid #000;
}

.swnza_close_button:hover {
    cursor: pointer;
}


#swnza_banner_text {
    margin-top: 0;
}