.flex-content.content-spotlight {
    padding: 90px 0 280px;
    background: linear-gradient(180deg, #F2F3F5 67.41%, rgba(242, 243, 245, 0) 102.78%);
    overflow: hidden;
    position: relative;
}
.flex-content.content-spotlight.theme-video {
    padding: 130px 0;
    background: #F2F3F5;
}

.flex-content.content-spotlight .tile-col {
    position: relative;
}
.flex-content.content-spotlight.theme-video .tile-col {
    position: static;
}

.flex-content.content-spotlight .tile {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 9px;
    padding: 53px 47px 53px 70px;
    position: relative;
    z-index: 2;
}

.flex-content.content-spotlight .tile .subtitle {
    font-weight: 700;
    font-size: 0.9em;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--Orange_Dark);
    margin: 0 0 11px;
}

.flex-content.content-spotlight .tile .main-title {
    margin: 0;
    line-height: 120%;
}

.flex-content.content-spotlight .tile .text {
    line-height: 30px;
    margin: 23px 0 0;
}

.flex-content.content-spotlight .tile .btn {
    margin: 37px 0 0;
}

.flex-content.content-spotlight .right-img {
    position: absolute;
    top: -90px;
    left: calc(100% - 168px);
    max-height: calc(100% + 155px);
    max-width: unset;
    width: auto;
    border-radius: 0 0 9px 9px;
    z-index: 2;
}
.flex-content.content-spotlight.theme-video .right-img {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    max-width: 340px;
    max-height: 50%;
    border-radius: 0;
}

.flex-content.content-spotlight .left-img {
    position: absolute;
    bottom: -280px;
    right: calc(100% - 513px);
    max-height: 384px;
    max-width: unset;
    width: auto;
    border-radius: 9px;
    z-index: 2;
}

.flex-content.content-spotlight .video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    border-radius: 9px;
    z-index: 2;
}
.flex-content.content-spotlight .video-wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flex-content.content-spotlight .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.flex-content.content-spotlight .embed-container iframe,
.flex-content.content-spotlight .embed-container object,
.flex-content.content-spotlight .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media only screen and (max-width: 767px) {
    .flex-content.content-spotlight {
        padding: 120px 0 0;
        margin-bottom: 0 !important;
    }

    .flex-content.content-spotlight .right-img {
        top: -120px;
        left: 120px;
        height: 182px;
        width: calc(100vw - 120px);
        object-fit: cover;
        max-height: unset;
    }

    .flex-content.content-spotlight .left-img {
        display: none;
    }

    .flex-content.content-spotlight .tile {
        width: calc(100vw - 30px);
        margin-left: -15px;
        left: 50%;
        transform: translate(-50%);
        border-radius: 0px 12px 12px 0px;
        padding: 35px 27px 35px 29px;
    }

    .flex-content.content-spotlight .tile .subtitle {
        font-size: 1em;
        margin: 0;
    }

    .flex-content.content-spotlight .tile .main-title {
        font-size: 1.375em;
        margin: 5px 0 0;
    }

    .flex-content.content-spotlight .tile .text {
        margin: 16px 0 0;
        line-height: 24px;
    }

    .flex-content.content-spotlight .tile .btn {
        margin: 16px 0 0;
    }

}
