
.swiper {
    --swiper-pagination-bottom: -40px;
    position: static;
    margin: 0;
}
.wrapper-for-static {
    position: relative;
    max-width: 1208px;
    margin: 0 auto;
}
.blog-splide .splide__pagination__page {
    border-radius: 25px !important;
}
.swiper .swiper-button-next {
    right: -1.2em;
}
.swiper .swiper-button-prev {
    left: -1.2em;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    background-color: #9b1c20;
    opacity: 1;
    transition: opacity .5s;
    width: 50px;
    height: 50px;
    align-items: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
}
.swiper .swiper-button-next svg,
.swiper .swiper-button-prev svg {
    color: #fff;
    height: 1.2em;
    width: 1.2em;
}
.swiper-wrapper {
    z-index: 0 !important;
}
.swiper .swiper-pagination-bullet {
    background: #9b1c20;
    opacity: unset;
    height: 1rem;
    width: 1rem;
}
.swiper .swiper-pagination-bullet-active {
    background: #6c181c;
}

.ce-references--gallery .swiper-wrapper {
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

/* NEW FOOTER */
footer section {
    margin-top: unset;
    margin-bottom: unset;
}
.social-media-icons {
    display: flex;
    gap: 1rem;
}
.social-media-icons a:hover{
    text-decoration: none;
    color: #6c181c;
    border-bottom: unset;
}
footer .page-header--language-popup--inner {
    position: relative;
    padding: 15px 0;
}
footer.page-footer--container, footer.page-copyright--container {
    background-color: #564d49;
}
@media (min-width: 1241px) {
    footer .page-header--language-popup--inner {
        position: absolute;
        padding: 0;
        top: unset;
        bottom: 65px;
    }
    .page-copyright--container .page-header--country-popup {
        bottom: 50px;
        top: unset;
    }
    .page-copyright--container .page-header--country-popup--inner, .page-copyright--container .page-header--language-popup--inner {
        background: white;
    }
    .page-copyright--container .page-header--country-popup--inner a, .page-copyright--container .page-header--language-popup--inner a {
        color: black;
    }
}

.ce-hero-image--half--box-content p {
    font-family: "Fira Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    margin-bottom: 18px;

}

.ce-references--container.swiper-wrapper {
    display: flex;
}

.ce-references--container .swiper-slide {
    width: 80%;
}


.ce-tiles--container--four-col .partial--image-with-text-top--image {
    background-color: white;
    text-align: center;
    padding-bottom: 25px;
}
.ce-tiles--container--four-col .partial--image-with-text-top--image img {
    width: 65%;
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    object-fit: cover;
}
.ce-tiles--container--four-col .overline {
    text-transform: none;
}
.ce-tiles--container--four-col .overline strong{

    font-weight: 700;
}
@media (min-width: 601px) {
    .ce-tiles--container--four-col {
        grid-template-columns: repeat(2, calc(50% - 24px / 2));
    }
}

@media (min-width: 901px) {
    .ce-tiles--container--four-col {
        grid-template-columns: repeat(4, calc(25% - 32px * 3 / 4));
    }
}

@media (min-width: 1025px) {
    .ce-tiles--container--four-col {
        grid-template-columns: repeat(4, calc(25% - 40px * 3 / 4));
    }
}

@media (min-width: 901px) {
    .box-bordeaux.width-full, .box-grey.width-full {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 1025px) {
    section {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

section .blog-splide .splide__pagination {
    margin-top: 1.5rem;
}

section .blog-splide .splide__pagination__page {
    width: 1rem;
    height: 1rem;
}

section .ce-text--container--text {
    margin-bottom: 2.5rem;
}

@media (min-width: 601px) {
    .footer-nav--column .ce-media img {
        height: 60px;
        width: auto;
    }
    .footer-nav--column:not(:first-child) {
        padding-top: 67px;
    }
}