#swiper-teambuildings {
    width: 100%;
    margin-bottom: 50px;
}

#swiper-teambuildings .swiper-container {
    width: 100%;
}

#swiper-teambuildings .swiper-slide p {
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    font-family: "MidasEv", "Arial", serif;
    text-align: center;
}

#swiper-teambuildings .swiper-outter {
    width: 100%;
    position: relative;
}

#swiper-teambuildings .swiper-button-prev {
    width: 60px;
    height: 50px;
    background-size: 100% auto;
    left: auto;
    right: 65px;
    top: -60px;
    transform: scale(-1, 1);
}

#swiper-teambuildings .swiper-button-next {
    width: 60px;
    height: 50px;
    background-size: 100% auto;
    left: auto;
    right: 0;
    top: -60px;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 8;
}

#swiper-teambuildings .wrap {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    box-sizing: border-box;
}

#swiper-teambuildings .wrap * {
    box-sizing: inherit;
    background-color: transparent;
}

#swiper-teambuildings .swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#swiper-teambuildings .swiper-button-prev:hover {
    background-image: url("../assets/icons/next-letter.svg");
}

#swiper-teambuildings .swiper-button-prev {
    background-image: url("../assets/icons/next-letter.svg");
}

#swiper-teambuildings .swiper-button-next:hover {
    background-image: url("../assets/icons/next-letter.svg");
}

#swiper-teambuildings .swiper-button-next {
    background-image: url("../assets/icons/next-letter.svg");
}

#swiper-teambuildings .swiper-pagination {
    position: relative;
}

#swiper-teambuildings .swiper-pagination-bullet {
    background-color: #ffffff !important;
    width: 26px;
    height: 26px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,20px);
}

#swiper-teambuildings .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}