﻿:root {
    --swiper-theme-color: #e63027 !important;
    --swiper-navigation-color: #ddd;
}

.swiper {
    width: 100% !important;
    height: 700px;
    margin-bottom: 24px;
    margin-top: -6px;
}


.swiper-slide img {
    margin-top: -8px;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    width: 100%;
}

.swiper-slide a {
    min-width: 70px;
    color: #000;
    border-color: #000;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff;
}

.swiper-slide h1 {
    color: #fff;
}

.swiper-slide picture {
    position: absolute;
    width: 100%;
    z-index: -10;
    height: 100%;
}

.slide-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    height: 100%;
    gap: 30px;
}

.slideText {
    max-width: 690px;
    font-size: 3.5rem;
    line-height: 1;
    color: #fff;
}


.swiper-pagination-progressbar {
    position: relative;
    width: 32% !important;
    height: 2px !important;
    bottom: 24px !important;
    top: auto !important;
    left: 50% !important;
    transform: translate3d(-50%,0,0) !important;
    background: #fff !important;
}

.swiper-pagination-progressbar-fill {
    height: 4px !important;
    margin-top: -1px !important;
}

.swiper-navigation {
}
