/* Careers */
/*
#careers-hero {
    height: auto;
    background-image: linear-gradient(45deg, #421d60, #5938ba);
    position: relative;
    overflow: hidden;
}

#careers-hero::after {
    content: " ";
    position: absolute;
    width: 70vw;
    border-radius: 100%;
    background: rgba(0, 194, 255, 0.08);
    height: 70vw;
    top: 30%;
    left: 40%;
    animation: move1 30s infinite alternate linear;
}

#careers-hero::before {
    content: " ";
    position: absolute;
    width: 80vw;
    border-radius: 100%;
    background: rgba(126, 251, 236, 0.1);
    height: 80vw;
    top: -50%;
    left: -10%;
    animation: move2 30s infinite alternate linear;
}

@keyframes move1 {
    0% {
        transform: translate(-10%, 10%);
    }
    100% {
        transform: translate(10%, -10%);
    }
}

@keyframes move2 {
    0% {
        transform: translate(10%, 10%);
    }
    100% {
        transform: translate(-10%, -10%);
    }
}

@media all and (min-width: 478px) {
    #home-hero {
        height: 640px;
        padding-top: 180px !important;
    }
}
*/
.careers-person {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.careers-person h5 {
    font-weight: 700;
    font-size: 18.623px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #fff;
    padding-bottom: 5px;
}

.careers-person span {
    font-size: 15px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

.careers-person-image {
    min-width: 70px;
    height: 70px;
    margin-right: 1em;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    max-width: 70px;
}

.careers-person-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}






/*

#page-container.intro {
    max-height: 100vh;
    position: relative;
    overflow: hidden;
    animation: overflow 0s ease-in-out forwards 7s;
}

#careers-hero-head {
    font-size: 17px;
    font-weight: 700;
}

#careers-hero-text {
    font-size: 13px;
}

.careers-columns .et_pb_column {
    display: inline-flex;
    align-items: center;
    left: 66px;
    top: 109px;
}

.careers-columns .career-image {
    margin-bottom: 0;
    margin-right: 14px;
}

.careers-columns .et_pb_column.et-last-child {
    display: block;
    left: auto;
    top: auto;
}

.et_pb_section_1.et_pb_section.careers-difference {
    padding: 3em;
}

#careers-box {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 35px;
}

#careers-test {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#career-image {
    padding: 20px;
    float: left;
}

#career-image img {
    border-radius: 50% !important;
    width: 73px;
}

#career-name {
    color: #fff;
    font-size: 18.62px;
    font-weight: 700;
}

#career-title {
    color: #fff;
    font-size: 13.62px;
    font-weight: 400;
}

#careers-emp-text {
    font-size: 20px;
}

.careers-different {
    padding-right: 20px;
}

.careers-diff-small-headings {
    margin-bottom: 0 !important;
    width: 100% !important;
    height: auto !important;
}

.careers-diff-small-headings h3 {
    font-size: 17px !important;
}

.careers-diff-small-text {
    margin-right: 0;
    width: 100% !important;
}

#careers-make-diff-head h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 16px;
    color: #162431;
}

#careers-make-diff-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 155%;
}

#careers-carbnet-imgd {
    display: none;
}

#careers-carbnet-imgm {
    display: block;
    float: right;
    margin-left: 18px;
    margin-bottom: 10px;
}

.careers-benefits-text {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 400;
    color: #162431;
    padding-top: 0;
}

.careers-benefits-text .careers-benefits-text1 {
    padding-right: 14px;
}

#careers-hero .et_pb_button {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 18px;
    color: rgba(255, 255, 255);
    border: none;
}

#careers-hero .et_pb_button:hover {
    color: #ffffff!important;
    background-color: rgba(32, 121, 193, 0.71);
}

@media all and (min-width: 768px) {
    #careers-hero-text {
        font-size: 16px;
    }
    .et_pb_row_1.et_pb_row {
        padding-right: 188px!important;
        margin-left: auto!important;
    }
    #careers-hero .et_pb_button {
        width: auto;
    }
    #careers-make-diff-head h3 {
        font-size: 34px;
    }
    .careers-diff-small-headings {
        margin-bottom: 0 !important;
        width: 80% !important;
        height: auto !important;
    }
    .careers-diff-small-text.third-text {
        margin-top: 24px;
    }
    #careers-box {
        display: block;
        height: 363px;
    }
    #career-name {
        font-size: 18.62px;
        font-weight: 700;
    }
    #career-title {
        font-size: 13.62px;
        font-weight: 400;
    }
    #careers-emp-text {
        font-size: 26.87px;
        margin-top: 95px !important;
    }
    #careers-test {
        margin-top: 30%;
    }
    #careers-carbnet-imgd {
        display: block;
    }
    #careers-carbnet-imgm {
        display: none;
    }
    .careers-benefits-head {
        padding-top: 0 !important;
    }
    .careers-benefits-text {
        font-size: 17px;
    }
    #careers-testimonial {
        padding-top: 0 !important;
    }
    #careers-hero .et_pb_button {
        font-size: 15px;
        margin-top: 1em;
    }
}
*/