* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-container {
    width: 100%;
}

swiper-slide {
    width: fit-content;
}

.footer,
.footer a
 {
    background-color: var(--footer-background-color, var(--background-color))!important;
    color: var(--footer-foreground-color, var(--foreground-color))!important;  
}

.footer_title {
    color: var(--footer-heading-color, var(--foreground-color))!important;  
}

a {
    text-decoration: none;
    color: unser;
}

dl,
ol,
ul {
    list-style-type: none;
}

ol, ul {
    padding: 0;
}
