.learn-more {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    display: inline-flex;
    gap: 7px;
    color: #0094FF;
    margin-top: 16px;
    align-items: center;
}

.careers-hero {
    padding: 201px 0 154px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
}

.careers-hero__title {
    font-size: 70px;
    font-weight: 600;
}

.careers-hero__text {
    max-width: 451px;
    margin: 25px auto;
}

.careers-position {
    margin: 76px 0 0;
}

.careers-position__text-wrapper {
    max-width: 451px;
}

.careers-position__text {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.5;
}

.careers-position__button {
    margin: 30px 0 0;
}

.careers-position .wrapper {
    display: flex;
    justify-content: space-between;
}

.careers-position__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 546px;
    gap: 5px;
}

.careers-position__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.careers-position__image:last-child {
    grid-column: span 2;
}

.careers-values {
    margin: 80px 0 0;
}

.careers-values__slider {
    margin: 40px 0 0;
}

.careers-values__list {
    max-width: 931px;
    margin: 0 auto;
}

.careers-values__list-item {
    display: flex !important;
    gap: 90px; /* Increased gap between image and text */
    align-items: center;
    margin-bottom: 40px; /* Space between each list item */
}

.careers-values__list-item-image {
    max-width: 408px;
    width: 100%;
    flex-shrink: 0;
    margin-left: -30px;
}

.careers-values__list-item-title {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
    color: #9b4090;
    margin-bottom: 20px; /* Space between title and text */
}

.careers-values__list-item-text {
    max-width: 475px;
    line-height: 1.4;
}

.careers-values__prev, .careers-values__next {
    color: #223a75 !important;
    width: 44px;
    height: 82px;
}

.careers-values__prev:after, .careers-values__next:after {
    font-weight: 100;
    font-size: 75px !important;
}


.careers-division {
    margin: 206px 0 0;
    padding: 0 0 79px;
    background-color: #F6FAFE;
    position: relative;
}

.careers-division:before {
    content: "";
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAABkCAMAAABHP2f/AAAAM1BMVEX2+v4AAADv///3///0+v/z+//1/P/0+vz2+v/1+f30+v33+v/2+f72+v72+v72+f71+v7rttbsAAAAEXRSTlP/ABAgMEBQYG+AkJ+vv8/f7wR7J3YAAAMUSURBVHja7dtRbuIwGIVRJ3UoAQre/2pHimGAjngq0lxX5yzi49eNKcfu65Xz5e3OX6+cjt8d1if7zwfLg4+/5ulXACi/WPvnF+H0Lfv759TXj80UDRBonuJ+3Kybrem7h6RPAAIdrN1zfo/5PeXp6wsg0Fw73veWw1PFXeOAQA/Q8FvCb1N5fsABgaZd+329wPf9/q7R9QYEmtYHlFOP93U80W4QaEZod99N+mpSfbkEgSa/3P3o3t/CPQGxgYa+des2CDTj3Nt95L5l20wCyYGGvpI8VnsCYgMNfSIRbRgh0ND6pX1YV80GgWasZleLNgg04duIZEOBUa7svmYvy6LYCDSEH9m92G5sBBryb+xtFdlFn9gg0CDYCDSMc2GfjofrJDKBQJPMhr31eqfXCDTk99p9jUBDur6H2K8RaAjXbuf1O3INAg1yjUCD13zr6lsjAg3ZHo7rCQQ6Gr40mkIGINCg1m7rIQg0WEK23XqeQKAhVLsPIRMINCS/4FtXsUagIdoosUagQaz3n95aCzTks1n7wCjQQPjbvePBCiLQEM9hvb3c02qBBnJd+gjiD4w/ItCAViPQ4I31yV49BIEGe7V3IAINxD+w9mnxBwQacFYLNIC1+g0EGrCACDRgAZFqgQbyU20AEWgg2sVnxRECDUi1/UOg84GpelnmCYFOBvYPR7VApwNHtaVaoIFk15d6/6vUAg3gm6JAA0ot0ABKLdCAUtupBTof+KKY//ZDoAGv9AQ6FUDrM/Us0KkA3nBSCzSAk1qgASf1h0BHAzzRW6pAZwNsH3UW6FAA7Zw+Ugs04Cn1W0Mt0ABCXdIACLVAAzbqOgt0KICW+zyvANDfUaf94aU8ACBooi4vAPi/y1JzAw1g+Tiu/aCODTSANx9LDQ40gIV63dU5NNAAtP7kIzXQAPThIzrQAJ7m1Tk00AC0/uIjN9AABur3dLpkAtDpkglAp0smAJ0uAQB0OibQADpd59BAA9C299PJgQbwP5elpgYagPNp/Vzm/EADmKdLHgAuX4d9CQAAAAAAAAAAwB+PIM8YeT5DzgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 150px;
    width: 100%;
    position: absolute;
    top: -148px;
    z-index: -1;
    left: 0;
    overflow: hidden;
}

.careers-division__list {
    margin: 63px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    justify-content: center;
}

.careers-division__list-item {
    width: calc(34% - 23px);
    padding: 42px 44px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid  #D0E8FF;
    background:  #FFF;
    display: flex;
    flex-direction: column;
}

.careers-division__list-item-icon {
    max-width: 45px;
    height: 45px;
}

.careers-division__list-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.careers-division__list-item-text {
    margin: 20px 0 20px;
    flex-grow: 1;
}

.careers-division__list-item-title {
    font-size: 22px;
    font-weight: 600;
}

.careers-division__list-item-text {
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.5;
}


.benefits {
    margin: 80px 0 0;
}

.benefits__list-tabs-title {
    margin: 58px 0 0;
    display: flex;
    gap: 11px;
    position: relative;
    padding: 0 0 15px;
    justify-content: space-between;
}

.benefits__list-tabs-title:after {
    content: '';
    height: 4px;
    width: 100%;
    background-color: #D5EDEB;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
}

.benefits__list-tabs-item {
    max-width: 150px;
    text-align: center;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.benefits__list-tabs-item.active:after {
    content: '';
    background: #00CFBE;
    width: 100%;
    display: block;
    height: 4px;
    position: absolute;
    bottom: -15px;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
}

.benefits__list-tabs-item.active .benefits__list-tabs-item-title {
    font-weight: 600
}

.benefits__list-tabs-item-icon {
    height: 24px;
    width: 24px;
    margin: auto;
}

.benefits__list-tabs-item-title {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
    display: block;
}

.benefits__list-tabs-content-item {
    display: none;
    position: relative;
}

.benefits__list-tabs-content-item.active {
    display: block;
}

.benefits__list-tabs-content {
    margin: 70px 0 0;
}

.benefits__list-tabs-content-item-text {
    position: absolute;
    max-width: 306px;
    padding: 56px 45px 56px 34px;
    box-sizing: border-box;
    line-height: 1.4;
    overflow: hidden;
    height: 100%;
    opacity: 0.85;
    background: #00CFBE;
}

.benefits__list-tabs-content-item-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.benefits__list-tabs-content-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits__button-next {
    /*background: linear-gradient(90deg, #00F4DF 0%, #00CFBE 100%);*/
    background-color: #9b4090;
    width: 71px;
    height: 71px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    margin-top: 33px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px;
}

.benefits__button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.find-opportunity {
    margin: 80px 0 0;
    background-color: #f5f8fd;
    padding: 78px 0 61px;
    text-align: center;
}

.find-opportunity__list {
    margin: 48px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 103px 27px;
    justify-content: center;
}

.find-opportunity__list-item {
    max-width: 354px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.find-opportunity__list-item-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    margin: 12px 0 0;
}

.find-opportunity__list-item-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
    flex-grow: 1;
}

.grow {
    background-color: #0B1D3D;
    color: #ffffff;
    text-align: center;
    padding: 0 0 50px;
    position: relative;
    margin: 123px 0 0;
}

.grow:before {
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAABmCAMAAAAK98b0AAAAM1BMVEUAAAAQEEAIIDgFGzoIHDwKHT0LGz0JHjwKHDwLHD4LHT0KHT0LHT0LHD4KHT0LHT0LHT12/FBCAAAAEHRSTlMAECAwQFBgb4CQn6+/z9/vwfXjDQAAA0BJREFUeNrt3AeOo0AYhFHTOEfuf9kNjbMmzwCl3fcO8elX0fYMgIE05aNmAP+VcjW/WCxv1ne2D/ZPji84dYOb5QM09qGuq3XvKaeH41kXSKDzAc0tuHd37Gb71+4+tB2zHwFwDe8tu9u/bs3tGCTQgPq2l5Hh0t5dTe/gc6xAAwp8DvDqrr/yK9DAeA0+38Cbfn04KLBAA+NorhVeXSNs/xVoYOwOL/pjuM/wqKcwAg30Ib7cw7u6SYzcYQQa3MRtnSYuJbZLCDQwxVU8cYoRaKCpC8WlxfYJpgk0UEp7jXEdizuYMNCgxvUNhcuYaQINNP1qvKq3sRoj0CDHCDTocR0r6me8yXIMAg31Pu577DxGoGH6A7nuFVO+rACBhluQDRYI9KSgKW0/WdQveh0INAQU2YmMQIMig0DDJcmL+hB5Z7VAoCHh094q6kgGgcaVLMkg0AScycul4QIEmpTve/VMtlyAQJPS5Lomd9MCgYb+HdxGk0GgCdD8fXaR9IkPBBof+bbbgG98INBwXpR3e4cyCDSiDAg0L8wXogwCTcqP+dYbmzIINCFVrvuF1xcg0ESo/3tR38R1gECTUmUDBgg0qgwINC/tyhYMEGhy3mAsl2tVBoEmRCl1wvBcGQSamGU57lgGBNqL5ZxjGRBoWbZhgEAjy4BA8xJZBgQ68ZOfLAMCnaEpXmIAAp2ktFYMQKCdy4BA89a6HHYuAwJtxkg5lwGBpsx1OQ4ItC5nzcuAQNsxdBkQaPsyINC8qGkX9flyByDQEZriV9iAQCcOzLocBQTawfzykAEg0A5mAIEucwszINBpS4ancoBAx72Vi1kyAAS6MTEDAp0YZhMzINDCDCDQb2zMwgwIdNSrjKiNGUCgPZcDBDpMaf0iGxBoIzOAQL+7ZQgzINBRD+a2O1sGINBOZoBAQS/m7k9mAKYfM9ZezAG8xJjRAxDoj40ZAIw6M3/8ZQYAI72Z++zMDIAPgAChhivzqfsGAAZYM5T5JwD8ozszgEAP9DYDAO+ZAUJ96W/z/Tnz8AA8zgAIFTo0A/Du0Rw1NAMIdFO8aA4DCHSZO5rDAALtaAZIEro0AzBzNANkmnUfB4BAA/AbpMnKrfKhEIgAAAAASUVORK5CYII=');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 129px;
    top: -128px;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    position: absolute;
}

.grow__text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 800px;
    margin: 24px auto 0;
}

.grow__list {
    margin: 57px 0 0;
    display: flex;
    gap: 20px;
}

.grow__list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grow__list-item {
    text-align: left;
}

.grow__list-item-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 0.92;
    margin: 33px 0 0;
}

.grow__list-item-text {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.5;
}

.grow__list-item-link {
}

.open-position {
    margin: 80px 0 0;
}

.open-position__snippet {
    margin: 34px 0 0;
}

.didnt-find {
    background-image: url('/wp-content/themes/thetaray/css/../images/subscribe-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 93px 0 90px;
    color: #fff;
    margin-top: 98px;
    text-align: center;
}

.didnt-find__subtitle {
    font-size: 45px;
    color: #3888FF;
    font-weight: 600;
}

.didnt-find__button {
    margin: 47px 0 0;
}

.all-jobs-link {
    margin: 120px 0 0 !important;
}

@media screen and (max-width: 991px) {
    .careers-hero {
        padding: 110px 0;
    }

    .careers-hero__title {
        font-size: 40px;
    }

    .careers-hero__text {
        font-size: 18px;
        line-height: 1.44;
        margin-top: 20px;
    }

    .careers-hero__button {
        margin-top: 29px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .careers-position .wrapper {
        flex-direction: column;
    }

    .careers-position {
        margin: 50px 0 0;
    }

    .careers-position__button {
        margin: 30px auto 0;
        display: inline-flex;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .careers-position__images {
        margin: 30px 0 0;
    }

    .careers-values {
        margin: 50px 0 0;
    }

    .careers-values__slider {
        margin: 20px 0 0;
    }

    .careers-values__prev,
    .careers-values__next {
        top: 30% !important;
        color: #acacac !important;
    }

    .careers-values__list-item {
        flex-direction: column;
        gap: 20px;
    }

    .careers-division {
        margin: 50px 0 0;
        padding: 30px 0;
    }

    .careers-division:before {
        top: 0;
    }

    .careers-division__list {
        margin: 20px 0 0;
    }

    .careers-division__list-item {
        width: 100%;
    }

    .benefits {
        margin: 50px 0 0;
    }

    .benefits__list-tabs-title {
        display: none;
    }

    .benefits__list-tabs-content {
        margin: 22px 0 0;
    }

    .benefits__list-tabs-content-item-title {
        font-size: 25px;
        text-align: center;
        max-width: 80%;
        margin: 0 auto;
        font-weight: 600;
    }

    .benefits__list-tabs-content-item-text {
        position: inherit;
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        margin: 20px 0 0;
        padding: 25px;
    }

    .benefits__button-next {
        display: none;
    }

    .find-opportunity {
        margin: 50px 0 0;
        padding: 50px 0;
    }

    .find-opportunity__list {
        gap: 40px;
    }

    .grow__list {
        flex-direction: column;
        gap: 40px;
    }
    
    .values-section__cards {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; /* Space between the cards */
        justify-content: center; /* Center cards in the section */
    }
    
    .values-section__card {
        background: #fff; /* White background for cards */
        border: 1px solid #ddd; /* Light border around cards */
        border-radius: 8px; /* Rounded corners */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
        padding: 20px; /* Padding inside each card */
        max-width: 300px; /* Max width of each card */
        text-align: center; /* Center-align text inside cards */
        flex: 1 1 300px; /* Flex properties for responsive behavior */
    }
    
    .values-section__card-icon {
        margin-bottom: 15px; /* Space between icon and text */
    }
    
    .values-section__card-title {
        font-size: 1.2em; /* Size of the title text */
        margin-bottom: 10px; /* Space below the title */
    }
    
    .values-section__card-description {
        font-size: 1em; /* Size of the description text */
        margin-bottom: 15px; /* Space below the description */
    }
    
    .values-section__button {
        display: inline-block; /* Display button as inline block */
        margin-top: 10px; /* Space above the button */
        text-decoration: none; /* Remove underline from links */
        color: #007BFF; /* Example color for the button text */
        font-weight: bold; /* Make the button text bold */
    }
    
    .careers-values__list-item-image img {
        width: 100% !important;
        height: 300px !important;
    }
    
    .values-section {
        width: 100vw !important; /* Full viewport width */
        padding: 0 !important; /* Ensure no padding affects the width */
        margin: 0 auto !important; /* Center the section within the viewport */
        box-sizing: border-box !important; /* Include padding and borders in width calculation */
    }
    
        .values-section .wrapper {
        width: 100% !important; /* Full width of the parent container */
        padding: 0 !important; /* Remove padding if any */
        margin: 0 !important; /* Remove margin to ensure full width */
        box-sizing: border-box !important; /* Include padding and borders in width calculation */
    }
    
        .values-section__video iframe {
        width: 100% !important; /* Make the iframe responsive */
        height: auto !important; /* Maintain aspect ratio */
    }
}