@media screen and (min-width: 1024px) {
    .employee-spotlight {
        position: relative;
    }
}
.employee-spotlight__wrapper {
    background-color: #232A35;
    padding: 6.4rem 0;
}
@media screen and (min-width: 768px) {
    .employee-spotlight__wrapper {
        padding: 12.4rem 4rem;
    }
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__wrapper {
        padding: 12.4rem 10.4rem;
    }
}
.employee-spotlight__header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 2rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
}
.employee-spotlight__header__title {
    background-color: #4E3EB1;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #fff;
    font-family: "Avenir Next", sans-serif;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
    .employee-spotlight__header__title {
        padding: 0 3rem;
    }
}
.employee-spotlight__header__title__wrapper {
    flex-basis: 100%;
}
@media screen and (min-width: 768px) {
    .employee-spotlight__header__title__wrapper {
        flex-basis: unset;
        flex-grow: 1;
    }
}
.employee-spotlight__slider__control__button {
    height: 4rem;
    width: 4rem;
    color: #fff;
    border: solid 0.1rem #fff;
    border-radius: 50%;
    transition: ease all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__slider__control__button {
        position: absolute;
        top: calc((100% - 7.7rem) / 2);
        transform: translateY(50%);
    }
}
.employee-spotlight__slider__control__button:hover {
    color: #4E3EB1;
    background-color: #fff;
}
.employee-spotlight__slider__control__button::after {
    font-size: 2.4rem;
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__slider__control__button-next {
        right: -7.5rem;
        z-index: 2;
    }
}
.employee-spotlight__slider__control__button-next::after {
    content: "chevron_right";
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__slider__control__button-prev {
        left: -7.5rem;
        z-index: 2;
    }
}
.employee-spotlight__slider__control__button-prev::after {
    content: "chevron_left";
}
.employee-spotlight__list {
    margin-top: 3.2rem;
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__list {
        padding: 1.5rem 0;
    }
}
.employee-spotlight__list__item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__list__item {
        flex-direction: row;
        justify-content: flex-start;
    }
}
.employee-spotlight__list__item__content {
    padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
    .employee-spotlight__list__item__content {
        padding: 0;
    }
}
.employee-spotlight__list__item__content__quote {
    margin-top: 2rem;
    font-size: 2rem;
    font-style: italic;
    line-height: 3.2rem;
    color: #fff;
    font-family: "Avenir Next", sans-serif;
    font-weight: 500;
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__list__item__content__quote {
        text-align: start;
    }
}
.employee-spotlight__list__item__content__seperator {
    width: 10rem;
    height: 0.5rem;
    background: #705EFE;
    margin: 1.6rem auto;
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__list__item__content__seperator {
        margin: 1.6rem auto 1.6rem 0;
    }
}
.employee-spotlight__list__item__content__cite {
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__list__item__content__cite {
        text-align: start;
    }
}
.employee-spotlight__list__item__content__cite__name {
    font-size: 2rem;
    line-height: 3.6rem;
    display: block;
    font-family: "Avenir Next", sans-serif;
    font-weight: 500;
}
.employee-spotlight__list__item__content__cite__title {
    font-size: 2rem;
    line-height: 3.6rem;
    display: block;
    font-family: "Avenir Next", sans-serif;
    font-weight: 400;
}
.employee-spotlight__list__item__content__cto {
    margin: 3.2rem 0 0;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__list__item__content__cto {
        text-align: start;
    }
}
.employee-spotlight__list__item__content__cto .c-btn {
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    .employee-spotlight__list__item__video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        width: 100%;
    }
    .employee-spotlight__list__item__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__list__item__video {
        width: 45%;
        height: 45rem;
        flex-shrink: 1;
    }
    .employee-spotlight__list__item__video iframe {
        width: 100%;
        height: 100%;
    }
}
.employee-spotlight__list__item__image {
    width: 100%;
}
.employee-spotlight__list__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
@media screen and (min-width: 1024px) {
    .employee-spotlight__list__item__image {
        width: 80rem;
        height: 45rem;
    }
}