.rsp-breadcrumb-wrap {
    display: none;
}

.panel-content .panel-p {
    font-size: 14px;
    line-height: 21px;
}

.career-container {
    margin: 0;
    padding: 0;
}

.backdrop {
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

.career-panel {
    display: flex;
    padding: 0;
    max-width: 1170px;
}

.panel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.panel-content > span {
    color: #606775;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 32px;
}

.panel-content h2 {
    color: #24272E;
    font-size: 48px;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 10px;
}

.panel-content .panel-p {
    text-align: justify;
    margin-bottom: 16px;
}

.panel-content .bu1 {
    box-shadow: 0px 0.9px 2px #24272E40;
    width: 100%;
    color: white;
}

.panel-content > a {
    color: #0096FF;
    font-size: 14px;
    line-height: 21px;
}

.panel-content .perk {
    height: 40px;
    width: 240px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.panel-content .perk > span {
    color: #767C8A;
    font-size: 16px;
    line-height: 24px;
    margin-left: 25px;
}

.panel-content .perk > img {
    height: 60px;
    width: auto;
}

.panel-content .panel-img {
    height: 331px;
    width: 532px;
    background-size: cover;
}

.video-panel {
    background-color: #9FD7FF;
    height: 537px;
}

.video-panel h1 {
    color: #123156;
    font-weight: 900;
    line-height: 46px;
    margin: 0;
    margin-bottom: 15px;
}

.video-panel a {
    color: #123156;
    font-size: 20px;
    margin-top: 16px;
}

.top-img {
    height: 358px;
    width: 624px;
    background-color: #24272E;
    z-index: 4;
    box-shadow: 0 60px 48px -48px #00105280;
}

.panel-content .bu1 {
    max-width: 400px;
}

/* Benefits Section */

.benefits-section {
    margin-top: 112px;
    margin-bottom: 116px;
}

.career-panel > .benefits-panel {
    justify-content: flex-start;
    margin: 0 0 0 auto;
}

.benefits-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.benefits-eyebrow {
    font-size: 13px;
    color: #606775;
    margin-bottom: 12px;
    letter-spacing: 1.2px;
}

.benefits-wrapper > .benefits-heading {
    margin-bottom: 16px;
}

.benefits-intro {
    font-size: 15px;
    line-height: 1.7;
    color: #424753;
    margin: 0 0 40px;
    max-width: 532px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.benefit-icon {
    flex-shrink: 0;
    width: 63px;
    height: auto;
    align-self: center;
}

.benefits-grid .benefit-item:nth-child(1) .benefit-icon {
    width: 92px;
}

.benefits-grid .benefit-item:nth-child(3) {
    margin-left: 15px;
}

.benefits-grid .benefit-item:nth-child(3) .benefit-icon {
    margin-right: 15px;
}

.benefit-item p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding-top: 4px;
    max-width: 163px;
}

/* Careers Form - Apply Now */

.careers-form {
    padding: 0;
    max-width: 440px;
}

.careers-form h2 {
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 10px 0;
}

.careers-form label {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #24272E;
}

.careers-form input[type=text],
.careers-form input[type=email],
.careers-form input[type=tel],
.careers-form textarea {
    color: #24272E;
    margin-top: 8px;
    width: 100%;
    background-color: #F7F9FC;
    border: 1px solid #d0d4d9;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.careers-form textarea {
    height: auto;
    padding: 10px;
    resize: vertical;
}

.careers-form .upload-wrap {
    display: flex;
    align-items: stretch;
    margin-top: 8px;
}

.careers-form .upload-wrap input[type=file] {
    display: none;
}

.careers-form label.upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 4px;
    flex-shrink: 0;
    background-color: #123156;
    color: white !important;
    border: none;
    letter-spacing: 0.3px;
    margin-top: 0;
    margin-right: 12px;
}

.careers-form .upload-drop {
    display: inline-flex;
    align-items: center;
    padding: 14px 20px;
    border: 1px solid #d0d4d9;
    border-radius: 4px;
    background: #F7F9FC;
    color: #767C8A;
    font-size: 12px;
    cursor: pointer;
    flex: 1;
    white-space: nowrap;
    letter-spacing: 0.3px;
    box-sizing: border-box;
}

.careers-form > form > .captcha-wrap {
    margin-left: 0;
}

.careers-form .careers-submit {
    width: 100%;
    margin-top: 28px;
    max-width: 440px;
}

.careers-form.sent-success {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-start;
    padding-top: 150px;
}

/* Footer */

.footer-images {
    display: flex;
}

.footer-images > div {
    width: 25%;
    height: 425px;
    background-size: cover;
    background-position: center;
}

/* Responsive */

@media (max-width: 1280px) {
    .top-img {
        width: 520px;
        height: 298px;
        margin: 0;
    }
}

@media (max-width: 1120px) {
    .backdrop {
        height: auto;
    }

    .video-panel {
        padding-top: 35px;
    }

    .career-panel {
        flex-direction: column !important;
        height: auto;
    }

    .careers-form.sent-success {
        margin-top: auto;
        margin-bottom: auto;
        justify-content: center;
        padding-top: 0;
        min-height: 0 !important;
    }

    .panel-content {
        width: 95%;
    }

    .panel-content .panel-img {
        width: 100%;
        max-width: 700px;
        height: 50vw;
        max-height: 300px;
        margin: auto;
        margin-bottom: 27px;
    }

    .top-img {
        width: 100%;
        max-width: 700px;
        height: auto;
        margin: auto;
        margin-bottom: 40px;
    }

    .panel-content > a {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 23px;
    }

    .panel-content .panel-p {
        text-align: left;
        padding: 15px 20px 15px 0;
    }

    .video-panel .panel-content > a {
        font-size: 16px;
        line-height: 21px;
        margin-top: 10px;
    }

    .panel-content .panel-img,
    .panel-content .perk > span {
        margin-top: 23px;
    }

    .panel-content .bu1 {
        margin-bottom: 40px;
    }

    .top-img {
        margin-bottom: 60px;
    }

    .benefits-section {
        margin-top: 60px;
        margin-bottom: 44px;
    }

    .career-panel > .benefits-panel {
        margin: auto;
    }

    .benefits-wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .benefits-eyebrow {
        margin-bottom: 0;
    }

    .benefits-header {
        width: 100%;
    }

    .benefits-header > .benefits-intro {
        max-width: 100%;
    }

    .benefits-grid {
        grid-template-columns: auto auto;
        align-items: baseline;
        row-gap: 70px;
        column-gap: 150px;
        margin-bottom: 80px;
    }

    .benefit-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .benefit-item > p {
        max-width: 250px;
    }

    .footer-images {
        display: none;
    }
}

@media (max-width: 992px) {
    .panel-content .bu1 {
        margin-bottom: 0;
    }

    .panel-content .panel-p {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .benefits-grid {
        column-gap: 50px;
    }
}

@media (max-width: 460px) {
    .benefits-grid {
        column-gap: 10px;
    }
}

@media (max-width: 330px) {
    .panel-content > h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .panel-content > h2 {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .video-content {
        padding: 0;
    }
}
