/* SAJA_CSS_ONLY_NO_ARROWS_FINAL */
html body .saja-scroll-top,
html body .saja-scroll-top-final,
html body .saja-only-scroll-top,
html body #sajaScrollTop,
html body #sajaScrollTopFinal,
html body #sajaOnlyScrollTop,
html body .back-to-top,
html body .scroll-to-top,
html body .scroll-top,
html body .go-top,
html body .to-top,
html body #back-to-top,
html body #scroll-top,
html body .swiper-button-prev,
html body .swiper-button-next,
html body .slick-arrow,
html body .owl-nav,
html body .owl-prev,
html body .owl-next,
html body .carousel-control-prev,
html body .carousel-control-next,
html body .splide__arrow,
html body [class*="arrow"],
html body [class*="prev"],
html body [class*="next"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html body footer.site-footer {
    min-height: 0 !important;
    padding: 8px 12px !important;
    margin: 0 !important;
    background: #030303 !important;
    color: #fff !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
}

html body footer.site-footer p,
html body footer.site-footer .footer-copy {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
}

html body footer.site-footer a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 800 !important;
}
/* SAJA_THIN_FOOTER_TEXT_SPACING_FINAL */
html body footer.site-footer {
    min-height: 0 !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    background:
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%) !important;
    border-top: 1px solid rgba(255,255,255,.20) !important;
    color: #ffffff !important;
}

html body footer.site-footer .container,
html body footer.site-footer .footer-inner {
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

html body footer.site-footer p,
html body footer.site-footer .footer-copy {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

html body footer.site-footer p > *,
html body footer.site-footer .footer-copy > * {
    display: inline-flex !important;
    align-items: center !important;
}

html body footer.site-footer p > *:not(:last-child)::after,
html body footer.site-footer .footer-copy > *:not(:last-child)::after {
    content: "" !important;
    width: 1px !important;
    height: 14px !important;
    margin: 0 10px !important;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.65), transparent) !important;
}

html body footer.site-footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 900 !important;
}

html body footer.site-footer a:hover {
    color: #d9dee6 !important;
}

@media (max-width: 700px) {
    html body footer.site-footer {
        padding: 10px 10px !important;
    }

    html body footer.site-footer p,
    html body footer.site-footer .footer-copy {
        font-size: 10.5px !important;
        line-height: 1.8 !important;
    }

    html body footer.site-footer p > *:not(:last-child)::after,
    html body footer.site-footer .footer-copy > *:not(:last-child)::after {
        height: 11px !important;
        margin: 0 6px !important;
    }
}

/* SAJA_FOOTER_LEGAL_SPACED_FINAL */
html body footer.site-footer {
    min-height: 0 !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    background: #030303 !important;
    color: #ffffff !important;
    border-top: 1px solid rgba(255,255,255,.18) !important;
}

html body footer.site-footer .footer-legal-wrap {
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body footer.site-footer .footer-legal-line {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

html body footer.site-footer .footer-legal-line > span {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
}

html body footer.site-footer .footer-legal-line > span:not(:last-child)::after {
    content: "" !important;
    width: 1px !important;
    height: 13px !important;
    margin: 0 12px !important;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.72), transparent) !important;
}

html body footer.site-footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    margin-inline-start: 5px !important;
}

html body footer.site-footer .footer-quick-links,
html body footer.site-footer .footer-social-links {
    display: none !important;
}

@media (max-width: 700px) {
    html body footer.site-footer {
        padding: 9px 8px !important;
    }

    html body footer.site-footer .footer-legal-line {
        font-size: 10.5px !important;
        line-height: 1.7 !important;
    }

    html body footer.site-footer .footer-legal-line > span:not(:last-child)::after {
        height: 10px !important;
        margin: 0 7px !important;
    }
}
