.as-company-overview {
    background: linear-gradient(180deg, #F0334A 0%, #D41028 95.91%);
    background-image: url(/wp-content/uploads/2026/03/Union-3.svg);
    background-position: top;
    z-index: 3;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #EEEEEE;
}

.as-company-overview__shell {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.as-company-overview__container {
    position: relative;
    z-index: 2;
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.as-company-overview__top {
    position: relative;
    margin-top: -268px;
    padding-top: 87px;
}

.as-company-overview__top-corners {
    position: absolute;
    top: 0;
    width: 180px;
    height: 180px;
    z-index: 1;
    pointer-events: none;
}

.as-company-overview__info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.as-company-overview-card {
    min-height: 340px;
    padding: 36px 40px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    box-shadow: 0px 12px 16px -4px #10182814;
    display: flex;
    flex-direction: column;
}

.as-company-overview-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #EEEEEE;
}

.as-company-overview-card__title {
    margin: auto 0 20px;
    font-family: 'Geist', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.as-company-overview-card__text,
.as-company-overview-card__text p {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.as-company-overview__map-area {
    position: relative;
    padding: 10px 0 0;
}

.as-company-overview__map-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 105, 105, 0.35) 0%, rgba(255, 105, 105, 0) 44%);
    pointer-events: none;
}

.as-company-overview__map-wrap {
    position: relative;
    max-width: 1220px;
    margin: 0 auto 24px;
    min-height: 360px;
}

.as-company-overview__map-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0.38;
    pointer-events: none;
    user-select: none;
}

.as-company-overview__message {
    max-width: 1261px;
    margin: 0 auto 58px;
    text-align: center;
}

.as-company-overview__message p {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

.as-company-overview__logos {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
    align-items: center;
    margin: 0 auto 132px;
    max-width: 1167px;
    overflow: visible !important;
}

.as-company-overview__logos .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.as-company-overview__logo {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
}

.as-company-overview__logo img {
    display: block;
    max-width: 100%;
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.88;
}

@media (max-width: 768px) {
    .as-company-overview{
        background-image: url(/wp-content/uploads/2026/03/Group-1000007359.svg);
    }

    .as-company-overview__logos {
        display: block;
        max-width: 100%;
        margin: 0 auto 60px;
        overflow: hidden;
    }

    .as-company-overview__logos .swiper-wrapper {
        display: flex;
        align-items: center;
        transition-timing-function: linear !important;
    }

    .as-company-overview__logo {
        min-height: 40px;
        width: auto !important;
    }

    .as-company-overview__logo img {
        max-height: 24px;
        max-width: 140px;
    }
}

.as-company-overview__stats {
    min-width: 0;
    padding-bottom: 4px;
}

.as-company-overview__stats-track.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    padding: 0;
    margin-bottom: 104px;
}

.as-company-overview-stat.swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.as-company-overview-stat {
    min-height: 200px;
    padding: 30px;
    border-radius: 12px;
    background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.as-company-overview-stat__value {
    font-family: 'Geist', sans-serif;
    color: #FFEDD5;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.as-company-overview-stat__label {
    font-family: 'Geist', sans-serif;
    color: #FEE2E2;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.as-company-overview__stats-pagination {
    display: none;
    position: static !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
}

.as-company-overview__stats-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 !important;
    background: #D9D9D9;
    opacity: 0.4;
    border-radius: 999px;
    transition: width 0.25s ease, opacity 0.25s ease;
    border: none;
}

.as-company-overview__stats-pagination .swiper-pagination-bullet-active {
    width: 18px;
    opacity: 1;
}

@media (max-width: 1199px) {
    .as-company-overview {
        padding-bottom: 80px;
    }

    .as-company-overview__map-wrap {
        min-height: 300px;
    }

    .as-company-overview__logos {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 18px;
        margin-bottom: 59px;
    }

    .as-company-overview__stats-track.swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .as-company-overview {
        padding-bottom: 40px;
    }

    .as-company-overview__container {
        padding: 0 18px;
    }

    .as-company-overview__top {
        margin-top: auto;
    }

    .as-company-overview__shell {
        background-size: initial;
        background-position: top 460px center;
        background-repeat: no-repeat;
    }

    .as-company-overview__info-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .as-company-overview-card {
        min-height: 0;
        padding: 20px;
    }

    .as-company-overview-card__title {
        font-size: 24px;
        line-height: 28px;
    }

    .as-company-overview__map-area {
        padding-top: 18px;
    }

    .as-company-overview__map-wrap {
        min-height: 250px;
        margin-bottom: 18px;
    }

    .as-company-overview__map-image {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }



    .as-company-overview__message {
        margin-bottom: 49px;
    }

    .as-company-overview__message p {
        font-size: 24px;
        line-height: 28px;
    }

    .as-company-overview__stats {
        overflow: visible;
    }

    .as-company-overview__stats-track.swiper-wrapper {
        display: flex;
        gap: 0;
        margin-bottom: 0;
    }

    .as-company-overview-stat.swiper-slide {
        width: 100% !important;
        flex-shrink: 0;
    }

    .as-company-overview-stat {
        min-height: 132px;
        padding: 22px 20px 20px;
        gap: 20px;
    }

    .as-company-overview__stats-pagination {
        display: flex;
    }
}







