.careers .header {
    background: radial-gradient(475px 475px at 70% 55%, rgba(235, 0, 255, 0.7) 0%, rgba(235, 0, 255, 0) 100%) no-repeat, #3d0f58;
    padding-top: 105px;
    padding-bottom: 67px;
    height: auto;
}
@media (min-width: 992px) {
    .careers .header {
        padding-top: 198px;
        padding-bottom: 116px;
    }
}

.careers .header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
@media (min-width: 992px) {
    .careers .header .container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.careers .header .container h1 {
    font-size: calc((100vw - 375px) / 1545 * 28 + 32px);
}
@media (min-width: 992px) {
    .careers .header .container h1 {
        font-size: 54px;
    }
}
@media (min-width: 1240px) {
    .careers .header .container h1 {
        font-size: 96px;
    }
}


.careers .swiper-outer {
    width: 100%;
    position: relative;
}
@media (min-width: 992px) {
    .careers .swiper-outer {
        width: 579px;
        height: 419px;
    }
}

.careers .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
}

.careers .swiper-slide img {
    object-fit: contain;
    width: 100%;
}
@media (min-width: 600px) {
    .careers .swiper-slide img {
        width: auto;
    }
}

.careers .swiper-pagination {
    bottom: -43px;
}

.careers .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #b337de;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 10px;
}

.careers .swiper-pagination .swiper-pagination-bullet-active {
    background: #b337de;
}